@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Verdana, "メイリオ", Meiryo, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Osaka, sans-serif;
	/*font-family: NotoSansJP-Bold,YuGothic,"Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 88%;
	line-height: 1.75;
	color: #222222;
	background: 
		url(../img/bg.jpg) no-repeat center top,
		url(../img/bg2.jpg) repeat-x center top;
	position: relative;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#wrapperInr {
	background: 
		url(../img/bg_wrap_btm.jpg) no-repeat left bottom,
		url(../img/bg_wrap.jpg) repeat-y left center;
	/* box-shadow */
	box-shadow: 0px 0px 10px -2px #CCCCCC;
	-moz-box-shadow: 0px 0px 10px -2px #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px -2px #CCCCCC;
	border: #FFFFFF solid 3px;
	position: relative;
	z-index: 1;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 242px;
	float: left;
	/*margin-left: 3px;*/
}
#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;
}

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


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



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 181px;
	/*background: url(../img/header.jpg) no-repeat center top;*/
}
#header h1 {
	text-indent: -999999px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#header h1 a {
	height: 171px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 114px;
	background: url(../img/footer_bg.jpg) repeat-x center top;
	margin-top: -24px;
}
#footerInr {
	width: 1000px;
	margin: 0 auto;
}
#footer p {
	/*display: none;*/
	font-size: 72%;
	color: #888888;
	text-align: right;
	letter-spacing: 0.01em;
	margin: 0;
	padding-top: 35px;
}
/*PAGETOP*/
/*#pagetop {
	text-align: right;
	padding: 50px 30px 30px;
}
#pagetop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}*/
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 0;
}
.pagetop img {
}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
	background: url(../img/top_bg.jpg) no-repeat center top;
}
#topMain {
	height: 520px;
	position: relative;
}
#topMain p {
	display: none;
}

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

/*---重要な期日---*/
#top-important {
	/*position: absolute;*/
	/*top: 570px;
	left: 100px;*/
	width: 600px;
background-color: #FFF1F1;
	/*filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;*/
	/*border: 2px solid #F82E00;*/
	/* border-radius */    
border-radius: 4px;        /* CSS3草案 */  
-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 4px;   /* Firefox用 */ 
	margin: 0 auto 40px;
	padding: 1.5em 2em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.15em;
	font-weight: bold;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/* border-radius */    
	border-radius: 10px 10px 0 0;        /* CSS3草案 */
	-webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px 10px 0 0;   /* Firefox用 */
	padding: 0.15em;
	margin-bottom: 0.65em;
}
#top-important p {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-weight: bold;
	font-size: 115%;
	/*text-indent: 1em;*/
	/*margin-top: 1em;*/
}
#top-important ul li {
	list-style-type: disc;
	margin-left: 1em;
}

/*---お知らせ---*/
#top-news {
	background: url(../img/top_news_ttl.jpg) no-repeat left center;
	margin: 0;
}
#top-news #top-newsInr {
	height: 118px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	padding: 6px 0;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	display: none;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-left: 145px;
	border-bottom: #DDDDDD solid 1px;
	margin-right: 20px;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 135%;
	font-size: 87%;
	font-weight: normal;
	border-top: #DDDDDD solid 1px;
	padding: 0.7em 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 17%;
	/*background: #F8FBBC;
	text-align: center;*/
	padding-left: 0.7em;
}
#top-news dl dd {
	float: left;
	width: 79%;
	padding-right: 0.7em;
}

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


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	/*width: 720px;*/
	min-height: 780px;
	background: url(../img/page_bg.jpg) no-repeat left top;
}
.pageInr {
	width: 626px;
	margin: 0 auto 110px;
}
h3 {
	position: relative;
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 139%;
	font-weight: bold;
	line-height: 130%;
	color: #FFF;
	letter-spacing: 1px;
	background: #7FB131;
	margin: 3.2em -10px 1em;
	position: relative; /* for IE6 */
	padding: 0.35em 23px 0.3em;
}
h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 9px;
	width: 4px;
	height: 14px;
	margin-top: -7px;
	background-color: #FFFF00;
}
h4 {
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 122%;
	font-weight: bold;
	color: #1B8C61;
	line-height: 130%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8f4e1+0,e8f4e1+100&1+0,1+65,0+100 */
background: -moz-linear-gradient(left,  rgba(232,244,225,1) 0%, rgba(232,244,225,1) 65%, rgba(232,244,225,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(232,244,225,1) 0%,rgba(232,244,225,1) 65%,rgba(232,244,225,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(232,244,225,1) 0%,rgba(232,244,225,1) 65%,rgba(232,244,225,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f4e1', endColorstr='#00e8f4e1',GradientType=1 ); /* IE6-9 */

	/*background: url(../img/h4_bg.jpg) repeat-y left top;*/
	/*border-bottom: #000000 solid 2px;*/
	margin: 2em -11px 0.8em;
	padding: 0.4em 0 0.32em 9px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 14px;
	height: 14px;
	margin-top: -10px;
	background: url(" ../img/h4_ico.jpg") top left no-repeat;
	background-size: 14px 14px;
}
h5 {
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 112%;
	/*color: #222222;*/
	font-weight: bold;
	line-height: 140%;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 0.18em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-left: 17px;
}
.areaInt h5 {
	margin-left: -18px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.areaInt h6 {
	margin-left: -18px;
}
