@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: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_wrap.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#wrapperInr {
	background-image: url(../img/bg_wrapinr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#wrapperInrEng {
	background-image: url(../img/bg_wrapinr_eng.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}


#nav {
	float: left;
	width: 231px;
	display: inline;
	margin-top: 29px;
}

#nav #areaBana {
	margin-left: 15px;
}
#nav #areaBana ul {
	margin: 0px;
	padding: 0px;
}
#nav #areaBana ul li {
}
#nav #areaBana ul li a {
	display: block;
}
#nav #areaBana ul #katakansetu a {
	background-image: url(../img/bana_katakansetu.jpg);
	background-repeat: no-repeat;
	height: 134px;
}
#nav #areaBana ul #katakansetu a:hover {
	background-position: 0;
}

#nav #areaJimu {
	margin-left: 26px;
	margin-top: 16px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	line-height: 130%;
	color: #FFF;
}
#nav #areaJimu .sectionJ {
	margin-bottom: 15px;
}
#nav #areaJimu .sectionJ h2 {
	padding: 0px;
}

#nav #areaJimu .sectionJ dl,
#nav #areaJimu .sectionJ dl dt,
#nav #areaJimu .sectionJ dl dd {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#nav #areaJimu .sectionJ dl {
	margin-left: 3px;
}
#nav #areaJimu .sectionJ dl dt {
	margin: 7px 0px 5px;
}
#nav #areaJimu a {
	text-indent: 0;
	display: inline;
	color: #F8F272;
}




#main {
	float: right;
	width: 734px;
	display: inline;
	margin-right: 15px;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
}
#header h1 {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 119px;
}
#header h1 a {
	display: block;
	height: 110px;
	width: 700px;
	outline:none;
	margin-left: 50px;
}
#header #head-lang {
	position: absolute;
	height: 37px;
	width: 115px;
	top: 36px;
	right: 25px;
}
#header #head-lang a {
	text-indent: -999999px;
	display: block;
	background-image: url(../img/btn_eng.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 115px;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	background-image: url(../../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
}
#footer p {
	display: none;
}

#pagetop {
	text-align: right;
	height: 27px;
	width: 95px;
	position: absolute;
	bottom: 65px;
	right: 62px;
}
#pagetop img {
}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 540px;
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#top-main p {
	display: none;
}
#top-main #top-main-kaijou {
	position: absolute;
	height: 50px;
	width: 260px;
	left: 116px;
	top: 148px;
	display: block;
}
#top-main #top-main-kaijou a {
	display: block;
	height: 50px;
	width: 260px;
	text-indent: -999999px;
}


/*---お知らせ---*/
#top-info {
	background-image: url(../img/top_info_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 654px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
}
#top-info h2,
#top-info dl,
#top-info dl dt,
#top-info dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-info dl {
	line-height: 130%;
	height: 300px;
	overflow-x: auto;
	overflow-y: scroll;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 0px;
	zoom: 1;
}
#top-info dl dt,
#top-info dl dd {
	float: left;
	font-weight: normal;
	margin-bottom: 10px;
}
#top-info dl dt {
	width: 105px;
	background-image: url(../img/icon_arrow_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#top-info dl dd {
	width: 480px;
}


/*---事務局---*/
#top-jimu dl,
#top-jimu dl dt,
#top-jimu dl dd {		/*余白リセット*/
	margin:0;
	padding:0;
}
#top-jimu {
	clear: both;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1;
	margin-left: 48px;
	margin-top: 20px;
}
#top-jimu .section {
	width: 280px;
	color: #333;
	line-height: 120%;
	float: left;
	display: inline; /* for IE6 */
	margin-right: 39px;
}
#top-jimu .section h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#top-jimu .section dl {
	line-height: 120%;
}
#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-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}





/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page-bg {
	background-image: url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
}
h2 {
	padding: 22px 0;
}

#page {
	width: 620px;
	margin-left: 57px;
	margin-top: 22px;
	padding-bottom: 50px;
}
#page h3 {
	height: 29px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #8C92A6;
	background-position: left top;
	background-image: url(../img/h3_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 1.5em;
	margin-top: 3.5em;
	margin-right: -21px;
	margin-left: -21px;
	padding-left: 20px;
	padding-top: 5px;
	position: relative; /* for IE6 */
}
#page h4 {
	font-size: 110%;
	font-weight: bold;
	color: #4A5A80;
	background-image: url(../img/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: -7px;
	margin-left: -7px;
	padding-left: 25px;
	padding-bottom: 3px;
	position: relative; /* for IE6 */
	zoom: 1;
}
#page h5 {
	font-weight: bold;
	background-image: url(../../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 105%;
	color: #66518C;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h6 {
	font-weight: bold;
	margin-top: 1em;
}



.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;
}

#page ol {
	margin: 1em;
}
#page 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: 5px;
}

.areaInt {
	margin-left: 20px;
}
.areaImp {
	color: #F00;
	text-align: center;
	background-color: #FFFBFB;
	border: 2px solid #FBB;
	margin: 1.5em 0;
	padding: 15px;
}

.areaCol2 {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.areaCol2 .boxL {
	float: left;
	margin: 0;
	padding: 0;
}


/* 取り消し線（線のみ赤） */
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 #page-endai ol li {
	margin-bottom: 1em;
}
#page-endai .areaUmin {
	text-align: center;
	margin: 20px;
	background-color: #FFFEFB;
	padding: 25px;
	border: 1px dotted #FBB82D;
}
#page-endai .areaUmin img {
	margin: 5px;
}
#page-endai .areaUmin h5 {
	font-size: 15px;
	color: #452403;
	margin-top: 30px;
}
#page-endai .areaUmin h5 .red {
	font-size: 13px;
	font-weight: normal;
}

#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 .tbl-ptn1 tr th {
	font-weight: bold;
	text-align: left;
}
#page-endai .tbl-ptn1 tr td {
	text-align: left;
}
#page-endai dl {
	margin: 0px;
}



/* #page-program
--------------------------------------------------------------- */
#page-program dl {
	margin: 0 0 0 25px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#page-program dl dt,
#page-program dl dd {
	float: left;
	margin: 0;
	margin-bottom: 3px;
}
#page-program dl dt {
	width: 40px;
	font-weight: normal;
	color: #FFF;
	background-color: #292A7C;
	text-align: center;
	margin-right: 10px;
}
#page-program dl dd {
	width: 545px;
}
#page-program h5 {
	font-size: 100%;
	margin-top: 0px;
	background-position: 0px 5px;
	background-image: none;
}

#page-program #program-topnav {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#page-program #program-topnav li {
	width: 150px;
	font-weight: bold;
	float: left;
	list-style-type: none;
	background-image: url(../../img/icon_arrow_topnav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
#page-program #program-topnav li a {
}
#page-program .pagetop {
	text-align: right;
	margin-top: 1em;
}
#page-program .name-prg {
	font-weight: bold;
	width: 120px;
	display: inline-block;
}
#page-program .name-prg-L {
	font-weight: bold;
	width: 170px;
	display: inline-block;
}
#page-program dl dd {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#page-program dl dd .kata-prg {
	display: inline-block;
	float: right;
	width: 375px;
}
#page-program dl dd .kata-prg-L {
	display: inline-block;
	float: right;
	width: 425px;
}

#page-program .date-prg {
	font-size: 106%;
}
#page-program .areaBtn {
	margin-top:0;
	margin-bottom: 30px;
}




/* #page-sankasha
--------------------------------------------------------------- */
#page-sankasha dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-top: 0;
}
#page-sankasha dl dt,
#page-sankasha dl dd {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}
#page-sankasha dl dt {
	width: 70px;
}
#page-sankasha dl dd {
	width: 500px;
}



/* #page-zachou-enja
--------------------------------------------------------------- */
#page-zachou-enja .olP3 li {
	text-indent: -3em;
	padding-left: 3em;
	list-style-type: none;
	margin: 0px;
}
#page-zachou-enja .dlLR dt {
	width: 80px;
}
#page-zachou-enja .dlLR dd {
	width: 510px;
}
#page-zachou-enja ol {
	margin: 0px;
}
#page-zachou-enja h4 {
	background-image: url(../../img/h4_bg_noarrow.gif);
	padding-left: 5px;
}





/* 開催概要ページ
--------------------------------------------------------------- */
#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_blu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#page-kaijou .areaCol2.mb30 .boxL {
	margin-right: 20px;
}
#page-kaijou .areaCol2.mb40 .boxL ul li {
	font-size: 110%;
	background-image: url(../img/icon_dot_yel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 10px;
}



/* 参加費ページ
--------------------------------------------------------------- */
#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 auto;
	line-height: 170%;
}
#page-aisatu .aisatu-name .aisatu-name-kata {
	font-size: 110%;
	letter-spacing: 1px;
}

#page-aisatu .aisatu-name strong {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
}
#page-aisatu .aisatu-name .aisatu-name-shozoku {
	font-size: 10.5px;
}
#page-aisatu .img-float {
	text-indent: 0;
	margin-right: 20px;
	margin-bottom: 15px;
}
#page-aisatu .box-kaichou {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
