@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #FFF url(../img/bg.jpg) no-repeat 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;
}
#wrapper {
	width: 1000px;
	background: 
		url( ../img/bg_wrap.jpg) no-repeat center top,
		url( ../img/bg_wrap2.jpg) repeat-y center top;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px rgba(136,136,136,0.48);
	margin: 0 auto;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
	border-bottom: #FFFFFF solid 5px;
}

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

#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0 0;
}
#side-nav .nav-banner p {
	margin: 5px 0;
}

/*---------------------------------------------------------------*/
#main {
	width: 770px;
	float: left;
}


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


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}
#footerInr {
	width: 1000px;
	/*height: 110px;*/
	/*background: url(../img/footer.jpg) no-repeat center top;*/
	margin: 0 auto 0;
}
#footer p {
	font-size: 72%;
	color: #595959;
	text-align: center;
	letter-spacing: 0.01em;
	margin: 15px 0 55px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 80px 0;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
	position: relative;
	background: #FDFAF5 url( ../img/top_bg.jpg) no-repeat center top;
}
#topMain {
	height: 580px;
/*	background: url(../img/top_main.jpg) no-repeat center top;*/
	/*margin-top: -5px;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
}

/*---重要な期日---*/
#top-important {
	position: absolute;
	top: 570px;
	left: 100px;
	width: 558px;
	background: #FFF;
	filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
	border: 1px solid #FFF;
	/* border-radius */    
border-radius: 8px;        /* CSS3草案 */  
-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 8px;   /* Firefox用 */ 
}
#top-important #top-importantInr {
	overflow: hidden;
	margin: 0.5em 0;
}
#top-important h2 {
	text-align: center;
	color: #C31E00;
	letter-spacing: 0.1em;
	font-size: 1.26em;
	font-weight: bold;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: #FFD13B;
	/* 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;
}
/* dl左右2段 */
#top-important dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	font-size: 0.85em;
	color: #212121;
	margin: -1px 1em 0;
}
#top-important dl dt,
#top-important dl dd {
	display: block;
	border-top: #AFAFAF dotted 1px;
	margin: 0;
	padding: 0.7em 0;
}
#top-important dl dt {
	width: 12em;
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	background: url( ../img/icon_dot_important.png) no-repeat 5px center;
	padding-left: 20px;
}
#top-important dl dd {
	width: 66%;
	float: left;
}



/*---大会終了---*/
#top-end {
	border: #D80100 solid 1px;
	margin: -30px 70px 40px;
	padding: 1.2em;
}
#top-end p {
	font-size: 1.08em;
}

/*---お知らせ---*/
#top-news {
	margin: 0 70px;
	padding-bottom: 30px;
}
#top-news #top-newsInr {
	height: 200px;
	/*height: 400px;*/
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 0;
}
#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;*/
	text-align: center;
	font-size: 180%;
	color: #D80000;
	letter-spacing: 0.05em;
	margin-bottom: 1.2em;
}
#top-news dl {
	font-size: 95%;
	/*border-bottom: #AAAAAA dotted 1px;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: -1px 0 0;
}
#top-news dl dt, 
#top-news dl dd {
	line-height: 130%;
	float: left;
	font-weight: normal;
	/*border-top: #AAAAAA dotted 1px;*/
	padding: 0.65em 0;
}
#top-news dl dt {
	width: 15%;
	background: url( ../img/icon_news.png) no-repeat left center;
	padding-left: 16px;
}
#top-news dl dd {
	width: 80%;
	padding-right: 10px;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 200px;
	font-size: 97%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 25px auto 20px;
	padding: 0;
}
#jimu .jimuBox {
}
#jimu h2 {
	height: 23px;
	margin: 0;
}
#jimu dl {
	text-align: left;
	line-height: 140%;
	margin: 5px;
}
#jimu dl dt, 
#jimu dl dd {
	font-size: 87%;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	color: #212121;
	line-height: 130%;
	margin: 0.7em 0 0.5em;
}
#jimu dl dd {
	color: #1F1F1F;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 920px;
}
.pageInr {
	width: 644px;
	margin: 34px auto 0;
	padding-bottom: 50px;
}
h3 {
	font-size: 137%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.05em;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: #58391F;
	/* border-radius */    
border-radius: 2px;        /* CSS3草案 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
	margin: 3em -18px 1em;
	position: relative; /* for IE6 */
	padding: 0.1em 0 0.1em 18px;
}
/*h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 7px;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	background: url(" ../img/h3_icon.jpg") top left no-repeat;
	background-size: 7px 11px;
}*/
h4 {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 128%;
	font-weight: bold;
	color: #CB3438;
	line-height: 120%;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	margin: 2em -8px 0.8em;
	padding: 0.3em 6px 0.3em;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #551E00;
	background: url(../img/h5_bg.jpg) no-repeat 0.4em 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.areaInt h6 {
	margin-left: -20px;
}
