@charset "UTF-8";

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

/*---------------------------------------------------------------*/
#side-nav {
	width: 245px;
	float: left;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 20px 0 18px;
}
#side-nav .nav-banner p {
	line-height: 100%;
	margin-bottom: 8px;
}
#side-nav .nav-banner p a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}

/*---------------------------------------------------------------*/
#main {
	width: 755px;
	float: right;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 110px;
	position: relative;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 120px;
	display: block;
	outline: none;
}
#header .areaHeaderBtn {
	position: absolute;
	top: 4px;
	right: 30px;
} 
#header .areaHeaderBtn a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 97px;
	background: url(../img/footer_bg.jpg) repeat-x center top;
	margin-top: 15px;
}
#footerInr {
	width: 1000px;
	margin: auto;
}
#footer p {
	color: #FFF;
	font-size: 76%;
	letter-spacing: 0.05em;
	text-align: right;
	padding: 30px 20px;
}

/*PAGETOP*/
#pagetop {
	text-align: right;
	padding: 50px 70px 0;
}
#pagetop a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
	transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 530px;
	background: url(../img/top_main.jpg) no-repeat center top;
	position: relative;
}
#topMain p {
	display: none;
}
#topMain #sagaballoon {
	position: absolute;
	top: 443px;
	left: 53px;
}
#topMain #sagaballoon a {
	display: block;
	width: 497px;
	height: 61px;
	text-indent: -999999px;
	outline:none;
}

/*---topSub---*/
#topSub {
	margin: 0 30px 30px 39px;
}

/*---お知らせ---*/
#top-news {
}
#top-news #top-newsInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 10px 8px 0 3px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
}
#top-news dl {
	font-size: 90%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: -1px 0 0px 0;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 130%;
	font-weight: normal;
	border-top: #D4DAE2 solid 1px;
	padding: 0.6em 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 15%;
	background-image: url(../img/icon_arrow_news.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
}
#top-news dl dd {
	float: left;
	width: 77%;
	padding-right: 10px;
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	text-align: left;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 40px 0 0;
}
#jimu .areaCol2 .col2-box {
	width: 320px;
}
#jimu .areaCol2 .col2-box h2 {
	line-height: 100%;
}
#jimu .areaCol2 .col2-box dl {
	line-height: 140%;
	margin: 12px 0 0 24px;
}
#jimu .areaCol2 .col2-box dl dd {
	margin: 4px;
}

/**/
#top-end {
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #2C427B;
	margin: 25px 40px 55px;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 700px;
	min-height: 550px;
	height: auto !important; /* for IE6 */
	height: 550px; /* for IE6 */
	background: #FFF;
	margin: 37px 0 0 21px;
	padding-top: 10px;
}
.pageInr {
	width: 614px;
	margin: 22px auto 0;
}
#page h2 {
	width: 680px;
	margin: 0 auto;
}
h3 {
	font-size: 141%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background: #BB9D34;
	margin: 3em -13px 1em;
	position: relative; /* for IE6 */
	padding: 0.14em 0 0.14em 15px;
}
h4 {
	font-size: 128%;
	font-weight: bold;
	line-height: 130%;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	margin: 2em -9px 1em;
	padding: 0 0 0.5em 22px;
	position: relative; /* for IE6 */
	zoom: 1;
}

h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: url(" ../img/h4_icon.jpg") top left no-repeat;
	background-size: 12px 12px;
}
h5 {
	font-size: 108%;
	color: #032565;
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 17px;
}
.areaInt h5 {
	margin-left: -22px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.areaInt h6 {
	margin-left: -20px;
}

.kikan {
	font-weight: bold;
	font-size: 125%;
	color: #9D1B40;
	margin: 1em;
}
