@charset "UTF-8";
/* CSS Document */


/* ------------
  トップ
--------------- */

/* --- トップメニュー --- */
#wrap.top{
	background:url(../img/bg_top.png) center 0 no-repeat;
	
}



/* --- メイン --- */
#contents.top{
	margin-top:400px;
}

/* ///見出し/// */
/* 上部 */
#headline.top{
	width:745px;
	height:65px;
	margin:0 auto;
}
	#headline.top .left{
		width:44px;
		height:65px;
		background:url(../img/h3/h3_01.png) no-repeat;
		float:left;
	}
	#headline.top .center{
		width:683px;
		height:65px;
		background:url(../img/h3/h3_02.png) repeat-x;
		float:left;
	}
	#headline.top .right{
		width:18px;
		height:65px;
		background:url(../img/h3/h3_03.png) no-repeat;
		float:left;
	}

#headline p{
	color:#2c40a7;
	font-size:16px;
	font-weight:bold;
	margin:14px 0 0 8px;
}

/* 中部 */
#inner.top{
	width:745px;
	height:auto;
	background:url(../img/h3/h3_inner.png) repeat-y;
	margin:0 auto;
	padding-bottom:20px;
}

/* 下部 */
#bottom.top{
	width:745px;
	height:14px;
	margin:0 auto 10px;
}
	#bottom.top .left{
		width:44px;
		height:14px;
		background:url(../img/h3/h3_07.png) no-repeat;
		float:left;
	}
	#bottom.top .center{
		width:683px;
		height:14px;
		background:url(../img/h3/h3_08.png) repeat-x;
		float:left;
	}
	#bottom.top .right{
		width:18px;
		height:14px;
		background:url(../img/h3/h3_09.png) no-repeat;
		float:left;
	}


/* ///小見出し/// */
/* オレンジ */
#h4_orange{
	width:660px;
	height:34px;
	margin:0 auto;
	padding:10px 0 20px;
	background:url(../img/bar_orange.png) 0 6px repeat-x;
}
#h4_orange p{
	background:url(../img/circle_orange.png) 0 4px no-repeat;
	margin-left:20px;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
}

/* 黄緑 */
#h4_ygreen{
	width:660px;
	height:34px;
	margin:0 auto;
	padding:10px 0 20px;
	background:url(../img/bar_ygreen.png) 0 6px repeat-x;
}
#h4_ygreen p{
	background:url(../img/circle_ygreen.png) 0 4px no-repeat;
	margin-left:20px;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
}


/* ///メンテナンス/// */
dl#maintenance_info{
	width:680px;
	padding:10px 0;
	margin-left:30px;
}
dl#maintenance_info dt{
	width:70px;
	margin:0 20px 0 5px;
	font-weight:bold;
	float:left;
}
dl#maintenance_info dd{
	width:auto;
	margin-left:90px;
}
.underline{
	border-bottom:1px solid #d7d7d7;
}

#sp_goriyo{
	display:none;
}

#goriyo{
	display:block;
}


