@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	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;
	color: #333333;
 background-color: #FFFFFF;
}


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


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}

/*フッター1*/
#footer-1 {
 background-color: #e6f2ff;
 padding: 30px 0;
}
#footer-1Inr {
 width: 960px;
 margin: 0 auto;
}
#footer-1Inr .areaTxt {
 color: #0059b2;
 margin: 50px 150px 0;
}

/*フッター2*/
#footer-2 {
 border-top: 2px solid #0059b2;
}
#footer-2 p {
	font-size: 80%;
 color: #0059b2;
	text-align: center;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 10px;
}

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


/*--------------------------------------------------------------- 
			#main
--------------------------------------------------------------- */
#main {
 width: 100%;
 background: #0050a6 url("../img/bg_main.jpg") repeat-x top center;
}
/*---メインイメージ---*/
#areaMainimage {
 width: 1200px;
	height: 380px;
	background: url(../img/top_main.jpg) no-repeat center top;
 margin: 0 auto;
}

/*---メインテキスト---*/
#areaMaintext {
 width: 1200px;
 min-height: 150px;
 color: #FFF;
	background: url("../img/bg_areamaintext.jpg") no-repeat center top;
 margin: 0 auto;
}
#areaMaintext #MaintextInr {
 width: 1200px;
 /*width: 960px;*/
 margin: 0 auto;
}
#areaMaintext #MaintextInr .areaCol2 {
 padding: 30px 0;
}

/*---サブエリア---*/
#sub {
 width: 710px;
 margin: 0 auto;
 padding: 30px 0;
}




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

/*---お知らせ---*/
#top-news {
	height: 145px;
	background: url(../img/top_news_bg.jpg) no-repeat center top;
	margin: 0 auto 20px;
	padding: 48px 0 0;
}
#top-news #top-newsInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 0 28px 0 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 {
	/*float: left;
	margin-top: 30px;*/
	display: none;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	/*margin-left: 25px;*/
	margin-left: 200px;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 140%;
	font-size: 85%;
	padding: 0.3em 0 0.2em;
	margin-bottom: 0.7em;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 17%;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #049BA0;
	background: #E0F3F3;
	text-align: center;
	margin-right: 15px;
}
#top-news dl dd {
	float: left;
	width: 73%;
	padding-right: 10px;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 215px;
	margin: 0 auto 40px;
}
#jimu h2 {
	height: 30px;
	/*margin-top: 20px;*/
}
#jimu dl {
	margin: 10px;
}
#jimu dl dt, 
#jimu dl dd {
	font-size: 85%;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	margin-bottom: 0.4em;
}
#jimu dl dd {
}
#jimu a {
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 660px;
	height: auto !important; /* for IE6 */
	height: 660px; /* for IE6 */
}
.pageInr {
	width: 641px;
	margin: 0 auto 0;
	padding-bottom: 80px;
}
#page h2 {
	text-align: center;
	margin: 18px 0 28px;
}
h3 {
	height: 36px;
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 138%;
	font-weight: bold;
	color: #FFF;
	line-height: 125%;
	letter-spacing: 0.05em;
	background: url(../img/h3_bg.jpg) no-repeat left center;
	margin: 2.5em -17px 0.5em;
	position: relative; /* for IE6 */
	zoom: 1;
	padding: 0.5em 20px 0;
}
h3::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 7px;
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background: url(" ../img/h3_ico.png") top left no-repeat;
	background-size: 20px 25px;
}
h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 128%;
	font-weight: bold;
	color: #049BA0;
	line-height: 120%;
	letter-spacing: 0.05em;
	background: url(../img/h4_bg.jpg) no-repeat left bottom;
	margin: 2em -7px 0.8em;
	padding: 0 25px 0.4em;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 13px;
	height: 13px;
	margin-top: -10px;
	background: url(" ../img/h4_bg_2.jpg") top left no-repeat;
	background-size: 13px 13px;
}
h5 {
	font-size: 106%;
	font-weight: bold;
	color: #E9699F;
	background: url(../img/h5_bg.jpg) no-repeat 0.2em center;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 24px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
