@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
body {
	background-color: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	/* font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
	/*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 86%;
	line-height: 1.7;
}
#wrapper {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------------------------------*/
#nav {
	float: left;
	width: 244px;
	display: inline; /* for IE6 */
	margin-left: 31px;
}
#nav #navBana {
	margin-top: 20px;
	text-align: center;
}
#nav #navBana a {
	text-indent: 0;
	display: inline;
	height: auto;
}
/*---------------------------------------------------------------*/
#main {
	float: left;
	width: 795px;
	/*width: 735px;*/
	display: inline; /* for IE6 */
	background: url(../img/top_image_sub.jpg) no-repeat right top;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	width: 1170px;
	height: 573px;
	/*height: 630px;*/
	background: url(../img/top_image_main_00.jpg) no-repeat left top;
}
#header h1 {
	height: 115px;
	text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	width: 520px;
	display: block;
	outline: none;
}
/**/
#viewer {
	margin: 0 auto;
	width: 1170px;
	height: 573px;
	/*height: 630px;*/
	text-align: left;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 735px;
	height: 100px;
	clear: both;
	border-top: #000000 solid 1px;
	margin-left: 275px;
	padding-top: 1em;
}
#footer p {
}
/*PAGETOP*/
#pagetop {
	text-align: right;
	margin: 15px 30px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 399px;
	width: 671px;
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-main p {
	display: none;
}

/*---お知らせ---*/
#top-info {
	width: 631px;
	background-image: url(../img/top_info_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 10px auto 16px;
}
#top-info #top-infoInr {
	height: 115px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
}
#top-info h2, #top-info dl, #top-info dl dt, #top-info dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#top-info dl {
	line-height: 140%;
	margin: 16px 10px 0px 47px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-info dl dt, #top-info dl dd {
	float: left;
	font-weight: normal;
	margin-bottom: 5px;
}
#top-info dl dt {
	width: 15%;
	background-image: url(../img/icon_dot_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 80%;
}

/*---事務局---*/
#top-jimu dl, #top-jimu dl dt, #top-jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#top-jimu {
	line-height: 140%;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin-left: 48px;
	margin-top: 20px;
}
#top-jimu .section {
	width: 280px;
	float: left;
	display: inline; /* for IE6 */
	margin-right: 39px;
}
#top-jimu .section h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#top-jimu .section dl {
}
#top-jimu .section dl dt, #top-jimu .section dl dd {
	margin: 0px;
	padding: 0px;
}
#top-jimu .section dl dt {
	margin-bottom: 5px;
}
#top-jimu .section dl dd {
	font-size: 90%;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#cont {
	width: 735px;
	padding-bottom: 3em;
}
h2 {
	width: 280px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	margin-bottom: 50px;
	padding: 0.1em;
}
h3 {
	font-size: 135%;
	font-weight: bold;
	color: #003C18;
	letter-spacing: 1px;
	border-bottom: #003813 solid 1px;
	background: url(../img/h3_bg.jpg) no-repeat left center;
	margin: 3em 0 1em;
	padding-left: 15px;
}
h4 {
	font-size: 130%;
	font-weight: bold;
	color: #013A17;
	line-height: 120%;
	border-bottom: #003C17 dotted 1px;
	margin: 2em 0 1em;
	padding-left: 0.4em;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
	clear: both;
}
h5 {
	font-size: 110%;
	color: #66518C;
	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: 12px;
}
.areaInt h5 {
	margin-left: -12px;
}
h6 {
	font-size: 106%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
