﻿@charset "UTF-8";

/* ページ全体の構造 */

html{overflow-y:scroll;}

html,body{height:100%;}

body{
	margin:0 auto;
	font-family: Maitree, sans-serif;
	font-size:62.5%;
	color:#111;
	text-align:center;
	line-height:1.4;
	background: url(../images/Bg.jpg) center top no-repeat;
}

div#dcContainer{
	width: 980px;
	margin: 0 auto;
	height: auto!important;
	height: 100%;
	text-align: left;
	background-color:#FFF;
	border-left: 1px solid #09599D;
	border-right: 1px solid #09599D;
}

/* ヘッダー構造 */
div#dcHeader{
	width:980px;
	height:90px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

h1#titleLogo{
	position:absolute;
	left:20px;
	top:12px;
}

img#dcHeaderInfo{
	position:absolute;
	right:25px;
	top:40px;
}

/* フッター構造 */
div#dcFooter{
	width: 100%;
	clear: both;
	height: 25px;
	margin: 0 auto;
	padding: 8px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 1em;
	z-index: 1;
	background-color:#0D0D0A;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: auto;
	float: left;
    position:relative;
}

.Logo{
	position:absolute;
	left:33px;
	top:32px;
}

ul#dcMenu{
	width:230px;
	min-height:160px;
	font-size:1.4em;
	margin: 80px 0 30px;
}

ul#dcMenu li{
	width:180px;
	height:50px;
    margin: 0 auto;
	background:url(../images/dcMenuListBg.png) no-repeat;
}

ul#dcMenu li a{
	display:inline-block;
	width:180px;
	height:50px;
	padding: 6px 0 0 22px;
	color:#333;
	text-decoration:none;
	text-shadow:0 1px 1px #CCC;
	line-height:40px;
}

ul#dcMenu li a:hover{
	width: 230px;
	height: 50px;
	text-shadow: none;
	color: #182582;
}

ul#dcMenu li.now a{
	text-shadow:0 1px 1px #CCC;
	color: #182582;
	background:url(../images/dcMenuListBg_now.png) no-repeat;
}

ul#dcMenu li:first-child {border-top: 1px solid #E2E2E2;}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside {
	width: 230px;
	color: #333;
	margin: 10px auto 30px;
	padding: 0 5px;
	font-size: 1.2em;
	line-height: 1.6;
 }

.dcLeftside ul:first-child{
	margin-bottom: 15px;
}

.dcLeftside ul li a{
	text-decoration: underline;
	color: #333;
}

.dcLeftside ul li a:hover{
	text-decoration: none;
}

.officeB{
	width:210px;
	height:22px;
	background-color:#0D0D0A;
	color:#FFF;
}
li.officeB {
	padding:2px 0 0 6px!important;
}

/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 749px;
	height: auto;
	min-height:1000px;
	float: right;
	position:relative;
	background-color: #FFF;
	border-left: 1px solid #09599D;
}

div.topBox{
	width: 749px;
	height: 300px;
}

/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow: auto;   /* スクロール表示 */
	width: 748px;
	height:320px;
	position: absolute;
	left: 0;
	top:662px;
	margin-top : 10px!important;
}
	
div#dcOshirase p{
	width: 700px;
	min-height: 38px;
	margin: 0 0 0 20px;
	color: #333;
	font-size: 1.4em;
	background: url(../images/dcOshirasePBg.png) 4px 10px no-repeat;
	display: inline-block;
	border-bottom: 1px dotted #CFCFCF;
}

div#dcOshirase p span{
	padding: 10px 0;
	float: left;
}

div#dcOshirase p span.date{
	width: 70px;
	font-size: 80%;
	padding-left: 25px;
}

div#dcOshirase p span.info{
	width: 580px;
	padding-left: 10px;
}

div#dcOshirase p span a{
	text-decoration: underline;
	color: #333;
}

div#dcOshirase p span a:hover{
	text-decoration: none;
}

h2.dcH2Title{
	width:750px;
	height:35px;
	background:url(../images/oshiraseBg.png) no-repeat;
	color:#333;
	font-size:1.6em;
	position:relative;
}
h2.dcH2Title span{
	position:absolute;
	top:6px;
	left:42px;
}

/*共通*/
.LeftM30 {margin-left: 30px;}
.TLM15 {margin: 15px 0 0 50px;}
.LeftM10 {margin-left: 10px;}
.RedB {	color: #D84521;	font-weight:bold; font-size: 110%;}
.sT{ color:#FF0000; font-weight:bold;}
.sB{ color:#182582; font-weight:bold;}
.R18{ color:red; font-weight:bold; font-size:18px;}
.R16{ color:red; font-weight:bold; font-size:16px;}
.f110{font-size: 150%!important; font-weight:bold!important;}
.f120{font-size: 160%!important; font-weight:bold!important;}
.red{ color:red;}
.tc{text-align:center!important;}
.tr{text-align:right!important;}
.TL{ margin: 0 0 0 7px!important;}
.f16C{ font-size:1.6em!important; text-align:center; padding-top:30px!important;}
.ptime{ font-size:1.2em!important; margin:-40px 0 0 480px!important;}
.textCb{text-align:center!important; font-weight:bold!important; font-size:150%!important; padding-bottom:15px!important;}
.tCenter{ text-align:center!important;}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 749px;
	height: auto;
	float: right;
	min-height:1000px;
	border-left: 1px solid #09599D;
}

div.dcContentsBox2{
	width: 750px;
	height: auto;
	margin: 15px 0 30px;
}

div.dcContentsBox2 p{
	font-size: 1.4em;
	line-height:1.6;
	padding: 15px 30px 5px;
	margin:0;
}

.dcContentsBox2 dl {
	width: 670px;
	font-size: 1.4em;
	padding: 15px 30px;
	line-height:1.8;
}

.dcContentsBox2 dl dt{
	font-weight: bold;
}
.dcContentsBox2 dl dd{
	padding-left:1em;
}

.dcContentsBox2 h2 {
	width:750px;
	height:80px;
	margin: -15px 0 0 0;
}

.dcContentsBox2 h3 {
	width:730px;
	height:43px;
	margin: 5px 0 0 0;
	background: url(../images/h3Bg.png) no-repeat;
	font-family: Maitree, sans-serif;
}

.dcContentsBox2 h3.large{
	color: #FFF;
	font-size: 2.6em;
	font-weight: normal;
	text-shadow: 0px 2px 2px #000;
	padding: 5px 0 0 35px;
}

.dcContentsBox2 h3.large span{
	color: #FFF;
	font-size: 0.75em;
	font-style: italic;
	float: right;
	padding-top: 0.25em;
	padding-right: 90px;
}

.dcContentsBox2 h4 {
	height: 36px;
	background: url(../images/h4Bg.png) 15px 5px no-repeat;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 15px;
	padding: 1px 0 0 35px;
	text-shadow: 0px 2px 2px #CCC;
}

/*開催概要*/
.kaisaiInfo {
	width: 715px;
	height:auto;
	margin: 15px 15px 30px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

table.kaisaiInfo th {
	width: 20%;
	background: #F0F0F0;
	padding: 20px 15px;
	font-weight: normal;
}
table.kaisaiInfo td {
	background: #FFF;
	padding: 20px 15px;
}
.kaisaiInfo tr td a, .dcContentsBox2 ul li a {
	text-decoration: underline;
	color: #000;
}
.kaisaiInfo tr td a:hover, .dcContentsBox2 ul li a:hover {
	text-decoration: none;
}
caption{ text-align:center; font-size:110%; font-weight:bold;}

.dcContentsBox2 p a {
	color:#333;
}
.dcContentsBox2 p a:hover {
	color:#333;
	text-decoration:none;
}

/*関連リンク*/
.txtLink {
	margin: 15px 15px 30px;
}

.txtLink ul li a{
	display: inline-block;
	padding: 2px 0 0 38px;
	background: url(../images/linkBg.png) 8px 1px no-repeat;
	color:#333;
	line-height: 1.1;
}

.txtLink ul li a:hover{
	color:#333;
	text-decoration:none;
}

/*ボーダーライン*/
hr{
	border: 0;
	height:1px;
	background: #b6b1a9;
	box-shadow: 0 1px 0 #fff;
	behavior: url(PIE.htc);
}

/*演題募集画面*/
.dcContentsBox2 ul {
	width: 690px;
	font-size: 1.4em;
	color: #000;
	margin: 15px 15px 20px 30px;
	line-height: 1.6;
}

.dcContentsBox2 ul li{
	text-indent: -1em;
	padding: 5px 20px;
}

span.width{
	display: inline-block;
	width: 10em;
}

/*会長挨拶*/
.presidentT {
	margin-bottom:15px!important;
}

.presidentT p{
	width: 90%!important;
	line-height: 2.0!important;
	letter-spacing: 0.5px!important;
    margin-bottom:-15px!important;
}
.presidentT img {
	float:left;
	margin:10px 25px;
}


/*開催概要*/
.spInfo {
	width: 670px;
	height:auto;
	margin: 15px 30px 30px;
	font-size:14px;
	background: #FFF;
	border-collapse: separate;
}

table.spInfo td {
	background: #FFF;
	padding: 15px;
}

/*program*/
#tInfo {
	width: 660px;
	height:auto;
	margin: 15px 0 30px 40px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	display: box; 
}

table#tInfo th {
	background: #E1E2EE;
	padding: 10px 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table#tInfo td {
	background: #FFF;
	padding: 10px 15px;
	text-align:center;
}

table#tInfo th:first-child, table#tInfo td:first-child{
 	text-align:left;
}


#tInfo tr td a {
	text-decoration: underline;
	color: #000;
}

#tInfo tr td a:hover {
	text-decoration: none;
}
/*アクセスgMap*/

.dcContentsBox2 #gmap {
	width:600px;
	height:400px;
	margin: 15px 30px 30px 45px;
	border: 1px solid #999;
}

/*会長挨拶*/
.presidentBox {
	width: 95%;
	height: 200px;
	padding:0 15px 30px;
	margin:15px 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.presidentBox img {
	float:left;
	margin-left:50px;
}
.presidentBox p {
	text-align:left;
	position:absolute;
	bottom:23px;
	left:220px;
	line-height:2.0!important;
}
.presidentBox p span {
	font-size:1.1em;
	font-weight:bold;
}

.presidentT p {
	padding-bottom:3px!important;
	
}
/*プログラム、ご案内*/
#dcContainer #dcRightContents2 .dcContentsBox2 .prg_nav　{
	width: 700px;
	height: auto;
}
#dcContainer #dcRightContents2 .dcContentsBox2 .prg_nav ul {
	margin: 15px auto!important;
	width:220px;	
}
#dcContainer #dcRightContents2 .dcContentsBox2 .prg_nav ul li {

}
#dcContainer #dcRightContents2 .dcContentsBox2 .prg_nav ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

/*会長挨拶*/
.messageInfo {
	width: 710px;
	height:auto;
	margin: 50px 0 30px 10px;
	font-size:14px;
	text-align:center;
}

table.messageInfo td {
	background: #FFF;
	padding: 8px 0 0;
}

.officeTxt {
	width:420px;
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	margin:15px 0 30px 140px;
	padding: 10px 15px;
	color: #333;	
	background-color:#fff;
	border:2px ridge #CCC;
}
.officeTxt a {
	color:#333;
}

.officeTxt a:hover{
	color:#333;
	text-decoration:none;
}