@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-size:84%;
	line-height: 1.6;
}
#wrapper {
	width: 928px;
	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 */
	position: relative;
}


#nav {
	float: left;
	width: 183px;
	display: inline; /* for IE6 */
	margin-left: 23px;
}

#main {
	float: right;
	width: 701px;
	display: inline; /* for IE6 */
	margin-right: 6px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
}
#header h1 {
	height: 95px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#header h1 a {
	height: 95px;
	width: 580px;
	display: block;
	outline:none;
	margin-left: 100px;
}
#image-kuruppa {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/image_kuruppa.png);
	height: 119px;
	width: 129px;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}
#footer p {
	display: none;
}

#pagetop {
	text-align: right;
	margin: 40px 30px 20px;
}
#pagetop img {
}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 485px;
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-main p {
	display: none;
}

/*---お知らせ---*/
#top-info {
	margin: 0 auto 16px;
}
#top-info #top-infoInr {
	width: 615px;
	height: 115px;
	margin: 5px auto 0;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
}

#top-info h2,
#top-info dl,
#top-info dl dt,
#top-info dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-info dl {
	font-size: 95%;
	line-height: 140%;
	margin: 3px 10px 0 0;
	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: 100px;
	background-image: url(../img/top_info_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 460px;
}
#top-info-end {
	font-size: 106%;
	font-weight: bold;
	color: #31507F;
}



/*---事務局---*/
#top-jimu dl,
#top-jimu dl dt,
#top-jimu dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-jimu {
	font-size: 12px;
	line-height: 140%;
	margin: 30px auto 20px 20px;
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
}
#top-jimu .section {
	width: 326px;
	height: 159px;
	color: #333;
	background-image: url(../img/top_jimu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline; /* for IE6 */
	margin-right: 10px;
}
#top-jimu .section h2 {
	margin-top: 22px;
	margin-left: 16px;
}
#top-jimu .section dl {
	margin-top: 14px;
	margin-left: 16px;
}
#top-jimu .section dl dt,
#top-jimu .section dl dd {
	margin: 0px;
	padding: 0px;
}
#top-jimu .section dl dt {
	margin-bottom: 10px;
}
#top-jimu .section dl dd {
}





/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 601px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 30px auto 0;
}
h3 {
	height: 34px;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	margin: 3.5em -17px 1em;
	padding-left: 15px;
	padding-top: 5px;
	position: relative; /* for IE6 */
}
h4 {
	height: 28px;
	font-size: 115%;
	font-weight: bold;
	color: #142638;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 2em -17px 1em;
	padding-left: 35px;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	min-height: 16px;
	height: auto !important; /* for IE6 */
	height: 16px; /* for IE6 */
	font-weight: bold;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
	color: #1E75C9;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	clear: both;
}
h6 {
	font-weight: bold;
}





.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;
}

#page ul {
	margin: 1em;
}
#page ul li {
	margin-left: 1em;
	list-style-type: disc;
}

#page ul.ul-ptn1 li {
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}



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;
}


/* ----- */
.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;
}
.areaInr {
	padding-left: 25px;
}


/* 左右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-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: 100px;
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	letter-spacing: 2px;
}
#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 p {
	text-indent: 1em;
}
#page-aisatu .aisatu-name {
	text-align: right;
	margin: 2em 0 0;
}
#page-aisatu .aisatu-name span {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.5em;
}
#page-aisatu .img-float {
	text-indent: 0;
	margin-right: 20px;
	margin-bottom: 15px;
}


/* #page-endai
--------------------------------------------------------------- */
#page #page-endai ol li {
}
#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-endai #liststep3 dt {
	width: 120px;
}
#page-endai #liststep3 dd {
	width: 400px;
}
#page-endai h5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D77CD;
	padding-left: 15px;
}
#page-endai h6 {
	margin-left: 12px;
}



/* #page-link
--------------------------------------------------------------- */
#page-link {
}
#page-link ul li {
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin: 0 0 0.8em;
	padding-left: 25px;
}



/* #page-program
--------------------------------------------------------------- */
#page-program dl {
	margin-top: 0.5em;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#page-program dl dt,
#page-program dl dd {
	margin: 0;
	float: left;
	display: inline; /* for IE6 */
}
#page-program dl dt {
	width: 75px;
}
#page-program dl dd {
	width: 495px;
}
#page-program h4 {
	margin-top: 0px;
}
#page-program h5 {
	background-image: none;
	padding-left: 0px;
	font-size: 104%;
}



/* #page-saitaku
--------------------------------------------------------------- */
#page-saitaku h4 {
	margin-top: 40px;
}



/* #page-sankasha
--------------------------------------------------------------- */
#page-sankasha .areaCol2 .col2-box .tbl-ptn1 tr th,
#page-sankasha .areaCol2 .col2-box .tbl-ptn1 tr td {
	padding: 4px;
}

#page-sankasha #page-sankasha-sankauketuke {
	margin: 0px;
}
#page-sankasha #page-sankasha-sankauketuke dt,
#page-sankasha #page-sankasha-sankauketuke dd {
	margin-bottom: 0.5em;
}
#page-sankasha #page-sankasha-sankauketuke dt {
	width: 70px;
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
#page-sankasha #page-sankasha-sankauketuke dd {
	width: 510px;
}

#page-sankasha #page-sankasha-ikenkoukan dt {
	width: 50px;
}
#page-sankasha #page-sankasha-ikenkoukan dd {
	width: 520px;
}
#page-sankasha .olkakko1 li {
	text-indent: -2em;
	padding-left: 2em;
	list-style-type: none;
	margin: 0px;
}
#page-sankasha ul li ol li {
	list-style-type: none;
	text-indent: -2em;
	padding-left: 2em;
}
#page-sankasha #page-sankasha-sankauketuke dd .tbl-layout th {
	padding-right: 1em;
}



/* #page-simin
--------------------------------------------------------------- */
#page-simin .dlLR dt,
#page-simin .dlLR dd {
	margin-bottom: 0.5em;
}
#page-simin .dlLR dt {
	width: 60px;
	color: #FFF;
	text-align: center;
	background-color: #1A578E;
	margin-right: 20px;
}
#page-simin .dlLR dd {
	width: 450px;
}
#page-simin ol li {
	margin-bottom: 1em;
}
