@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: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size:84%;
	line-height: 1.6;
}
#wrapper {
	width: 960px;
	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: 210px;
	display: inline; /* for IE6 */
	margin-left: 21px;
}
#nav #areaBana {
	margin-top: 5px;
	text-align: center;
}
#nav #areaBana ul {
	margin: 0px;
	padding: 0px;
}
#nav #areaBana ul li {
}
#nav #areaBana ul li a {
	text-indent: 0;
}

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


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


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



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#top-main {
	height: 427px;
	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;
	color: #D80202;
	border: solid #FFC7D4 1px;
	/*border-top: dotted #026AC3 1px;
	border-bottom: dotted #026AC3 1px;*/
	margin: 20px 23px 25px;
	padding: 10px 20px;
	background-color: #FFF2F8;
}

/*---事務局---*/
#top-bana {
	text-align: center;
	margin: 7px auto 11px;
}
#top-bana img {
	margin: 3px;
}

/*---お知らせ---*/
#top-info {
	width: 631px;
	font-size: 90%;
	background-image: url(../img/top_info_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 20px 38px 16px;
}
#top-info #top-infoInr {
	height: 130px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-top: 20px;
}

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

/*---事務局---*/
#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:18px;
	background-color: #EBF6FC;
	padding: 20px;
}
#top-jimu .section {
	width: 280px;
	color: #333;
	float: left;
	display: inline; /* for IE6 */
}
#top-jimu .section h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A315A;
	width: auto;
}
#top-jimu .section dl {
	margin: 10px 0 0 15px;
}
#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: 600px;
	min-height: 470px;
	height: auto !important; /* for IE6 */
	height: 470px; /* for IE6 */
	margin: 20px auto 0;
}
h3 {
	height: 32px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 0.2em;
	margin: 3.5em -22px 1em;
	position: relative; /* for IE6 */
}
h4 {
	font-size: 115%;
	font-weight: bold;
	color: #004AC6;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2em -22px 1em;
	padding-left: 20px;
	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;
}




.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;
}
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;
}
.dlArrow dt {
	background-image: url(../img/icon_arrow_blu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
.dlArrow dd {
	padding-left: 0.5em;
}
.pArrow {
	background-image: url(../img/icon_arrow_blu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}




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

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

.icoPDF {
	background: url(../img/icon_pdf.jpg) no-repeat left center;
	padding-left: 25px;
}

/* ----- */
.areaBtn {
	margin: 1em;
	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;
}

.areaImp2 {
	background-color: #FBFDFF;
	border: 2px solid #AAD5FF;
	margin: 20px;
	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 0 0.5em 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-program-nittei 
----------------------------------------------------------- */
#page-program-nittei #h3-nittei {
	background: url(../img/ttl3_nittei.jpg) no-repeat left center;
	text-indent: -999999px;
	height: 50px;
	border: #B2C7DD solid 1px;
	margin-top: 0px !important;
}
#page-program-nittei #h3-program {
	background: url(../img/ttl3_program.jpg) no-repeat left center;
	text-indent: -999999px;
	height: 50px;
	border: #B2C7DD solid 1px;
	margin-top: 4.5em !important;
}
#page-program-nittei .h4-sp {
	background-image: none;
	margin-left: -36px;
	color: #000;
}

#page-program-nittei h5 {
	/*background-image: none;*/
	margin-top: 0;
	/*padding-left: 0;*/
}

#page-program-nittei dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#page-program-nittei dl dt,
#page-program-nittei dl dd {
	margin: 0;
	float: left;
}
#page-program-nittei dl dt {
	width: 23%;
	font-weight: normal;
	text-align: right;
}
#page-program-nittei dl dd {
	width: 75%;
}
#page-program-nittei dl dd span {
	text-indent: -6em;
	padding-left: 6em;
	display: inline-block;
}

#page-program-nittei .dlptn2 dt {
	width: 26%;
}
#page-program-nittei .dlptn2 dd {
	width: 72%;
}

#page-program-nittei .dlptn3 dt {
	width: 10%;
}
#page-program-nittei .dlptn3 dd {
	width: 88%;
}







/* 開催概要ページ
--------------------------------------------------------------- */
/*#page-kaijou h4 {
	font-size: 100%;
	font-weight: bold;
	color: #013265;
	line-height: 100%;
	background-color: #BBDCFE;
	background-image: none;
	border: 1px solid #9CCCFD;
	margin: 0.8em 0 0;
	padding: 3px 7px;
	display: inline-block;
}*/
#page-kaijou ul {
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 1.2em;
	margin-left: 0.8em;
}

#page-kaijou dl.dlAccess {
	margin-left: 0;
	margin-bottom: 2em;
}
#page-kaijou dl.dlAccess dt {
	font-size: 120%;
	background-image: url(../img/icon_dot_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#page-kaijou dl.dlAccess dd {
	font-weight: bold;
	color: #535353;
	margin: 3px 3px 3px 18px;
}

#page-kaijou #kaijou-map {
	margin-top: 40px;
}
#page-kaijou #kaijou-map p {
	margin-bottom: 30px;
}
#page #page-kaijou h4 {
	font-size: 100%;
	margin-top: 1.2em;
	margin-bottom: 0.3em;
	/*margin-left: -5px;*/
}

#page-kaijou .areaCol2 {
	position: relative;
}

#page-kaijou .areaCol2 #kaijou-copy {
	color: #A7A7A7;
	font-size: 80%;
	position: absolute;
	bottom: 0px;
	left: 50px;
}
#page-kaijou .dlKotukikan {
	margin-top: 0.3em;
	margin-right: 0px;
	margin-left: -15px;
}
#page-kaijou .dlKotukikan dt {
}






/* 参加費ページ
--------------------------------------------------------------- */
#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 #page-endai ol li {
	margin-bottom: 1em;
}
/**/
#page-endai .areaUmin {
	text-align: center;
	margin: 20px;
	background-color: #F5F3F8;
	padding: 15px;
	border: 1px dotted #71528B;
}
#page-endai .areaUmin h5 {
	background-image: none;
	padding: 0;
}
#page-endai .areaUmin h5 span {
	font-weight: normal;
}
#page-endai .areaUmin img {
	margin: 5px;
}
/**/
#page-endai .endai-heibun span {
	background-image: url(../img/icon_arrow_info.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-left: 30px;
	padding-left: 15px;
	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: #FF6600;
	font-size: 106%;
}
/**/
#page-endai .tbl-ptn1 tr th {
	background-color: #DAF0FE;
}
#page-endai .tbl-ptn1 tr th,
#page-endai .tbl-ptn1 tr td {
	padding: 3px 5px;
}
#page-endai .tbl-ptn1 tr td {
	text-align: left;
	width: 160px;
}



/* #page-gaiyou
----------------------------------------------------------- */
#page-gaiyou dl {
	margin: 0 !important;
	padding: 0 !important;
}
#page #page-gaiyou dl {
	margin: 0px;
	padding: 0px;
}
#page-jizensanka .uketukekikan {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	color: #FA8D22;
}
#page-jizensanka .tbl-ptn1 tr th {
	font-weight: bold;
}
#page-jizensanka .siharaikigen {
	margin: 1em;
	font-weight: bold;
	color: #FD0105;
}
#page-shukuhaku .colL {
	display: inline-block;
	width: 200px;
}
#page-zzachou-enja ul {
	margin-top: 0px;
}



/* [page-sankasha]
----------------------------------------------------------- */
#page-sankasha .area-jimukyoku dl {
	margin: 0 0 0 20px;
}
