@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: 
		url(../img/bg.jpg) no-repeat center top,  
		url(../img/bg2.jpg) repeat-x center top;
	text-align: justify;
	text-justify: inter-ideograph;
	/* 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: 90%;
	line-height: 1.6;
}

/*---通常ページ用----*/
#wrapperBG {
	width: 100%;
}

/*---トップページ用----*/
#wrapperBG-top {
	width: 100%;
	background: url(../img/bg_wrapbg_end.jpg) no-repeat center top;
	/*background: url(../img/bg_wrapbg.jpg) no-repeat center top;*/
}

/*-------*/
#wrapper {
	width: 1020px;
	/*background: #FFFFFF url( ../img/bg_wrap.jpg) repeat-y left top;*/
	/* box-shadow */
	/*box-shadow: 0px 0px 15px 1px rgba(205,207,220,0.95);*/
	margin: 0 auto;
}
#wrapperInr {
	width: 952px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 11px 0 0 21px;
}


/*---------------------------------------------------------------*/
#side-nav {
	width: 210px;
	float: left;
	background: #FFF;
	/* border-radius */    
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	/* box-shadow */
	box-shadow: 0px 0px 2px 1px rgba(204,204,204,0.56);
	margin: 4px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0 18px;
}


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


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 123px;
	/*background: url(../../img/header.jpg) no-repeat center top;*/
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 123px;
	display: block;
	outline: none;
}
#header #headNav {
	position: absolute;
	top: 0;
	right: 10px;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footerOn {
	width: 100%;
	height: 190px;
	background: url(../../img/footeron-bg.jpg) no-repeat center bottom;
}
/**/
#footerOn-top {
	width: 882px;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 100%;
	height: 43px;
	background: 
		url(../../img/footer.jpg) no-repeat center top,
		url(../../img/footer_bg.jpg) repeat-x center top;
}
#footer p {
	display: none;
	/*width: 1020px;
	font-size: 72%;
	color: #4EA036;
	text-align: right;
	letter-spacing: 0.01em;
	margin: 0 auto;
	padding-top: 8px;*/
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 50px 0 110px;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
/*#topBG {
	background: url( ../img/top_bg.png) no-repeat center top;
}*/
#topMain {
	height: 614px;/*background: url(../../img/top_main.jpg) no-repeat center top;*/
	/*margin-top: -5px;*/
}
#topMain p {
	display: none;
}
/*---topSub---*/
#topSub {
	width: 658px;
	margin-left: 40px;
}

/*---大会終了---*/
#top-end {
	height: 132px;
	color: #FFF;
/*	font-size: 1.1em;*/
	/*text-align: center;*/
	line-height: 120%;
	margin-top: -15px;
	margin-left: -30px;
}

/*---お知らせ---*/
#top-news {
	height: 132px;
}
#top-news #top-newsInr {
	height: 100px;
	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 {
	display: none;
}
#top-news dl {
	font-size: 87%;
	color: #FFF;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 0 0 124px;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 130%;
	font-weight: normal;
	padding: 0 0 0.8em;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 15%;
	font-size: 96%;
	background-image: url( ../../img/icon_dot_news.png);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	padding-left: 20px;
}
#top-news dl dd {
	float: left;
	width: 80%;
	font-family: YuGothic, "Noto Sans Japanese", "游ゴシック", Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#top-news a {
	color: #FFFFFF;
}
#top-news a:hover {
	text-decoration: none;
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 18px 0 40px;
}
#jimu .jimuBox {
	width: 302px;
	float: right;
	margin-right: 55px;
}
#jimu h2 {
	height: 32px;
}
#jimu dl {
	line-height: 140%;
	color: #212121;
	margin: 8px 0 0 17px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 86%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
	background: url(../../img/top_jimu_line.png) no-repeat left top;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
}
.pageInrBG {
	min-height: 500px;
	background: url(../../img/bg_pageinr.jpg) no-repeat center top;
}
.pageInr {
	width: 614px;
	margin: 0 auto;
	padding: 35px 0;
}
#page h2 {
	height: 102px;
}
h3 {
	font-size: 138%;
	font-weight: bold;
	color: #FFF;
	line-height: 130%;
	background: url(../../img/h3_bg.jpg) no-repeat center left;
	margin: 3em -14px 1em;
	position: relative; /* for IE6 */
	padding: 0.5em 0 0.4em 18px;
}
h4 {
	font-size: 126%;
	font-weight: bold;
	color: #FF8500;
	line-height: 120%;
	background: url( ../../img/h4_bg.jpg) no-repeat center bottom;
	margin: 2em -14px 0.8em;
	padding: 0.45em 30px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 10px;
	width: 12px;
	height: 11px;
	margin-top: -6px;
	background: url(" ../../img/h4_ico.jpg") top left no-repeat;
	background-size: 12px 11px;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	color: #1B7914;
	background: url(../../img/h5_ico.jpg) no-repeat left 0.3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
