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


/*------------------------------------------------------------- */
#nav {
	float: left;
	width: 192px;
	display: inline; /* for IE6 */
	margin-left: 24px;
	padding-top: 11px;
}
#nav #navBana {
	margin-top: 20px;
	text-align: center;
}
#nav #navBana a {
	text-indent: 0;
	display: inline;
	height: auto;
}
/*---事務局---*/
#nav-jimu dl, #nav-jimu dl dt, #nav-jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#nav-jimu {
	line-height: 130%;
	clear: both;
}
#nav-jimu a {
	display: inline !important;
	text-indent: 0px !important;
}
#nav-jimu .section {
	margin-top: 25px;
}
#nav-jimu .section h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#nav-jimu .section dl {
	font-size: 90%;
	margin: 7px 10px 0;
}
#nav-jimu .section dl dt, #nav-jimu .section dl dd {
	margin: 0px;
	padding: 0px;
}
#nav-jimu .section dl dt {
	font-size: 90%;
	margin-bottom: 5px;
}
#nav-jimu .section dl dd {
	font-size: 85%;
}

/*------------------------------------------------------------- */
#main {
	float: right;
	width: 730px;
	display: inline; /* for IE6 */
	margin-right: 21px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
}
#header h1 {
	height: 495px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#header h1 a {
	height: 490px;
	display: block;
	outline: none;
}
/**/
#header-page {
}
#header-page h1 {
	height: 160px;
	background-image: url(../img/header_page.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#header-page h1 a {
	height: 150px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	height: 86px;
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	display: none;
}
#pagetop {
	text-align: right;
	margin: 45px 30px 30px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 305px;
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-main p {
	display: none;
}
/*---お知らせ---*/
#top-info {
	background-image: url(../img/top_info_bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding-bottom: 20px;
}
#top-info #top-infoInr {
	height: 115px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 15px 45px 0 58px;
}
#top-info h2, #top-info dl, #top-info dl dt, #top-info dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#top-info dl {
	line-height: 140%;
	font-size: 90%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-info dl dt, #top-info dl dd {
	float: left;
	font-weight: normal;
	margin-bottom: 5px;
}
#top-info dl dt {
	width: 13%;
	background-image: url(../img/icon_arrow_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 82%;
}

/*---震災---*/
#top-sinsai {
	color: #562F07;
	font-weight: bold;
	background-color: #FAF5E5;
	border: #EFEDE5 solid 1px;
	margin: 7px 28px 28px;
	padding: 20px;
}
#top-sinsai .right {
	font-weight: normal;
	margin-top: 1em;
}

/*---大会終了---*/
#top-end {
	color: #562F07;
	font-weight: bold;
	text-align: center;
	background-color: #FAF5E5;
	border: #EFEDE5 solid 1px;
	margin: 7px 28px 28px;
	padding: 20px;
}





/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 636px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 20px auto 0;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #462300;
	margin: 3em -20px 1em;
	position: relative; /* for IE6 */
	padding: 3.5px 0 2.5px 15px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #462300;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 1.8em -8px 0.8em;
	padding-left: 5px;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4 img {
	vertical-align: middle;
	padding-bottom: 3px;
}
h5 {
	font-size: 110%;
	color: #462300;
	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;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
