@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:Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;*/
	/* 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.6;
	color: #1F1F1F;
	background: 
		url(../img/bg.jpg) no-repeat center top,
		url(../img/bg2.jpg) repeat-x center top;
}
#wrapper {
	width: 988px;
	background: 
		url("../img/bg_wrap_btm.jpg") no-repeat center bottom,
		url(../img/bg_wrap.png) repeat-y center top;
	margin: 0 auto 0;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 258px;
	float: left;
	margin-left: 5px;
}

/*---------------------------------------------------------------*/
#main {
	width: 690px;
	float: right;
	margin-right: 9px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	width: 100%;
	height: 120px;
	background: url(../img/header.jpg) no-repeat center top;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 120px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 75px;
	/*background: url(../img/footer_bg.jpg) repeat-x center top;*/
}
#footerInr {
	/*height: 110px;*/
	/*background: url(../img/footer.jpg) no-repeat center top;*/
	border-bottom: #DEE9F3 solid 4px;
	padding: 7px 10px;
}
#footer p {
	width: 988px;
	font-size: 72%;
	color: #0C4396;
	text-align: right;
	letter-spacing: 0.01em;
	margin: 0 auto 0;
}

/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 40px 0;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 530px;
	width: 690px;
	background: url("../img/top_main_2.jpg") no-repeat center top;
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
	width: 700px;
	margin: auto;
 padding-bottom: 20px;
}

/*---pickup---*/
#top-pickup {
	background-color: #F1F1F1;
	margin: 40px auto;
	padding: 20px;
}
#top-pickup ul li {
	background: url(../img/icon_arrow_list.jpg) no-repeat left 0.5em;
	padding-left: 20px;
	margin-bottom: 1.2em;
}
#top-pickup ul li:last-child {
	margin-bottom: 0;
}

/*---重要な期日---*/
#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: 40px auto;
	padding: 1.5em 2em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 color: red;
	/* 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-important .areaInt h6 {
 margin-left: -1em;
}

#top-end {
 font-weight: bold;
 color: #1E4E7C;
 margin: 40px 35px 50px;
}

/*---お知らせ---*/
#top-news {
 background: url("../img/top_news_bg.jpg") no-repeat left top;
}
#top-news #top-newsInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 5px 57px 20px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
 padding: 25px 0 10px;
}
#top-news dl {
	border-bottom: #DDDDDD solid 1px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 margin-top: -1px;
 margin-right: 15px;
}
#top-news dl dt, 
#top-news dl dd {
	font-family:Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	display: block;
	font-size: 93%;
	font-weight: normal;
	line-height: 130%;
	border-top: #DDDDDD solid 1px;
	padding: 0.65em 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
 color: #064B9F;
 font-weight: bold;
	width: 14.5%;
	background: url(../img/icon_arrow_news.jpg) no-repeat 12px center;
	padding-left: 30px;
}
#top-news dl dd {
	float: left;
	width: 77%;
	padding-right: 15px;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 220px;
	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: 10px auto 30px;
}
#jimu .jimuBox {
	/*margin-left: 6px;*/
}
#jimu h2 {
	margin-top: 18px;
}
#jimu dl {
	font-size: 88%;
	color: #202020;
	margin: 4px 6px;
}
#jimu dl dt, 
#jimu dl dd {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	line-height: 135%;
	margin-bottom: 0.5em;
}
#jimu dl dd {
	line-height: 140%;
}
#jimu a {
 color: #FFEE00;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 850px;
	background-color:  #FFF;
 background: url("../img/bg_page.jpg") no-repeat center top;
}
.pageInr {
	width: 588px;
	margin: 22px auto 0;
	padding-bottom: 80px;
}
h3 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	clear: both;
	font-size: 147%;
	font-weight: bold;
	color: #0A347A;
	line-height: 115%;
	text-align: left;
	letter-spacing: 0.05em;
	/*background: url(../img/h3_bg.jpg) no-repeat left bottom;*/
 background-color: #CDE8FA;
 /* border-radius */    
border-radius: 6px;        /* CSS3草案 */  
-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 6px;   /* Firefox用 */ 
	margin: 3em -12px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.35em 12px;
}
h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	clear: both;
	color: #222222;
	font-size: 126%;
	font-weight: bold;
	line-height: 115%;
	text-align: left;
 letter-spacing: 0.1em;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	/*border-top: #111111 solid 2px;*/
	margin: 2em -10px 0.8em;
	padding: 0.45em 8px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	clear: both;
	position: relative;
	font-size: 112%;
	color: #C73212;
	font-weight: bold;
	text-align: left;
	/*background: url( ../img/line_under_n.jpg) repeat-x left bottom;*/
	margin-top: 1.4em;
	margin-bottom: 0.8em;
	padding: 0 0 0 25px;
}
h5::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url("../img/h5_bg.jpg") top left no-repeat;
	background-size: 10px 10px;
}

.areaInt h5 {
	margin-left: -22px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}
.ttl7 {
	background: url(../img/icon_arrow_list.jpg) no-repeat left 0.35em;
	margin-top: 1em;
	padding-left: 18px;
}