@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


#wrapperCenter {
	overflow: hidden;
	padding-top: 12px;
}


#topicPath {
	overflow: hidden;
	display: block;
	width: 100%;
}

#sideNavi ,#contents {
	margin-top: 12px;
}

#topicPath li {
	float: left;
}


/*共通設定
////////////////////////////////////////////////////*/

#contents h2 {
	margin-bottom: 20px;
}

#contents h3 {
	margin: 40px 0 10px;
}


/* ---------------------------------------- 
				１つのBox
 ---------------------------------------- */

.innerBox {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 13px;
	border: 1px solid #E8E8E8;
	background-color: #F9F9F9;
}


.innerBox h4 {
	margin: 4px 4px 10px;
	padding: 2px 13px;
	background: url(../img/bg_h_crosshead.jpg) left top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}

.innerBox .childBox {
	margin: 0 17px;
}

.innerBox p {
	margin: 0;
}

/* ---------------------------------------- */


#contents p {
	margin-bottom: 20px;
}


/*各センターのインデックスの設定
////////////////////////////////////////////////////*/

#centerIndex {
	overflow: hidden;
}

.single {
	background: none;
}

.double {
	background: url(../img/bg_center_index.jpg) no-repeat left bottom;
	min-height: 153px;
	height: auto !important;
	height: 153px;
	margin-bottom: 23px;
}

#centerIndex .centerInnerBox {
	width: 355px;
	float: left;
}

.single dl {
	width: 335px;
	background: url(../img/bg_center_index.jpg) no-repeat left bottom;
	min-height: 153px;
	height: auto !important;
	height: 153px;
}

.double dl {
	width: 335px;
}

#centerIndex .btDetails {
	margin-top: -45px;
	position: relative;
	text-align: right;
	padding: 0 6px 0 0;
}

#centerIndex dd {
	padding: 25px 20px 35px;
	display: block;
}

.usage {
	width: 155px;
	background: url(../img/bg_mini_dotted.jpg) repeat-x left top;
}

.usage span {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	background: url(../img/bg_mini_dotted.jpg) repeat-x left bottom;
}


/*h4がない時の設定
////////////////////////////////////////////////////*/
.noHead {
	padding-top: 13px;
}

/*下がない時の設定
////////////////////////////////////////////////////*/
#contents .noBottom {
	margin-bottom: 0;
}

/*各テーブルの共通設定
////////////////////////////////////////////////////*/
table {
	background-color: #CCCCCC;
}

table th {
	background-color: #ECF4FF;
	font-weight: normal;
}

table td.subTitle {
	background-color: #EEEEEE;
}

table td {
	background-color: #FFFFFF;
}


/*各コンテンツの下にあるお問い合わせへの設定
////////////////////////////////////////////////////*/

.gotoContact {
	margin-top: 50px;
}

.gotoContact dd {
	margin-top: 18px;
}
