@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	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: 84%;
	line-height: 1.6;
}
#wrapper {
	width: 1016px;
	background: url(../../img/bg_wrap.jpg) repeat-y;
	margin: 0 auto;
}
#wrapperInr {
	background-repeat: no-repeat;
	background-image: url(../../img/bg_wrapinr.jpg);
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 206px;
	float: left;
	margin-left: 37px;
}
#side-nav .langBT {
	height: 72px;
	text-align: center;
}
#side-nav .langBT img {
	margin-top: 34px;
}
#side-nav .langBT a {
	display: block;
	text-indent: 0;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0 18px;
}


/*---------------------------------------------------------------*/
#main {
	width: 756px;
	float: right;
	margin-right: 8px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 105px;
	background: url(../img/header.jpg) no-repeat center top;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 96px;
	display: block;
	outline: none;
}
/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	height: 67px;
	background: url(../../img/footer.jpg) no-repeat center bottom;
}
#footer p {
	display: none;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	height: 108px;
	background: url(../img/top_jimu_bg.jpg) no-repeat left center;
	margin: 25px 0 25px 63px;
}
#jimu h2 {
	display: none;
}
#jimu dl {
	line-height: 120%;
	margin-left: 215px;
	padding-top: 20px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	color: #1753C0;
	margin-bottom: 0.5em;
}
#jimu dl dd {
	font-size: 90%;
}


/*PAGETOP*/
#pagetop {
	text-align: right;
	padding: 50px 45px 15px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 651px;
	background: url(../img/top_main.jpg) no-repeat center top;
}
#top-main p {
	display: none;
}

/*---お知らせ---*/
#top-info {
}
#top-info #top-infoInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 10px 40px 0 64px;
}
#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: url(../../img/icon_dot_info.jpg) no-repeat left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 77%;
	padding-right: 10px;
}

/*---END---*/
#top-end {
	font-size: 120%;
	font-weight: bold;
	color: #0937CA;
	text-align: center;
	border: #031D8B solid 1px;
	background-color: #F0F7FD;
	margin: 20px 63px 60px;
	padding: 20px;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	background: url(../../img/bg_page.jpg) no-repeat left top;
	min-height: 700px;
	height: auto !important; /* for IE6 */
	height: 700px; /* for IE6 */
}
.pageInr {
	width: 576px;
	margin: 0 auto;
}
iframe {
	margin-left: 52px;
}
h3 {
	height: 60px;
	font-size: 144%;
	font-weight: bold;
	color: #474E52;
	letter-spacing: 1px;
	background: url(../../img/h3_bg.jpg)  no-repeat left top;
	margin: 2.5em -38px 0;
	position: relative; /* for IE6 */
	padding: 0.8em 0 0 64px;
}
h4 {
	height: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: url(../../img/h4_bg.jpg) no-repeat left center;
	margin: 2em -38px 0.8em;
	padding: 0.28em 0 0 37px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 110%;
	color: #008C68;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
