<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

/*---------------------------------------------------------------*/
#side-nav {
	width: 231px;
	float: left;
	margin-left: 13px;
	padding-top: 4px;
}
#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: 682px;
	float: right;
	margin-right: 16px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 160px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 120px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background-color: #0A7A26;
}
#footerInr {
	width: 950px;
	height: 104px;
	background:  url(../img/footer.jpg) no-repeat center bottom;
	margin: 0 auto;
}
#footer p {
	display: none;
}

/*PAGETOP*/
#pagetop {
	clear: both;
	text-align: right;
	padding: 50px 30px 5px;
}
#pagetop a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}


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

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

/*---お知らせ---*/
#top-news {
	margin-bottom: 15px;
}
#top-news #top-newsInr {
	height: 260px;
	/*height: 130px;*/
	font-size: 90%;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-top: 14px;
	padding-bottom: 1px;
}
#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 {
	background:  url( ../img/line_dot.jpg) repeat-x left bottom;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: -0.5em 15px 0 0;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	font-weight: normal;
	line-height: 160%;
	background: url(../img/line_dot.jpg) repeat-x left top;
	padding: 0.5em 0;
}
#top-news dl dt {
	position: relative;
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 15%;
	padding-left: 30px;
}
#top-news dl dt::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 16px;
	width: 4px;
	height: 5px;
	margin-top: -2px;
	background: url(" ../img/icon_arrow_news.jpg") top left no-repeat;
	background-size: 4px 5px;
}
#top-news dl dd {
	float: left;
	width: 78%;
	padding-right: 10px;
}



/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	line-height: 140%;
	margin: 0 auto;
}
#jimu h2 {
	margin-top: 33px;
}
#jimu dl {
	font-size: 90%;
	margin: 8px 12px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	margin-bottom: 5px;
}
#jimu dl dd {
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 550px;
	height: auto !important; /* for IE6 */
	height: 550px; /* for IE6 */
	margin-top: 19px;
}
.pageInr {
	width: 594px;
	margin: 0 auto;
}
h3 {
	font-size: 148%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background: #066520;
		/* border-radius */    
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
	margin: 2.5em -18px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.14em 0 0.14em 15px;
}
h4 {
	font-size: 126%;
	font-weight: bold;
	line-height: 130%;
	clear: both;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	margin: 2em -9px 0.8em;
	padding: 0.28em 0 0.4em 22px;
	position: relative; /* for IE6 */
	zoom: 1;
}

h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 7px;
	width: 5px;
	height: 17px;
	margin-top: -10px;
	background: url(" ../img/h4_icon.jpg") top left no-repeat;
	background-size: 5px 17px;
}
h5 {
	font-size: 110%;
	color: #066921;
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 22px;
}
.areaInt h5 {
	margin-left: -22px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
/*.areaInt h6 {
	margin-left: -20px;
}*/
</pre></body></html>