@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #ECECEC;
	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-size:84%;
	line-height: 1.6;
}
#wrapper {
	width: 1033px;
	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: 151px;
	display: inline; /* for IE6 */
	margin-left: 81px;
}
#nav #areaBana {
	height: 232px;
	background-image: url(../img/nav_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav #areaBana ul {
	margin: 0px;
	padding: 0px;
}
#nav #areaBana ul li {
	height: 68px;
	width: 203px;
}
#nav #areaBana ul li a {
	display: block;
	height: 68px;
	width: 203px;
}
#nav #areaBana ul #simin {
	background-image: url(../img/btn_simin.jpg);
	background-repeat: no-repeat;
}

#main {
	float: right;
	width: 704px;
	display: inline; /* for IE6 */
	margin-right: 74px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
}
#header h1 {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 96px;
}
#header h1 a {
	height: 96px;
	width: 660px;
	display: block;
	outline:none;
	margin-left: 270px;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footerInr {
	width: 1033px;
	height: 106px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#footer p {
	display: none;
}

#pagetop {
	text-align: right;
	margin: 40px 30px 15px;
}
#pagetop img {
}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 504px;
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-main p {
	display: none;
}


/*---大会終了---*/
#top-end {
	width: 610px;
	margin: 20px auto 30px;
	font-weight: bold;
	color: #07528F;
	text-align: center;
}


/*---お知らせ---*/
#top-info {
	width: 610px;
	background-image: url(../img/top_info_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 10px auto 30px;
}
#top-info #top-infoInr {
	height: 105px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 7px 16px;
}

#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%;
	margin: 12px;
	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: 95px;
	background-image: url(../img/top_info_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 420px;
}


/*---事務局---*/
#top-jimu dl,
#top-jimu dl dt,
#top-jimu dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-jimu {
	width: 610px;
	line-height: 140%;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin: 0 auto;
}
#top-jimu h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#top-jimu dl {
	margin: 12px 30px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-jimu dl dt,
#top-jimu dl dd {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-jimu dl dt {
	margin-bottom: 5px;
	margin-right: 25px;
}
#top-jimu dl dd {
}





/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 614px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 5px auto 0;
}
h3 {
	height: 29px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3em -18px 1em;
	padding-top: 5px;
	padding-left: 30px;
	position: relative; /* for IE6 */
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	line-height: 130%;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2em -18px 1em;
	padding-left: 30px;
	padding-bottom: 2px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h4.h42L {
	background-image: url(../img/h4_2l_bg.jpg);
}

h5 {
	font-weight: bold;
	color: #193CA8;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 1em 3px 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;
}


dl {
	margin: 1em;
}
dl dt {
	font-weight: bold;
}
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: 1em;
	text-align: center;
}
.areaBtn img {
	margin: 10px;
}

.areaInt {
	margin-left: 20px;
}
.areaImp {
	color: #F00;
	text-align: center;
	background-color: #FFFBFB;
	border: 2px solid #FBB;
	margin: 1.5em 0;
	padding: 15px;
}

/* 左右2段 */
.areaCol2 {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.areaCol2 .col2-box {
	float: left;
}

/* 取り消し線（線のみ赤） */
/*del {
	color: #F00;
}
del span {
	color: #333;
}*/



/* tbl-ptn1
--------------------------------------------------------------- */
table.tbl-ptn1{
	background-color:#CBCBCB;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0.5em;
}
.tbl-ptn1 th{
	background-color: #F0EFE3;
	text-align: center;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin: 1px;
	border-collapse: separate;
	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{
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	line-height: 140%;
	margin: 1px;
	border-collapse: separate;
	background-color: #FFFFFF;
}
.tbl-ptn1 caption {
	font-weight: bold;
	color: #333333;
}


/*--------------------------------------------------------------- 
			各ページ固有の指定
--------------------------------------------------------------- */

/* #page-endai
--------------------------------------------------------------- */
#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-endai .areaImp {
	text-align: left;
	color: #333;
	margin: 20px;
}



/* #page-program
--------------------------------------------------------------- */
#page-program dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#page-program dl dt,
#page-program dl dd {
	float: left;
	display: inline; /* for IE6 */
	margin: 0;
}
#page-program dl dt {
	width: 50px;
}
#page-program dl dd {
	width: 560px;
}
#page-program dl dd .nameProg {
	display: inline-block;
	width: 9em;
}





/* 開催概要ページ
--------------------------------------------------------------- */
#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: 80px;
	background-image: url(../img/icon_arrow_ppl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#page-gaiyou dl dd {
	width: 450px;
}
#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-sankahi .tbl-ptn1 tr th,
#page-sankahi .tbl-ptn1 tr td {
	text-align: left;
	padding: 4px 8px;
}
#page-sankahi .tbl-ptn1 tr th {
	width: 155px;
}



/* 会長挨拶ページ
--------------------------------------------------------------- */
#page-aisatu {
}
#page-aisatu #area-aisatu-name {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding: 15px 20px 0;
}
#page-aisatu p {
	text-indent: 1em;
}
#page-aisatu .aisatu-name {
	text-align: right;
	margin: 1em 0;
}
#page-aisatu .aisatu-name .name {
	font-size: 120%;
	font-weight: bold;
}
#page-aisatu .aisatu-name .katagaki {
	font-size: 85%;
}
#page-aisatu .img-float {
	text-indent: 0;
	margin-right: 20px;
	margin-bottom: 15px;
}



/* ページ
--------------------------------------------------------------- */
#page-link ul {
	margin-top: 0px;
}
#page-link ul li {
	margin-bottom: 1em;
}



/* #page-sankasha
--------------------------------------------------------------- */
#page #page-sankasha ul {
	margin-top: 0px;
}
#page-sankasha dl {
	margin-top: 0px;
}
#page-sankasha .dlLR dt,
#page-sankasha .dlLR dd {
	margin-bottom: 0.5em;
}
#page-sankasha .dlLR dt {
	width: 80px;
}
#page-sankasha .dlLR dd {
	width: 505px;
}
