@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	-webkit-text-size-adjust: 100%;
	background: url(../img/bg_top.jpg) no-repeat center top;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Verdana, "xYuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-size: 88%;
	line-height: 1.6;
}
body.b-page {
	background: 
		url(../img/bg.jpg) no-repeat center top,
		url(../img/bg2.jpg) repeat-y center 120px;
}
/**/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/*---------------------------------------------------------------*/
#globalNav {
	height: 54px;
}

/*---------------------------------------------------------------*/
#main {
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 120px;
	background: url( ../img/header.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
}
#header h1 {
	height: 100px;
	text-indent: -999999px;
}
#header h1 a {
	height: 96px;
	display: block;
	outline: none;
}
/**/
#header #headNav {
	position: absolute;
	display: table;
	height: 23px;
	top: 9px;
	right: 0;
	border-right: #CFCFCF solid 1px;
}
#header #headNav a {
	display: table-cell;
	vertical-align: middle;
	border-left: #CFCFCF solid 1px;
	padding: 5px 18px;
}
/*#header #headNav a:hover {
	background-position: center -31px;
}
#header #headNav a:hover img {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}*/


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer-Bnner {
	text-align: center;
	background: #DEEEF8;
	padding: 1px 0;
}
#footer-Bnner ul {
	width: 1100px;
	margin: 30px auto;
}
#footer-Bnner ul li {
	display: inline;
	vertical-align: middle;
	margin-right: 40px;
	/*margin-right: 20px;*/
	/*margin-right: 55px;*/
}
#footer-Bnner ul li:last-child {
	margin: 0;
}
#footer-Bnner ul li img {
}
#footer-Bnner ul li img.topmargin {
	margin-top: 5px;
}

/**/
#footer {
	width: 100%;
	background: #FFF url(../img/footer_bg.jpg) repeat-x center top;
	padding: 13px;
}
#footer p {
	color: #666666;
	font-size: 75%;
	text-align: center;
}

/*PAGETOP*/
.pagetop {
	position: fixed;
 right: 1%;
	display: block;
 /*bottom: 180px;*/
	z-index: 10;
	margin-right: 20px;
	margin-bottom: 20px;
	/*margin-bottom: 140px;*/
	padding: 0 0 150px; 
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 483px;
}
#topMain p {
	display: none;
}
#topSub {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	padding: 50px 40px 20px;
}


/*---お知らせ---*/
#topNews {
	float: left;
	width: 451px;
	margin: 0 auto;
}
#topNews #topNewsInr {
	height: 121px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 3px;
}
#topNews h2, #topNews dl, #topNews dl dt, #topNews dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#topNews h2 {
	height: 30px;
	margin-bottom: 20px;
}
#topNews dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-left: 5px;
}
#topNews dl dt, 
#topNews dl dd {
	display: block;
	font-size: 85%;
	line-height: 130%;
	padding: 0.5em 0;
}
#topNews dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 20%;
	background: url(../img/icon_dot_news.jpg) no-repeat left center;
	padding-left: 20px;
}
#topNews dl dd {
	float: left;
	width: 70%;
}
#topNews .txt-l {
	font-size: 1.1em;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	float: right;
	width: 380px;
	text-align: left;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#jimu .jimuBox {
	float: left;
	width: 33%;
}
#jimu h2 {
}
#jimu dl {
	line-height: 150%;
	margin: 13px 0 0 9px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	margin-bottom: 0.5em;
}
#jimu dl dd {
	font-size: 90%;
	margin-left: 20px;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 930px;
	background: #FFF;
	margin: 0 auto 0;
}
.pageInr {
	width: 784px;
	min-height: 600px;
	margin: 40px auto 0;
	padding-bottom: 80px;
}
#page h2 {
	width: 930px;
	height: 106px;
	margin: 0 auto;
}

h3 {
	position: relative;
	/*font-family: Century Gothic, sans-serif;*/
	font-size: 146%;
	font-weight: bold;
	color: #FFF;
	line-height: 120%;
	letter-spacing: 0.08em;
	text-align: left;
	background: url(../img/h3_bg.jpg) no-repeat left center;
	margin: 4em -8px 1em;
	position: relative; /* for IE6 */
	padding: 0.3em 15px 0.37em 30px;
}
h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background: url(" ../img/h3_icon.png") top left no-repeat;
	background-size: 10px 8px;
}
h4 {
	font-size: 128%;
	/*color: #EE4040;*/
	line-height: 140%;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	border-top: #180808 solid 1px;
	margin: 2em -8px 1em;
	padding: 0.25em 8px 0.3em;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #48A61D;
	background: url(../img/h5_bg.jpg) no-repeat left center;
	margin: 1.2em 0 0.4em;
	padding-left: 10px;
}
.areaInt h5 {
	margin-left: -10px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	background: url(../img/h6_bg.jpg) no-repeat left center;
	margin: 1em 0 0.3em;
	padding-left: 20px;
}
.areaInt h6 {
	margin-left: -20px;
}
