﻿@charset "UTF-8";

/* ページ全体の構造 */

html{
	overflow-y:scroll;
}

html,body{height:100%;}

body{
	margin:0 auto;
	font-family: Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size:62.5%;
	color:#000;
	background: url(../images/Bg.jpg) top center repeat;
	text-align:center;
	line-height:1.6;
}

div#dcContainer{
	width: 980px;
	margin: 0 auto;
	height: auto!important;
	height: 100%;
	text-align: left;
	background-color:#080303;
}

/* ヘッダー構造 */

div#dcHeader{
	width:980px;
	height:120px;
	margin:0 auto;
	position:relative;
/*
	background: url(../images/headerBg.jpg) center repeat-x;
*/
	background: url(../images/headerBg.png) center repeat-x;
	z-index:1;
}

h1#titleLogo{
	position:absolute;
	right:40px;
	top:15px;
}

img#dcHeaderLogo{
	position:absolute;
	left:35px;
	top:15px;
}


/* フッター構造*/ 
div#dcFooter{
	clear:both;
	width:980px;
	height:20px;
	margin:0 auto;
	padding-top: 3px;
	font-size: 10px;
	text-align:center;
	color:#fff;
	background-color:#080303;
	z-index:1;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: auto;
	float: left;
	min-height: 764px;
}

ul#dcMenu{
	width:230px;
	min-height:160px;
/*
	font-size:1.4em;
*/
	font-size:1.7em;
}

ul#dcMenu li{
/*
	width:230px;
	height:50px;
	padding-left:30px;
	background:url(../images/dcMenuListBg.png) no-repeat;
*/
	width:228px;
	height:45px;
	padding-left:40px;
	background:url(../images/dcMenuListBg1.png) no-repeat;
}

ul#dcMenu li a{
	display:inline-block;
	width:230px;
	height:50px;
	color:#fff;
	text-decoration:none;
	text-shadow:0 1px 1px #000;
	line-height:44px;
}

ul#dcMenu li a:hover{
	width: 230px;
	height: 50px;
/* Royal Blue */
	color: #4169E1;
/* #8888ff;
	*/
	text-shadow: none;
}

ul#dcMenu li.now a{
	width: 230px;
	height: 50px;
	color: #00008B;
/*
	text-shadow: none;
*/
	text-shadow: 1px 1px 2px #ffffff	
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	width: 230px;
	color: #000;
	margin: 30px auto;
	font-size: 1.2em;
	line-height: 1.8;
}

.dcLeftside .inner {
	width: 94%;
	height:94%;
	color: #000;
	margin: 0 auto 15px;
	padding-bottom: 5px;
/*
	background-color: #FFF;
*/
	background-color: #aaa;
	border: 1px solid #000099;
}

.name{
	padding-top:6px!important;
	height:28px;
/*
	background-color:#FFF;
*/
	background-color: #aaa;
	color:#000;
	border-bottom: 1px solid #990000;
}

.dcLeftside .inner li{
	padding: 0 5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #000;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}


/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 750px;
	height: auto;
	float: right;
	position:relative;
}

div.dcContentsBox{
	width: 750px;
	height: auto;
}

div.dcContentsBox p{
	width:690px;
	margin-bottom:30px;
	font-size:1.4em;
}

/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow-y: auto;   /* スクロール表示 */
/*
	width: 585px;
	height: 170px;
*/
	width: 620px;
	height: 220px;
	position: absolute;
	left: 84px;
/*
	top: 708px;
*/
	top: 658px;
}
	
div#dcOshirase p{
	width:585px;
	min-height:30px;
/*
	color: #333;
*/
	color: #fff;
	font-size:1.4em;
/*
	background:url(../images/dcOshirasePBg.png) 0 8px no-repeat;
*/
	background:url(../images/dcOshirasePBg1.png) 0 8px no-repeat;
	border-bottom:1px dashed #AAA;
	display:inline-block;
}

div#dcOshirase p span{
	display:inline-block;
	padding:6px 0;
	float:left;
}

div#dcOshirase p span.date{
	width:50px;
	font-size: 80%;
	padding-left: 15px;
}

div#dcOshirase p span.info{
	padding-left: 25px;
/*
	width:455px;
*/
	width:490px;
}

div#dcOshirase p span a{
	text-decoration: underline;
/*
	color: #333;
*/
	color: #fff;
}

div#dcOshirase p span a:hover{
	text-decoration: none;
}

/* 共通コンテンツ -> このページのTOPへ*/
p.goTopBtn{
	height: 25px;
	width: 130px;
	margin: 30px 0 0 590px;
}

.floatLeft{float:left;}
.floatRight{float:right;}
.floatClear{clear:both;}
.marginBt{margin-bottom: 10px;}
.PR10{padding-right: 10px; padding-top: 5px;}
.PL2e{padding-left: 2em;}
.f18C{ font-size:1.4em!important; text-align:center; padding-top:30px!important;}
.mt15 { margin-top:15px; font-size:14px;}
.red{ color: red;}
.ALcenter{ text-align: center; margin: 10px auto 0;	display: block;}
.PT4{padding-top:4px!important;}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 749px;
	height: auto;
	float: right;
	min-height:788px;
	background-color: #FFF;
	padding-bottom:30px;
	border-right: 1px solid #CCC;
}

div.dcContentsBox2{
	width: 750px;
	height: auto;

/*-- subtitle background --*/
	background: url(../images/h3Bg1.png) no-repeat;
}

div.dcContentsBox2 p{
	width: 670px;
	font-size: 1.4em;
/*
	color: #333;
*/
	color: #000;
	line-height: 1.6;
/*
	padding: 20px 40px 0 40px;
*/
	padding: 20px 40px 0 40px;
}

.dcContentsBox2 h3 {
/*
	width:670px;
	height:44px;
*/
	width:670px;
	height:60px;
/*
	margin: 0 30px;
*/
	margin: 0 30px;
/*
	background: url(../images/h3Bg1.png) no-repeat;
*/
}

.dcContentsBox2 h3.large{
	color: #fff;
	font-size: 3.0em;
	font-weight: normal;
	text-shadow: 0px 3px 3px #000;
/*
	padding: 0 0  0 20px;
*/
	padding: 0 0  0 8px;
}

.dcContentsBox2 h3.large span{
	color: #fff;
	font-size: 0.75em;
	font-style: italic;
	float: right;
	padding-top: 0.25em;
/*
	padding-right: 30px;
*/
	padding-right: 0px;
}

.dcContentsBox2 h4 {
	margin: 15px 45px 0 40px;
	background: url(../images/h4Bg.png) no-repeat;
	color: #000;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 40px;
	padding-left: 30px;
}


/*開催概要*/
.kaisaiInfo {
	width: 670px;
	height:auto;
	margin: 15px 0 30px 40px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	display: box; 
}

table.kaisaiInfo th {
	width: 20%;
	background: #F4F4F4;
	padding: 20px 15px;
	font-weight: normal;
}

table.kaisaiInfo td {
	background: #FFF;
	padding: 20px 15px;
}

.kaisaiInfo tr td a {
	text-decoration: underline;
	color: #000;
}

.kaisaiInfo tr td a:hover {
	text-decoration: none;
}

/*アクセスgMap*/
.dcContentsBox2 #gMap {
/*
	width:600px;
	height:400px;
*/
	width:660px;
	height:440px;
	margin: 15px 30px 15px 45px;
	border: 1px solid #999;
}

.dcContentsBox2 p a, .dcContentsBox2 ul li a, .link ul li a {
	color:#000;
}

.dcContentsBox2 p a:hover, .dcContentsBox2 ul li a:hover, .link ul li a:hover{
	color:#000;
	text-decoration:none;
}

.officeTxt a {
	color:#000;
}

.officeTxt a:hover{
	color:#000;
	text-decoration:none;
}


/*会長挨拶*/
.presidentBox {
/*
	width: 95%;
	height: 210px;
	padding:0 15px 15px;
	margin:15px 0;
*/
	width: 100%;
	height: 140px;
	padding:0 0 15px;
	margin:0 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.presidentBox img {
	float:left;
/*
	margin-left:50px;
*/
	margin-left:90px;
}
.presidentBox p {
	text-align:right;
	position:absolute;
/*
	bottom:30px;
*/
	bottom:30px;
	right:50px;
}
/*
.presidentBox p span {
	font-size:0.9em;
	font-weight:normal;
	line-height:50%;
	font-weight:bold;
}
*/
.presidentBox p span {
	font-size:0.85em;
	font-weight:normal;
	line-height:50%;
}

.officeTxt {
	width:420px;
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	margin:10px 0 15px 100px;
	padding: 5px 15px;
	color: #000;	
	background-color:#fff;
	border:2px ridge #CCC;
}
/*関連リンク*/
.link{
	margin: 30px 15px;
}

.link ul li a{
	font-size: 14px;
	padding-left: 50px;
	background: url(../images/linkBg.png) 20px 0 no-repeat;
	color: #000;
	line-height:2.0;
}

.link ul li a:hover{
	color:#000;
	text-decoration:none;
}
/* Contact */
.box2 {
	border: 1px solid #F4F4F4;
	padding: 20px 15px;
	text-align: center;
	line-height: 2.0;
	font-size: 14px;
	color:#FFF;
	width: 500px!important;
	margin: 30px auto!important;
	box-shadow: 1px 1px 1px #CCC;
}

/*バナー*/
.Banner {
	width: 94%;
	margin: 30px auto;
}
.Banner img {
}
/*演題登録*/
.ThemeBox2 {
	width: 570px;
	height:auto;
	margin: 15px 30px 30px 60px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

table.ThemeBox2 th {
	width: 8%;
	background: #F0F0F0;
	padding: 5px 15px;
	font-weight: normal;
}
table.ThemeBox2 td {
	background: #FFF;
	padding: 5px 15px;
}

.dcContentsBox2 ul {
	width: 680px;
	font-size: 1.4em;
	color: #FFF;
	padding: 5px 0 5px 15px;
	line-height: 1.5;
}
.dcContentsBox2 ul li{
	padding: 0 0 10px 40px;
	text-indent:-1em;
}

.endaitouroku {
	padding: 10px 0 80px;
}

.endaitouroku a{
	float: left;
	padding:10px 0 0 86px;
}

.endaitouroku a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
/*プログラム*/
h4.subttlPro span{
	float:right;
	padding-right:15px;
	font-size:86%;
}

h5.ttlPro{
	font-weight: bold;
	margin: 15px 45px 0 40px;
	padding-left:10px;
	font-size: 1.6em;
	background: #634728;
	height: 28px;
	color: #FFF;
	line-height: 2.0;
}

p.ttlPro{
	width:630px!important;
	font-weight: bold;
	margin:5px 10px 10px;
}

.namePro{
	font-weight: bold;
	font-size: 16px;
	margin-left: 15px;
}

.nameK{
	font-size: 16px;
	margin-left: 15px;
}

dl.dl_pro{
	clear:both;
	overflow:hidden;
	font-size:14px;
	color: #FFF;
}

dl.dl_pro dt{
	background: #FFF;
	color: #111;
	padding:0 10px;
	margin: 0 0 10px 50px;
	line-height: 210%;
	font-weight: normal;
	width: 30px;
	float:left;
}
dl.dl_pro dt.zachou{
	background: #634728;
	color: #FFF;
	padding:0 10px;
	margin: 0 0 10px 50px;
	line-height: 210%;
	font-weight: normal;
	width: 30px;
	float:left;
}

dl.dl_pro dd{
	width:580px;
	margin-left:50px;
	line-height:210%;
	padding-left: 50px;
}

p.font18{font-size:1.8em!important;}
p.font16{font-size:1.6em!important;}
.Tcentera{ text-align:center!important;}

/*プログラム、ご案内*/
.prg_nav {
	width: 680px;
	height: auto;
}
.prg_nav ul {
	margin: 5px auto 10px;
	width:242px;	
}
.prg_nav ul li {
	padding:10px 0 5px;
}
.prg_nav ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
.p_btn {
    color:#fff;
    display: inline-block;
    padding: 10px 15px;
	margin: 5px 0;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 16px;
	width:110px;
}
.p_btn{ width: 200px; }

.p_btn:hover {
    opacity: 0.8;
	 color: #FFF !important;
}

.p_btn ul li a{
	color:#fff;
	text-decoration:none;
}

.p_btn.btn_bro {
    color: #fff;
	 background: #704B38;
}

.p_btn.btn_pdf::after {
    content: " ";
    display: inline-block;
    width: 22px;
	height: 23px;
    background:url(../images/PDFicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}
/*リンクボタン増設*/
a.button{
font-size:1.6em;
display:block;
width:180px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border:4px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#cccccc;
}

a.button:hover{
background:#777777;
}