@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: 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: 90%;
	line-height: 1.6;
}
#wrapper {
	width: 960px;
	background: 
		url( ../img/bg_wrap.jpg) no-repeat center top;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px rgba(136,136,136,0.68);
	margin: 0 auto;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
	border-bottom: #FFFFFF solid 1px;
}
/**/
#wrapper2 {
	width: 960px;
	background: 
		url( "../img/bg_wrap2.jpg") no-repeat center top;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px rgba(136,136,136,0.68);
	margin: 0 auto;
}


/*---------------------------------------------------------------*/
#side-nav {
	width: 218px;
	float: left;
	margin-left: 6px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0 0;
}
#side-nav .nav-banner p {
	margin: 5px 0;
}

/*---------------------------------------------------------------*/
#main {
	width: 725px;
	float: right;
	margin-right: 5px;
}
/**/
#main2 {
	width: 945px;
	margin: 0 auto;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 110px;
	/*background: url(../img/header.jpg) no-repeat center top;*/
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 110px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}
#footerInr {
	width: 960px;
	height: 110px;
	background: url(../img/footer.jpg) no-repeat center top;
	margin: 0 auto 0;
}
#footer p {
	display: none;
	/*font-size: 72%;
	color: #18254D;
	text-align: right;
	letter-spacing: 0.01em;
	margin: 5px 0 55px;*/
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 50px 0;
}
.pagetop img {
}


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

/**/
#topBG .areaImp2 p {
	text-indent: 1em;
}

/*---topSub---*/
#topSub {
	margin-top: 20px;
}

#top-koen {
	color: #0843A8;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	/*border-top: #083078 dotted 1px;
	border-bottom: #083078 dotted 1px;*/
	background: url( ../img/line_dot_kon.png) repeat-x left top,
		url( ../img/line_dot_kon.png) repeat-x left bottom;
	padding: 0.3em;
	margin: 0 10px;
}

/*---重要な期日---*/
#top-important {
	/*position: absolute;*/
	/*top: 570px;
	left: 100px;*/
	width: 600px;
	background-color: #FBF7F7;
	filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
	border: 2px solid #F82E00;
	/* border-radius */    
border-radius: 4px;        /* CSS3草案 */  
-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 4px;   /* Firefox用 */ 
	margin: 0 auto 40px;
	padding: 1.5em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.15em;
	font-weight: bold;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/* border-radius */    
	border-radius: 10px 10px 0 0;        /* CSS3草案 */
	-webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px 10px 0 0;   /* Firefox用 */
	padding: 0.15em;
	margin-bottom: 0.65em;
}

/* 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-important .areaBtn-rc a {
	background-color: #D15312;
	border: #FF0000 solid 2px;
}
#top-important .areaBtn-rc a::after {
	background: url("../img/icon_arrow_btn_red.png") top left no-repeat;
}

/** トップ特設2 **/
#topBG .areaImp2 h5 {
 font-size: 1.3em;
 background-image: none;
}
#topBG .areaImp2 ul.ul-square li {
	list-style-type: square;
 margin-left: 1em;
}
#topBG .areaImp2 .areaBtn-rc {
	text-align: left;
	padding: 1em;
}
#topBG .areaImp2 .areaBtn-rc a {
	font-size: 110%;
	line-height: 120%;
	margin: 0 10px 10px;
	padding: 0.5em 3.1em 0.5em 2em;
}
#topBG .areaImp2 a:hover img {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 transition: 0.3s ease-in-out;
}

/** トップ特設1 **/
#topBG .areaImp {
 text-align: left;
 color: #000;
}
#topBG .areaImp .ul-square {
 margin: 1em;
}
#topBG .areaImp .ul-square li {
	list-style-type: square;
}

/*---大会終了---*/
#top-end {
	border: #D80100 solid 1px;
	margin: -30px 70px 40px;
	padding: 1.2em;
}
#top-end p {
	font-size: 1.08em;
}

/*---お知らせ---*/
#top-news {
	background: url(../img/top_news_bg.png) no-repeat left top;
	margin: 12px 0 0 42px;
	padding-bottom: 30px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-news h2 {
	display: block;
	float: left;
	height: 135px;
	width: 131px;
	text-indent: -999999px;
	background: url(../img/top_news_ttl.jpg) no-repeat center top;
	/*display: none;*/
	/*text-align: center;
	font-size: 180%;
	color: #D80000;
	letter-spacing: 0.05em;
	margin-bottom: 1.2em;*/
}
#top-news #top-newsInr {
	float: left;
	height: 120px;
	/*height: 400px;*/
	width: 520px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 10px 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 dl {
	/*border-bottom: #AAAAAA dotted 1px;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
	margin-left: 16px;
}
#top-news dl dt, 
#top-news dl dd {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 90%;
	line-height: 130%;
	float: left;
	font-weight: normal;
	/*border-top: #AAAAAA dotted 1px;*/
	/*padding: 0 0 0.8em;*/
	margin-bottom: 0.7em;
}
#top-news dl dt {
	/*width: 20%;*/
	/*background: url( ../img/icon_news.png) no-repeat left 0.4em;*/
	color: #0E6FB6;
	font-weight: bold;
	border-left: #86B7DA solid 1px;
	border-right: #86B7DA solid 1px;
	padding: 0 0.6em;
	margin-right: 1em;
}
#top-news dl dd {
	width: 70%;
	padding-right: 10px;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 99%;
	font-size: 97%;
	background: #E1F3FD;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto 5px;
	padding: 0 0 20px 4px;
}
#jimu .jimuBox {
	float: left;
	margin-left: 37px;
}
#jimu h2 {
	height: 25px;
	margin: 20px 0 0 0;
}
#jimu dl {
	text-align: left;
	line-height: 140%;
	/*margin: 5px;*/
	margin-left: 25px;
}
#jimu dl dt, 
#jimu dl dd {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 87%;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	color: #083078;
	margin: 0.4em 0;
}
#jimu dl dd {
}
#jimu a {
	color: #0000D8;
}
#jimu a:hover {
	color: #0000D8;
	text-decoration: none;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 800px;
}
.pageInr {
	width: 623px;
	margin: 30px auto 0;
	padding-bottom: 80px;
}
/**/
.pageInr2 {
	width: 680px;
	margin: 30px auto 0;
	padding-bottom: 80px;
}

h3 {
	font-size: 135%;
	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: #083078 url(../img/h3_ico.jpg) no-repeat 14px center;
	/* border-radius */    
border-radius: 20px;        /* CSS3草案 */  
-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 20px;   /* Firefox用 */ 
	margin: 3em -13px 1em;
	position: relative; /* for IE6 */
	padding: 0.18em 34px 0.18em;
}
/*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: 125%;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
	background: url(../img/h4_bg.jpg) no-repeat right 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: 118%;
	font-weight: bold;
	color: #0E6FB6;
	background: url(../img/h5_bg.jpg) no-repeat left 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 17px;
}
.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;
}
