@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
html {
	background: url(../img/bg.jpg) repeat-x center top;	
}
body {
	background: url(../img/bg2.jpg) no-repeat center top;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
	font-size: 85%;
	line-height: 1.65;
}
#wrapper {
	width: 1000px;
	background: url(../img/bg_wrap.jpg) repeat-y;
	margin: 0 auto;
}
#wrapperInr {
	background: url(../img/bg_wrapinr.jpg) no-repeat center top;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 231px;
	float: left;
	margin-left: 20px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 45px 0 18px;
}

/*---------------------------------------------------------------*/
#main {
	width: 728px;
	float: left;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 250px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 230px;
	display: block;
	outline: none;
}
/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 1000px;
	height: 77px;
	background: url(../img/footer.jpg) no-repeat center bottom;
	position: relative;
	margin: 0px auto;
}
#footer p {
	display: none;
}

/*PAGETOP*/
#pagetop {
	text-align: right;
	padding: 60px 55px 15px 0;
}
#pagetop a:hover img {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;

}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 455px;
	background: url(../img/top_main.jpg) no-repeat center top;
}
#topMain p {
	display: none;
}
/*---topSub---*/
#topSub {
	width: 651px;
	margin: 30px auto 0;
}

/*---お知らせ---*/
#top-info {
}
#top-info #top-infoInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 12px 0;
}
#top-info h2, #top-info dl, #top-info dl dt, #top-info dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-info h2 {
}
#top-info dl {
	font-size: 90%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 15px 0px 0;
}
#top-info dl dt, 
#top-info dl dd {
	line-height: 130%;
	float: left;
	font-weight: normal;
	padding: 0.5em 0;
}
#top-info dl dt {
	width: 15%;
	background-image: url(../img/icon_arrow_info.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
}
#top-info dl dd {
	width: 77%;
	padding-right: 10px;
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 36px 0;
}
#jimu .jimuBox {
	float: left;
}
#jimu h2 {
	margin-bottom: 0.5em;
}
#jimu dl {
	line-height: 120%;
	margin: 0 0 0 9px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	margin-bottom: 0.5em;
}
#jimu dl dd {
	font-size: 90%;
}


/*---事務局---*/
#top-end {
	text-align: center;
	color: #026400;
	font-size: 113%;
	font-weight: bold;
	margin: 2.5em 0 3.5em;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 650px;
	height: auto !important; /* for IE6 */
	height: 650px; /* for IE6 */
}
.pageInr {
	width: 622px;
	margin: 7px auto 0;
}
h3 {
	font-size: 144%;
	font-weight: bold;
	color: #006600;
	line-height: 1.4em;
	letter-spacing: 1px;
	background-color: #EAF3EA;
	margin: 3em -30px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.3em 0.9em 0.25em;
}
h3 .h3-s {
	display: inline-block;
	font-size: 90%;
	letter-spacing: 0;
	text-indent: -2em;
	padding-left: 2em;
}
h4 {
	position: relative;
	/*height: 30px;*/
	font-size: 120%;
	font-weight: bold;
	margin: 2em -8px 0.8em;
	padding: 0.28em 0 0 13px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 5px;
	height: 13px;
	background-color: #126E08;
	margin-top: -6px;
}
h5 {
	font-size: 110%;
	color: #1D5992;
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
