@charset "UTF-8";

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

#nav {
	float: left;
	width: 212px;
	display: inline; /* for IE6 */
	margin-left: 9px;
}
#nav #navBana {
	margin-top: 20px;
	text-align: center;
}
#nav #navBana a {
	text-indent: 0;
	display: block;
	height: auto;
	border: 0;
	background-color: #0363BA;
}
#nav #navBana a:hover img {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); /* for IE 4以上 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); /* for IE 8以上 */
  background: white;
}

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



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
}
#header h1 {
	height: 109px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	width: 820px;
	display: block;
	outline:none;
	margin: 0 auto;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	height: 47px;
	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: 30px 30px;
}
#pagetop img {
}


.pagetopinr {
	text-align: right;
	margin: 20px 0 30px;
}
.pagetopinr img {
}



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

/*---大会終了---*/
#top-end {
	font-size: 108%;
	margin: 0 auto 16px;
	color: #0B8CD0;
}
#top-end #top-endInr {
	margin: 13px 44px 0;
}

/*---お知らせ---*/
#top-info {
	background-image: url(../img/top_info_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto 16px;
}
#top-info #top-infoInr {
	height: 110px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 13px 44px 0;
}

#top-info h2,
#top-info dl,
#top-info dl dt,
#top-info dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-info dl {
	font-size: 90%;
	line-height: 140%;
	background: url(../img/line_dot_info.gif) repeat-x left bottom;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-top: -1px;
	margin-right: 10px;
}
#top-info dl dt,
#top-info dl dd {
	float: left;
	font-weight: normal;
	background: url(../img/line_dot_info.gif) repeat-x left top;
	padding: 0.5em 0;
}
#top-info dl dt {
	width: 17%;
}
#top-info dl dt span {
	background-image: url(../img/icon_arrow_info.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 30px;
}
#top-info dl dd {
	width: 83%;
}


/*---事務局---*/
#top-jimu dl,
#top-jimu dl dt,
#top-jimu dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-jimu {
	line-height: 140%;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin: 34px 0 40px 41px;
}
#top-jimu .section {
	width: 307px;
	float: left;
	display: inline; /* for IE6 */
	margin-right: 36px;
}
#top-jimu .section h2 {
	background-color: #E14C6E;
	width: auto;
	padding: 4px 15px;
}
#top-jimu .section dl {
	margin: 11px 0 0 18px;
}
#top-jimu .section dl dt,
#top-jimu .section dl dd {
	margin: 0px;
	padding: 0px;
}
#top-jimu .section dl dt {
	margin-bottom: 5px;
}
#top-jimu .section dl dd {
	font-size: 90%;
}
/*---お見舞い---*/
#top-omimai {
	color: #B32545;
	font-size: 110%;
	background-color: #FAEEEE;
	border: #F5D9D9 solid 1px;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin: 34px 41px 0 41px;
	padding: 15px;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 627px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 0 auto;
}
h3 {
	height: 34px;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	position: relative; /* for IE6 */
	margin: 3em -21px 1em;
	padding-left: 15px;
	padding-top: 3px;
}
h4 {
	font-size: 130%;
	font-weight: bold;
	color: #1A587D;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2em -21px 1em;
	padding-left: 22px;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
}
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;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}



/*--------------------------------------------------------------- 
			各ページ固有の指定
--------------------------------------------------------------- */

/* 会長挨拶ページ
--------------------------------------------------------------- */
#page-aisatu p {
	text-indent: 1em;
	margin-bottom: 1em;
}

#page-aisatu .area-aisatuName {
	line-height: 180%;
	text-align: right;
	margin: 2em 0 0;
}
#page-aisatu .area-aisatuName p {
	margin-bottom: 0;
}
#page-aisatu .area-aisatuName .aisatuName-gakkai {
	font-size: 102%;
	/*font-weight: bold;*/
	color: #333;
	margin-bottom: 0.3em;
	padding-right: 0.7em;
}
#page-aisatu .area-aisatuName .aisatuName-name {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	padding-right: 0.5em;
}

#page-aisatu .img-float {
	text-indent: 0;
	margin: 5px 20px 1em 0;
}


/* 開催概要ページ
--------------------------------------------------------------- */
#page-gaiyou dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#page-gaiyou dl dt,
#page-gaiyou dl dd {
	padding:0;
	margin-bottom: 1.5em;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#page-gaiyou dl dt {
	width: 16%;
	color: #1A587D;
	font-size: 110%;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}
#page-gaiyou dl dd {
	width: 80%;
	font-size: 106%;
	padding: 0.1em 0;
}
#page-gaiyou dl dd .title {
	padding-left: 6em;
}


/* 
--------------------------------------------------------------- */
#page-kaijou h4 {
	font-weight: bold;
	color: #944749;
	background-color: #E7BCC2;
	display: inline;
	border: 1px solid #B96D6F;
	margin-top: 0.8em;
	line-height: 100%;
	background-image: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	font-size: 100%;
}
#page-kaijou ul {
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 1.2em;
	margin-left: 0.8em;
}
#page-kaijou dl dt {
	font-size: 120%;
	background-image: url(../img/icon_arrow_ppl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}


/* 参加費ページ
--------------------------------------------------------------- */
#page-takuji .tbl-ptn1 tr th,
#page-takuji .tbl-ptn1 tr td {
	text-align: left;
	padding: 4px 8px;
}
#page-takuji .tbl-ptn1 tr th {
	width: 155px;
}


/* [page-endai]
--------------------------------------------------------------- */
#page-endai .areaUmin {
	text-align: center;
	margin: 20px;
	background-color: #F5F3F8;
	padding: 15px;
	border: 1px dotted #71528B;
}
#page-endai .areaUmin h5 {
	font-size: 105%;
	color: #45375F;
	font-weight: bold;
	background-image: none;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
#page-endai .areaUmin img {
	margin: 5px;
}
#page-endai .endai-heibun span {
	background-image: url(../img/icon_arrow_ppl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-left: 30px;
	padding-left: 20px;
	font-weight: bold;
}
#page-endai .areaChui {
	margin: 20px;
	padding: 15px;
	background-color: #FFFCF0;
	border: 2px solid #F90;
}
#page #page-endai .areaChui h5 {
	margin: 0px;
	color: #E17956;
	font-size: 115%;
	background-image: url(../img/icon_exc.jpg);
}
#page-endai .endai-kikan {
	font-size: 120%;
	font-weight: bold;
	color: #6C132C;
	margin: 1em;
}
/**/
#page #page-endai ul {
	margin-top: 0;
}
#page #page-endai ul li {
}
#page-endai .areaBtn img {
	margin: 10px;
}

/**/


/* リンクページ
--------------------------------------------------------------- */
#page-link ul {
	margin: 0;
}
#page-link ul li {
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	font-size: 105%;
	margin-bottom: 1em;
}


/* 採択結果
--------------------------------------------------------------- */
#page-saitaku .areaInt h5 {
	margin-left: -20px;
}
