@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	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-family: NotoSansJP-Bold,YuGothic,"Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 88%;
	line-height: 1.75;
	background: 
		url(../img/bg.jpg) no-repeat center top,
		#FFF url(../img/bg2.jpg) repeat-x center top;
	position: relative;
}
#wrapper {
	width: 1000px;
	background: #FFF url(../img/bg_wrap.jpg) repeat-y left top;
/* box-shadow */
box-shadow:0px 0px 10px -2px #CCCCCC;
-moz-box-shadow:0px 0px 10px -2px #CCCCCC;
-webkit-box-shadow:0px 0px 10px -2px #CCCCCC;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 240px;
	float: left;
}
#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: 760px;
	float: left;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 186px;
	background: url(../img/header.jpg) no-repeat center top;
}
#header h1 {
	text-indent: -999999px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#header h1 a {
	height: 146px;
	display: block;
	outline: none;
	float: left;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 124px;
	background: 
		url(../img/footer.jpg) no-repeat center top,
		#FCE4B4 url(../img/footer_bg.jpg) repeat-x center top;
	margin-top: -29px;
}
#footer p {
	display: none;
}

/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 1%;
	padding: 50px 0 0;
}
.pagetop img {
}


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

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

/*---大会終了---*/
.top-end {
	font-family: NotoSansJP-Bold,YuGothic,"Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #C35500;
	margin: 30px 0 60px;
}

/*---お知らせ---*/
#top-news {
	/*background: url(../img/top_news_bg.png) repeat;*/
	background-color: rgba(255,255,255,0.65);
	padding: 0 26px 28px;
}
#top-news #top-newsInr {
	height: 120px;
	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 {
	text-align: center;
	margin-bottom: 20px;
}
#top-news dl {
	font-size: 90%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-top: -1px;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 130%;
	font-weight: normal;
	border-top: #AAAAAA dotted 1px;
	padding: 0.6em 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 16%;
	background-image: url(../img/icon_arrow_news.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 1px;
	padding-left: 20px;
}
#top-news dl dd {
	float: left;
	width: 77%;
	padding-right: 10px;
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	font-family:Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: url(../img/nav_bg.jpg) no-repeat center top;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-bottom: 30px;
}
#jimu .jimuBox {
	margin-left: 20px;
}
#jimu h2 {
	margin-top: 23px;
}
#jimu dl {
	font-size: 88%;
	color: #222222;
	margin: 5px 0;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	line-height: 120%;
	margin-bottom: 0.5em;
}
#jimu dl dd {
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	/*width: 717px;*/
	min-height: 580px;
	height: auto !important; /* for IE6 */
	height: 580px; /* for IE6 */
	padding-bottom: 60px;
}
.pageInr {
	width: 638px;
	margin: 0 auto;
}
h3 {
	font-size: 139%;
	font-weight: bold;
	font-family: NotoSansJP-Bold,YuGothic,"Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #FFF;
	letter-spacing: 1px;
	background: url(../img/h3_bg.jpg) repeat-y left top;
	margin: 3em -11px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.14em 0.7em 0.13em;
}
h4 {
	font-size: 122%;
	font-weight: bold;
	color: #4F1E00;
	line-height: 130%;
	background: url(../img/h4_bg.jpg) repeat-x left bottom;
	margin: 2em -6px 0.8em;
	padding: 0 0.5em 0.5em;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 110%;
	color: #FF4000;
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -22px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
