@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
html {
	background: url(../img/bg0.jpg) repeat center top;
}
body {
	background: url(../img/bg.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: 95%;
	line-height: 1.6;
}
#wrapper {
	width: 974px;
	background: url(../img/bg_wrap.jpg) repeat-y;
	margin: 0 auto;
}
#wrapperInr {
	background-repeat: no-repeat;
	background-image: url(../img/bg_wrapinr.jpg);
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 218px;
	float: left;
	margin-top: 14px;
	margin-left: 26px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0 18px;
}
#side-nav .nav-banner img {
	margin-bottom: 10px;
}
#side-nav .nav-banner a:hover img {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 4以上 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 8以上 */
  background: white;
		transition: all 0.3s ease 0s;
}


/*---------------------------------------------------------------*/
#main {
	width: 708px;
	float: right;
	margin-right: 15px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 139px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 96px;
	display: block;
	outline: none;
}
/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	background: #0053A5 url(../img/footer_bg.jpg) center top;
	background-color: #0053A5;
}
#footerInr {
	width: 974px;
	height: 150px;
	background: url(../img/footer.jpg) no-repeat center bottom;
	position: relative;
	margin: 0px auto;
}
#footer p {
	display: none;
}
/*コンテンツページ用*/
#footerInr-page {
	width: 974px;
	height: 150px;
	background: url(../img/footer_page.jpg) no-repeat center bottom;
	position: relative;
	margin: 0px auto;
}
#footer p {
	display: none;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	color: #FFFFFF;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	position: absolute;
	top: 55px;
	left: 244px;
}
#jimu .jimuBox {
	float: left;
}
#jimu h2 {
	display: none;
}
#jimu dl {
	line-height: 120%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#jimu dl dt, 
#jimu dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	width: 200px;
	margin-top: 0.5em;
}
#jimu dl dd {
	font-size: 90%;
}


/*PAGETOP*/
#pagetop {
	text-align: right;
	padding: 50px 45px 15px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 617px;
	background: url(../img/top_main.jpg) no-repeat center top;
}
#top-main p {
	display: none;
}

/*---お知らせ---*/
#top-info {
	background: #EBE9D3 url(../img/top_info_bg_end.jpg) no-repeat center top;
	/*background: #EBE9D3 url(../img/top_info_bg.jpg) no-repeat center top;*/
	padding-bottom: 25px;
}
#top-info #top-infoInr {
	/*height: 120px;*/
	height: 420px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-left: 17px;
	margin-right: 40px;
}
#top-info h2, #top-info dl, #top-info dl dt, #top-info dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-info h2 {
}
#top-info dl {
	font-size: 90%;
	border-bottom: #C0BBA6 solid 1px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: -1px 15px 0px 0;
}
#top-info dl dt, 
#top-info dl dd {
	line-height: 130%;
	border-top: #C0BBA6 solid 1px;
	float: left;
	font-weight: normal;
	padding: 0.5em 0;
}
#top-info dl dt {
	width: 15%;
	background-image: url(../img/icon_dot_info.jpg);
	background-repeat: no-repeat;
	background-position: 19px center;
	padding-left: 37px;
}
#top-info dl dd {
	width: 77%;
	padding-right: 10px;
}

/*---アクセスカウンター---*/
#counter {
	margin: 20px;
}

/*---大会終了---*/
#top-end {
/*	min-height: 410px;*/
	color: #900000;
	font-weight: bold;
	text-align: center;
	background: #EBE9D3 url(../img/top_end_bg.jpg) no-repeat center top;
	padding: 40px;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 697px;
	background: url(../img/bg_page.jpg) repeat-y left top;
	min-height: 700px;
	height: auto !important; /* for IE6 */
	height: 700px; /* for IE6 */
}
.pageInr {
	width: 607px;
	margin: 0 auto;
}
h3 {
	font-size: 135%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background: url(../img/h3_bg.jpg) repeat-y left top;
	margin: 3em -24px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.1em 0 0.1em 13px;
}
.title3sub {
	display: inline-block;
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background: #3B3B23 url(../img/h3_s_bg.jpg) repeat-y left top;
	border-radius: 2px;        /* CSS3草案 */  
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */ 
	margin: 1.8em -6px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.1em 0.8em;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #AE0000;
	line-height: 140%;
	border-bottom: #AE0000 solid 1px;
	position: relative; /* for IE6 */
	zoom: 1;
	margin: 2em -6px 0.8em;
	padding-left: 6px;
	padding-bottom: 0.2em;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	color: #088E30;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
