@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	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: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size:84%;
	line-height: 1.6;
}
#wrapper {
	width: 996px;
	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;
	padding-top: 25px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}


#nav {
	float: left;
	width: 213px;
	display: inline; /* for IE6 */
	margin-left: 19px;
}
#nav #navBana {
	text-align: center;
	margin-top: 30px;
}
#nav #navBana a {
	text-indent: 0;
	display: inline;
}



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


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 238px;
	display: block;
	outline:none;
}


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



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

/*---大会終了---*/
#top-end {
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/top_info_bg_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
	color: #232369;
}

/*---お知らせ---*/
#top-info {
	background-image: url(../img/top_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 64px;
}
#top-info #top-infoInr {
	height: 115px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-right: 36px;
}

#top-info h2,
#top-info dl,
#top-info dl dt,
#top-info dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}

#top-info h2{
	display: none;
}

#top-info dl {
	font-size: 90%;
	line-height: 140%;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 52px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-info dl dt,
#top-info dl dd {
	float: left;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#top-info dl dt {
	width: 90px;
	background-image: url(../img/icon_arrow_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 485px;
}


/*---事務局---*/
#top-jimu dl,
#top-jimu dl dt,
#top-jimu dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-jimu {
	font-size: 90%;
	line-height: 140%;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin-top: 40px;
	margin-left: 36px;
	margin-bottom: 20px;
}
#top-jimu .section {
	width: 312px;
	color: #333;
	float: left;
	display: inline; /* for IE6 */
	margin-right: 26px;
}
#top-jimu .section h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#top-jimu .section dl {
	margin: 11px;
}
#top-jimu .section dl dt,
#top-jimu .section dl dd {
	margin: 0px;
	padding: 0px;
}
#top-jimu .section dl dt {
	font-size: 110%;
	margin-bottom: 5px;
}
#top-jimu .section dl dd {
}





/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 638px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 24px auto 0;
}
h3 {
	/*min-height: 32px;*/
	/*height: auto !important;*/ /* for IE6 */
	/*height: 32px;*/ /* for IE6 */
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3.5em -11px 0.8em;
	padding: 0.2em 10px 0.2em 28px;
	position: relative; /* for IE6 */
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #222471;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2em -11px 1em;
	padding-left: 10px;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 105%;
	color: #151515;
	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;
}




.list-ptn1 ol {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-left: 2em;
}
.list-ptn1 ol li {
	list-style-type: decimal;
	margin-left: 2em;
	font-style: italic;
}
.list-ptn1 ol li span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
}

ol {
	margin: 1em;
}
ol li {
	margin-left: 1em;
	list-style-type: decimal;
}
/* カッコ付数字 */
.ol-para li {
	list-style-type: none;
	text-indent: -1.8em;
	margin-left: 0px;
	padding-left: 1.8em;
}


dl {
	margin: 1em;
}
dl dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
dl dd {
	margin: 0 0 0 1em;
}

/* ｄｌ左右2段 */
.dlLR {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.dlLR dt,
.dlLR dd {
	float: left;
	margin: 0;
	padding: 0;
}


/* 準備中 */
#junbi {
	text-align: center;
	padding-top: 120px;
}

#page ul {
	margin: 1em;
}
#page ul li {
	margin-left: 1em;
	list-style-type: disc;
}

/* ----- */
.areaBtn {
	margin: 0.6em;
	text-align: center;
}
.areaBtn img {
	margin: 15px;
}

.areaInt {
	margin-left: 20px;
}

/* 特記事項エリア */
.areaImp {
	color: #F00;
	text-align: center;
	background-color: #FFFBFB;
	border: 2px solid #FBB;
	margin: 1.5em 0;
	padding: 15px;
}

/* 注意！ */
.areaChui {
	background-color: #fffbfb;
	border: 2px solid #faa;
	margin: 20px;
	padding: 15px;
}
.areaChui h5 {
	background-image: url(../img/icon_important.jpg);
	color: #dc2521;
	font-size: 115%;
	margin: 0;
	padding-left: 25px;
}

/* 左右2段カラム */
.areaCol2 {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.areaCol2 .col2-box {
	float: left;
}



/* tbl-ptn1
--------------------------------------------------------------- */
table.tbl-ptn1{
	background-color:#CBCBCB;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0.5em;
}
.tbl-ptn1 th,
.tbl-ptn1 td{
	font-size: 100%;
	text-align: center;
	border-collapse: separate;
	margin: 1px;
	padding: 4px 14px;
	}
.tbl-ptn1 th{
	background-color: #F0EFE3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAF7;
	border-right-color: #FBFAF7;
	border-bottom-color: #FBFAF7;
	border-left-color: #FBFAF7;
}
.tbl-ptn1 td{
	line-height: 140%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.tbl-ptn1 caption {
	font-weight: bold;
	color: #333333;
}


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

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


/* #page-aisatu
--------------------------------------------------------------- */
#page-aisatu p {
	text-indent: 1em;
}
#page #page-aisatu h3.mt0 {
	margin-bottom: 1.5em;
}


#page-aisatu .area-aisatuName {
	line-height: 180%;
	text-align: right;
	margin: 2em 0 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-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 #page-endai ol li {
	margin-bottom: 1em;
}
#page #page-endai .ol-m0 li {
	margin-bottom: 0;
}
#page-endai .areaUmin {
	text-align: center;
	margin: 20px;
	background-color: #F5F3F8;
	padding: 15px;
	border: 1px dotted #71528B;
}
#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-weight: bold;
	margin: 1em;
	color: #6C132C;
	font-size: 106%;
}
#page #page-endai ul li {
	list-style-type: none;
	margin-left: 0 !important;
}

#page #page-endai .h4endaiStep {
	margin-top: 1em;
	margin-bottom: 0px;
}
#page #page-endai .endai-box-step {
	background-color: #F1F2FC;
	padding: 10px 15px;
	margin: 0 -5px;
}
#page #page-endai .endai-box-step p {
	margin-bottom: 1em;
}
#page #page-endai .endai-box-step h5 {
	color: #5C497F;
	font-weight: bold;
	background-image: none;
	margin: 0.5em 0;
	padding: 0;
}




/* #page-link
--------------------------------------------------------------- */
#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-zachou
--------------------------------------------------------------- */
#page-zachou .ol-para li {
	margin-bottom: 1em;
}
#page-zachou .ol-para li ol {
	margin-left: 0px;
}
#page-zachou .ol-para li ol li {
	margin-bottom: 0;
}


/* page-zachou
--------------------------------------------------------------- */
#page-program h4 {
	font-size: 115%;
	background-image: none;
	margin-top: 0.8em;
}
#page-program h5 {
	font-size: 115%;
	margin: 0;
}
#page-program .dlLR {
	margin-top: 0;
}
#page-program .dlLR dt {
	width: 12%;
}
#page-program .dlLR dd {
	width: 85%;
}
#page-program ol li {
	list-style: none;
	margin:0;
	text-indent: -3em;
	margin-left: 3em;
	margin-bottom: 0.5em;
}
#page-program ol li em {
	display: block;
	float: left;
	width: 3em;
}
