@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}

.dis {
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

h2 {
	margin-bottom: 12px;
}

h3 {
	margin: 0 0 25px 1px;
}

h4 {
	background: url(../../img/common/h401_bg.jpg) no-repeat;
	clear: both;
	font-size: 1.4em;
	margin: 0 0 18px 0;
	padding: 8px 0 8px 29px;
}
h5 {
	background: url(../../img/common/h5_bg.jpg) no-repeat 6px 2px;
	clear: both;
	font-size: 1.4em;
	margin: 0 0 10px 0px;
	padding: 0px 0 0px 30px;
	width: 586px;
}


.pageTop {
	padding: 63px 1px 0 0;
}

.pageTop a {
	float: right;
	width: 90px;
	background: url(../../img/common/pagetop_over.gif) no-repeat left top;
}

.pageTop a:hover img {
	visibility: hidden;
}

.pageTop a:hover {
	background-color: #fff;
}

.section {
	margin-left: 11px;
}

#conts dl.news {
	font-size: 1.2em;
	margin: 0 0 39px 12px;
}

#conts dl.news dd {
	background: url(../../img/index/line.gif) repeat-x left bottom;
	padding: 0 10px 7px 8.4em;
	margin-bottom: 7px;
}

	* html #conts dl.news dd {
		text-indent: -3px;
	}

#conts dl.news dt {
	background: url(../../img/index/icon.gif) no-repeat left 6px; 
	color: #bc1b21;
	float: left;
	font-weight: bold;
	padding-left: 19px;
}


#conts .comTable {
	border-collapse: collapse;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 25px 11px;
	width: 617px;
}

#conts .comTable th {
	background:  url(../../img/about/th_bg.gif) no-repeat left bottom;
	padding: 6px 5px 10px 9px;
	text-align: left;
	vertical-align: top;
	width: 95px;
}

#conts .comTable td {
	background: url(../../img/about/td_bg.gif) repeat-x left bottom;
	padding: 6px 5px 10px 15px;
	text-align: left;
	vertical-align: top;
}