@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #111111;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #222222;
}
#wrapper {
	width: 1000px;
	background: url( ../img/bg_wrap.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: 230px;
	float: left;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 23px 0 0;
}
#side-nav .nav-banner p {
	margin: 5px 0;
}

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



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 122px;
	background: url(../img/header.jpg) no-repeat center top;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 122px;
	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.5%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 20px 0 45px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 30px;
	padding: 0 0 75px;
}
.pagetop img {
}



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

/*--大会終了--*/
#top-end {
	margin: 40px 60px 0;
	padding: 1em 2em;
	text-align: center;
}

/*---重要な期日---*/
#top-important {
	/*position: absolute;*/
/*	top: 570px;
	left: 100px;*/
/*	width: 558px;*/
	border: 1px solid #DB3600;
	/* border-radius */    
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	margin: 40px 60px 0;
	padding: 1em 2em;
}
#top-important #top-importantInr {
	overflow: hidden;
	margin: 0.5em 0;
}
#top-important h2 {
	text-align: center;
	color: #C31E00;
	letter-spacing: 0.05em;
	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;
	padding: 0 0 0.6em;
}
/* 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-news {
	display: table;
	margin: 0;
	padding: 40px 54px;
}
#top-news #top-newsOuter {
	display: table-cell;
	width: 555px;
}
#top-news #top-newsInr {
	height: 180px;
	/*height: 140px;*/
	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: table-cell;
	/*float: left;*/
	width: 106px;
	vertical-align: middle;
}
#top-news h2 img {
	vertical-align: middle;
}
#top-news dl {
	/*border-bottom: #AAAAAA dotted 1px;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: -1px 11px 0;
}
#top-news dl dt, #top-news dl dd {
	font-size: 93%;
	line-height: 130%;
	float: left;
	font-weight: normal;
	border-top: #DBD9D9 solid 1px;
	padding: 0.65em 0;
}
#top-news dl dt {
	width: 19%;
	background: url( ../img/icon_news.jpg) no-repeat 11px center;
	padding-left: 30px;
}
#top-news dl dd {
	width: 70%;
	padding-right: 10px;
}

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



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 920px;
}
.pageInr {
	width: 618px;
	margin: 34px auto 0;
	padding-bottom: 80px;
}
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%;
	border-top: #111111 solid 1px;
	border-bottom: #111111 solid 2px;
	/*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;
}
