@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;*/
	color: #222222;
	font-size: 88%;
	line-height: 1.75;
	background: 
		url(../img/bg.jpg) no-repeat center top,
		url(../img/bg2.jpg) repeat-x center top;
	position: relative;
}
#wrapper {
	width: 960px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#wrapperInr {
	background: #FFF url(../img/bg_wrap.jpg) repeat-y left center;
	/* box-shadow */
	box-shadow: 0px 3px 4px 0px rgba(0,41,60,0.26);
	border: #FFFFFF solid 1px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#wrapperInr-kigyotenji {
	background: #FFF url(../img/bg_wrap_kigyotenji.jpg) repeat-y left center;
	/* box-shadow */
	box-shadow: 0px 3px 4px 0px rgba(0,41,60,0.26);
	border: #FFFFFF solid 1px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 229px;
	float: left;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 7px 0 0;
}
#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: 729px;
	float: right;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 133px;
	/*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: 112px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background: url(../img/footer_bg.jpg) repeat center top;
	margin-top: -30px;
}
#footer p {
	/*display: none;*/
	font-size: 72%;
	color: #78B0DA;
	text-align: center;
	letter-spacing: 0.01em;
	margin: 0;
	padding-top: 50px;
}
/*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: 589px;
	background: url(../img/top_main.jpg) no-repeat center top;
	position: relative;
}
#topMain p {
	display: none;
}

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

/*---重要な期日---*/
#top-important {
	/*position: absolute;*/
	/*top: 570px;
	left: 100px;*/
/*	width: 600px;*/
	/*font-weight: bold;*/
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: 40px auto;
	padding: 1.5em 2em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.1em;
	color: red;
	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 {
}
#top-important ul li {
	list-style-type: disc;
	margin-left: 1em;
}

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

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	font-family:Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 10px 30px 14px;
}
#jimu .jimuBox {
	/*margin-left: 6px;*/
}
#jimu h2 {
	height: 24px;
	margin-top: 25px;
	margin-bottom: 13px;
}
#jimu dl {
	font-size: 82%;
	margin: 7px;
}
#jimu dl dt, 
#jimu dl dd {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-weight: normal;
	line-height: 135%;
	margin-bottom: 0.5em;
}
#jimu dl dd {
	line-height: 150%;
}
#jimu a {
	color: #FFFF72;
}
#jimu a:hover {
	text-decoration: none;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	/*width: 720px;*/
	min-height: 780px;
	height: auto !important; /* for IE6 */
	height: 580px; /* for IE6 */
	background: url(../img/page_bg.jpg) no-repeat right bottom;
	padding-bottom: 150px;
}
.pageInr {
	width: 632px;
	margin: 0 auto;
}
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: #124B88;
	margin: 3.2em -9px 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: #333;
	line-height: 130%;
	background: url(../img/h4_bg.jpg) no-repeat left bottom;
	/*border-bottom: #000000 solid 2px;*/
	margin: 2em -9px 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: 115%;
	color: #F29D00;
	font-weight: bold;
	background-image: url(../img/h5_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-left: 15px;
}
.areaInt h5 {
	margin-left: -18px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
