@CHARSET "UTF-8";

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}
img {
	border: 0;
}

form {
	margin: 0px;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,dd {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 12px;
}

p {
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*******************************
	アイコン
*******************************/
.common_icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 16px;
	line-height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 20px;
}
.common_icon.page {
	background-image: url(../img/page_html.gif);
}
.common_icon.email {
	background-image: url(../img/icon_email.gif);
}
.common_icon.left {
	background-image: url(../img/page_left.gif);
}
.common_icon.edit {
	background-image: url(../img/page_edit.gif);
}
.common_icon.help {
	background-image: url(../img/icon_info.gif);
}
.common_icon.list {
	background-image: url(../img/list_images.gif);
}
.common_icon.refresh {
	background-image: url(../img/action_refresh_blue.gif);
}
.common_icon.option {
	background-image: url(../img/page_white_wrench.gif);
}
.common_icon.back {
	background-image: url(../img/back_16.gif);
}
.common_icon.application_add {
	background-image: url(../img/application_add.png);
}
.common_icon.loading {
	background-image: url('../img/page_refresh.gif');
}



.common_frame .frame_title .common_icon {
	height: 18px;
	padding-left: 20px;
	padding-top: 1px;
}
.common_frame .frame_title .common_icon.style1 {
	background: url(../img/style1.png) no-repeat 0 50%;
	padding-left: 8px;
}
.common_frame .frame_title .common_icon.search {
	background: url(../img/search.png) no-repeat 0 50%;
}
.common_frame .frame_title .common_icon.search2 {
	background: url(../img/search2.png) no-repeat 0 50%;
}
.common_frame .frame_title .common_icon.megaphone {
	background: url(../img/megaphone.png) no-repeat 0 50%;
	padding-left: 22px;
}
.common_frame .frame_title .common_icon.camera {
	background: url(../img/camera.png) no-repeat 0 50%;
	padding-left: 25px;
}
.common_frame .frame_title .common_icon.blog {
	padding-left: 25px;
	position: relative;
}
.common_frame .frame_title .common_icon.blog .icon {
	background: url(../img/blog.png) no-repeat 0 50%;
	position: absolute;
	width: 21px;
	height: 19px;
	left: 0;
	top: -1px;
}
.common_frame .frame_title .common_icon.gal {
	padding-left: 25px;
	position: relative;
}
.common_frame .frame_title .common_icon.gal .icon {
	background: url(../img/gal.png) no-repeat 0 50%;
	position: absolute;
	width: 16px;
	height: 26px;
	left: 3px;
	top: -4px;
}
.common_frame .frame_title .common_icon.gal {
	padding-left: 25px;
	position: relative;
}
.common_frame .frame_title .common_icon.timer .icon {
	background: url(../img/timer.png) no-repeat 0 50%;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
}

/*******************************
	その他共通
*******************************/
.common_red {
	color: #ff0000;
}
.common_orange {
	color: #ff6600;
}
a.common_link.style1 {
	background: url(../img/arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	line-height: 15px;
}
a.hatena {
	background: url(../img/icon_info.gif) no-repeat 0 50%;
	padding-left: 18px;
	line-height: 18px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.common_gray {
	color: #ccc;
}

.common_caption {
	margin-bottom: 10px;
}

.common_strong.style1 {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	line-height: 150%;
}

.common_error {
	padding: 20px;
	border: solid 1px #ff9999;
	background-color: #ffffdd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

.common_error ul {
	padding-left: 20px;
	list-style-type: disc;
	color: #ff0000;
}

.common_message {
	padding: 20px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
}

/*******************************
	フレーム
*******************************/
.common_frame {
	border: solid 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}
.common_frame .frame_title {
	background: url(../img/bg/main_left_title.gif) repeat-x;
	height: 22px;
	padding: 0 6px;
	padding-top: 4px;
	font-weight: bold;
	position: relative;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.common_frame .frame_title .strong {
	color: #330066;
	margin-right: 3px;
}
.common_frame .frame_title .weak {
	font-size: 11px;
}
.common_frame .frame_title .more {
	position: absolute;
	right: 5px;
	top: 5px;
}
.common_frame  .frame_title .icon {
	vertical-align: bottom;
}
.common_frame  .frame_title h2 {
	display: inline;
	font-size: 15px;
}
.common_frame .frame_line {
	padding: 0 3px;
}
.common_frame .frame_line div {
	border-bottom: dotted 1px #ccc;
}
.common_frame .frame_body {
	padding: 5px 5px 10px 5px;;
}
.common_frame .frame_body.style1 {
	padding: 10px;
}
.common_frame .frame_body table.style1 {
	width: 100%;
}
.common_frame .frame_body table.style1 td {
	padding: 6px;
	border: solid 1px #ccc;
}
.common_frame .frame_body table.style1 td.style1 {
	background-color: #888;
	color: #fff;
}
.common_frame .frame_body table.style1 td.style2 {
	background-color: #666;
	color: #fff;
}

/*******************************
	タイトル
*******************************/
.common_title.style1 {
	background: none;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
}
.common_title.style1 h2 {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 20px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
.common_title.style1 a,
.common_title.style1 img {
	vertical-align: middle;
}