@charset "utf-8";
/* ---------- HTML5クリアCSS ---------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0 15px;
	margin:1em 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* ---------- 基本設定 ---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0 15px;
	margin:1em 0;
}
/* ---------- 全般設定 ---------- */
body {
	font-size: 0.9em;
	line-height: 1.8;
	color:#313131;
	background-color:#e8e0d4;
	background-image:url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}


/* ---------- リンクの色を指定 ---------- */
a:link {
	text-decoration: underline;
	color: #0b3249;
}
a:visited {
	text-decoration: underline;
	color: #0b3249;
}
a:active {
	text-decoration: underline;
}
a:hover {
 	text-decoration: none;
}
a name {
	text-decoration: underline;
}

a.point_r{
	background:url(../img/ico_arrow-trans.png) left no-repeat;
	padding-left:20px;}
a.point_l{
	background:url(../img/ico_arrow2-trans.png) left no-repeat;
	padding-left:20px;}
a.pdf{
	background-image:url(../img/reader_icon_small.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;}
a.over img{
	display:block;
	}
	
a.over:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.8;
	opacity:0.8;
	}


/* ---------- 見出し設定 ---------- */
section h1 {
	padding:0;
	margin:0;
}

section h2{
	font-size:1em;
	font-weight: bold;
	width:590px;
	height:30px;
	color: #333;
	background:url(../img/bg_h2.jpg) top left no-repeat;
	padding:6px 0 0 15px;
	line-height: 1.4;
	margin:1em 15px;
}

section h3{
	font-size:1em;
	font-weight: bold;
	color: #004e97; 
	border-left: solid 7px #004e97; 
	padding:0 5px; 
	line-height: 1.4;
	margin:1em 15px;
}


#top_news section h2{
	width:620px;
	background:none;
	padding:0;
	margin:0;

}

#kousin section h2{
	width:305px;
	background:none;
	padding:0;
	margin:0;
}

#poster section h2{
	width:306px;
	background:none;
	padding:0;
	margin:0;
}

#access section h2{
	width:198px;
	background:none;
	padding:0;
	margin:0;
}


/* ====================== 骨組み ====================== */

/* ---------- bodybox ---------- */
#bodybox {
	width:870px;
	margin:0 auto;
	/* background:url(../img/bg_content-trans.png) repeat-y left top; */
}

/* ---------- header ---------- */
header {
	margin:0 10px;
	padding:0;
	height:112px;
	position:relative;
}


header h1{
	width:850px;
	margin:0;
	padding:0;
}

/* ---------- contents ---------- */
#toppage #contents {
	overflow:hidden;
	margin:0 10px;
    clear:both;
    background:url(../img/contents_bg.jpg) no-repeat;
}

*html #toppage #contents {
	height:408px;
}

#contents {
	overflow:hidden;
	margin:0 10px;
    background:url(../img/contents_bg_in.jpg)  repeat-y left #faf3e3;
	
}

*html #contents {
	height:100%;
}

/* ---------- globalnav ---------- */
nav {

	margin:0;
	padding:0;
	width:210px;
	float:left;
	background-image:url(../img/bar_menu.jpg);
	background-repeat:no-repeat;
	padding-top:11px;
}
nav img{
	display:block;
	margin:0;
	padding:0;
}

/* ---------- main ---------- */
#main {
	width:630px;
	float:right;
	margin:0;
	min-height:250px;
}


*html #main {
	width:630px;

}

/* ---------- main_in ---------- */
#main_in {
	background-color:#FFF;
	width:630px;
	float:right;
	margin:0;
	min-height:500px;
}
#main_in article{
	min-height:500px;
	
}

/* ---------- sidenav ---------- */
#sidenav {
	margin:0;
	padding:0 0 10px 10px;
	width:190px;
	float:left;
}

/* ---------- top_mainimg ---------- */
#top_mainimg{
	width:559px;
	margin:0;
	padding:0;
	position:relative;
}

#top_mainimg2{
    clear:both;
	width:850px;
	margin:0 10px;
	padding:0;
}
#top_mainimg_tmp{
	position:absolute;
	top:222px;
	left:425px;
	width:195px;
	height:236px;
	
	}




/* ---------- information_area ---------- */
#information_area{
	background: url(../img/bg_contents2.jpg) no-repeat;
	margin:0 10px;
    clear:both;
	overflow:hidden;
	height:214px;
}
*html #information_area{
	height:214px;
}

/* ---------- Information ---------- */
#top_news{
	width:620px;
	padding:0;
	margin:0 0 10px 0;
	background-color:#FFF;
}

#top_news dl.top_news{
	color:#333333;
	margin:10px 0 10px 15px;
	width:570px;
	overflow: hidden;
	padding:0 0 10px 0;
}
#top_news dl.top_news dt {
	float: left;
    margin: 0 10px 0 0;
	padding: 7px 0;
	text-align: left;
}
#top_news dl.top_news dd {
	margin: 0;
	padding: 7px 0 7px 110px;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


#scroll1{
	margin:5px 0;
	height:140px;
	overflow-y:scroll;
	line-height:180%;
}
#scroll1 p{
	margin:10px 0 0 15px;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

/* ---------- ポスター ---------- */
#poster{
	width:306px;
	min-height:230px;
	padding:0;
	margin:0 0 0 0;
	background-color:#FFF;
	float:left;

}

table.poster{
	margin:30px 0 0 10px;
}

/* ---------- 更新情報 ---------- */
#kousin{
	width:198px;
	min-height:230px;
	background-color:#FFF;
	padding:0;
	margin:0;
	float:right;
}

*html #kousin{
	margin:0 5px 0 0;
}

#kousin dl.kousin{
	min-height:140px;
	font-size:0.9em;
	color:#333333;
	margin:15px 15px 10px 15px;
	width:150px;
	overflow: hidden;
	font-size:80%;
}

#kousin dl.kousin dt {
    margin: 0;
	padding:0;
	text-align: left;
}

#kousin dl.kousin dd {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	
}

.right_kousin{
	float:right;
	width:7em;
	margin:0 15px 0 0 !important;
	background:none !important;
	text-align:right;
}

/* ---------- 宿泊・交通のご案内 ---------- */
#access{
	width:190px;
	height:175px;
	background-color:#FFF;
	padding:0;
	margin:0 0 0 0;
	float:right;
	}

#access h3{
	color:#3b311e;
	border:none;
	padding:0;
	margin:1em 10px 0 10px;
	}

#access p{
	margin:0 10px 0 10px;
	font-size:0.8em;
	}

.right_access{
	margin:0 10px 0 10px;
	background:none !important;
	text-align:left;
	font-size:0.8em;
}


/* ---------- pagetop ---------- */
#pagetop {
	margin:0;
	clear: both;
	padding:0 10px;
	font-size:0.9em;
	text-align:right;
}

#pagetop a{
	background:url(../img/ico_ptop-trans.png) center left no-repeat;
	padding-left:20px;}

	
#pagetop a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
#pagetop a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#pagetop a:active {
	text-decoration: underline;
	color: #09F;
}
#pagetop a:hover {
 	text-decoration: none;
	color: #09F;
}
#pagetop a name {
	text-decoration: underline;
	color: red;
}

#pagetop2 {
	margin:0;
	clear: both;
	padding:15px;
	font-size:0.9em;
	text-align:right;
}

#pagetop2 a{
	background:url(../img/ico_ptop2-trans.png) center left no-repeat;
	padding-left:20px;}


/* ---------- footer ---------- */
footer {
	clear:both;
	padding:40px 20px 10px 20px;
	height:121px;
	margin:0 10px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	color:#000;
	font-size:0.8em;
}
footer p{
	margin:0;
	}
footer p.jimu_in{
	margin:5px 5px;
	}
footer span.jimu{
	background:#908162;
	padding:2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#FFF;
	}
footer a {
	color:#0b3249 !important;
}
.footer_l{
	width:50%;
	float:left;
	position:relative;
	}
.footer_r{
	width:50%;
	float:right;
	}
.logo{
	position:absolute;
	left:225px;
	top:0px;
	}

footer table {
	width:810px;
	height:66px;
	margin:0;
	
	
	}
footer table td.jim{
	width:72px;
	background:url(../img/bg_jimu-trans.png) no-repeat;

	text-align:center;
	vertical-align:top;
	}
footer table td.jim3{
	width:72px;
	background:url(../img/bg_jimu2-trans.png) no-repeat;

	text-align:center;
	vertical-align:top;
	}
footer table td.jim2{
	width:500px;
	padding:0 0 0 10px;
	text-align:left;
	vertical-align:top;
	}
footer table td.about{
	text-align:right;
	vertical-align: bottom;
	}
footer table td.about a {
	background:url(../img/ico_arrow-trans.png) center left no-repeat;
	padding:0 0 0 1.5em;
}

/* ---------- copy ---------- */
#copy{
	clear:both;
	padding:5px 0 0 0;
	text-align: right;
	}


/* ====================== 個別設定 ====================== */

/* ---------- main_in設定 ---------- */
#main_in p , table {
	padding:0 15px;
	margin:1em 0;
}
#main_in ul, #main_in ol {
	padding:0 15px;
	margin:0.5em 0;
}

#main_in dl {
	padding:0 15px;
	margin:0.5em 0;
}

#main_in ul li {
	list-style: disc outside;
	text-align: left;
	margin-left:2em;
}
#main_in ol li {
	list-style-type: decimal;
	text-align: left;
	margin-left:2em;
}

#main_in dl dd {
	text-align: left;
	margin-left:2em;
}

/* ---------- クリアー ---------- */
.clear{
	clear:both;
	font-size:1px;
	width:100%;
	height:1px;
}

/* ---------- table ---------- */
table.nittei{
	margin:15px 0;
	width:100%;
	
	}
table.nittei td{
	padding:5px;}
table.main_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
	width:90%;
}
table.main_table th {
	border-bottom: dotted 1px #666666;
	background-color:#faf3e3;
	padding:6px;
}
table.main_table td {
	border-bottom: dotted 1px #666666;
	padding:6px;
}

table.navi_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
}
table.navi_table td {
	padding:6px;
	width:150px;
	text-align:center;
}

table.navi_table td.on {
	padding:6px;
	background-color:#F2F2F2;
}

table.program_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
	width:90%;
}
table.program_table th {
	border-bottom: dotted 1px #666666;
	border-right:solid 2px #5d7d05;
	background-color:#f1efe6;
	padding:6px;
	text-align:left;
}
table.program_table td {
	border-bottom: dotted 1px #666666;
	padding:6px;
}

table.entry_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
	width:50%;
}
table.entry_table th {
	border-bottom: dotted 1px #666666;
	border-right: dotted 1px #666666;
	background-color:#faf3e3;
	padding:6px;
}
table.entry_table td {
	border-bottom: dotted 1px #666666;
	border-right: dotted 1px #666666;
	padding:6px;
	vertical-align:middle;
}

/* ---------- 各種BOX ---------- */
.box1{
	border:solid 1px #003399;
	background-color: #f1efe6;
	padding:15px 5px 15px 5px; 
	margin:2em auto;
	width:500px;
	text-align:center;
} 

.box2{
	border:solid 1px #F00;
	background-color: #F2F2F2;
	color:#F00;
	padding:5px;
	width:80%;
	text-align:center;
	margin:1em auto;
	} 
.box3{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 10px;
	margin:1em 15px;
	font-size:0.8em;
} 

.box4{
	border:solid 1px #5d7d05;
	background-color: #f1efe6;
	padding:5px 10px;
	margin:1em 15px;
	text-align:left;
	font-size:0.8em;
} 

.box5{
	border:solid 1px #003399;
	padding:15px 5px 15px 5px; 
	margin:2em auto;
	width:500px;
	text-align:center;
} 

.adobe{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 15px;
	margin:30px auto 15px auto;
	width:80%;
	font-size:80%;
}
.adobe table{
	border:none;
	margin:5px 0 0 0;
	}
.adobe table td{
	border:none;
	vertical-align:middle;
	padding:5px;
	font-size:11px;

}

/* ---------- 座長・演者へのご案内用 ---------- */
#main_in dl.program {
	padding:0;
	margin:1.5em 15px;
}
#main_in dl.program dt {
	background-color: #f1efe6;
	border-bottom:2px solid #5d7d05;
	text-align:left;
	padding:2px 10px;
	margin:1em 0px;
	font-weight:bold;
}
#main_in dl.program dd {
	padding:4px;
}

#main_in dl.program dd.name{
	text-align:right;
	}

/* ---------- バナー広告関係 ---------- */
.bnr_koukoku{
	margin:10px auto;
	width:185px;
	height:40px;
}

.btn_about{
	margin:10px 0 0 70px;
	width:119px;
	height:19px;
}

.bnr_shokusai{
	margin:10px auto;
	width:185px;
	height:40px;
	background-color:#FFF;
}

.bnr_shokusai a img{
	display:block;
}
.bnr_shokusai a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.kaichou{
	margin:0 0 10px 0;
	padding: 0;
	position:relative;
}

.kaichou_link{
	position:absolute;
	top:80px;
	left:100px;
}

.attention{
	color:#C00;}
.greeting_box{
	padding:10px 18px;
	overflow:hidden;
	}
.greeting_l{
	width:454px;
	float:left;
}
.greeting_r{
	width:121px;
	float:right;
}

.clr{
	clear:both;
}

.right{
	text-align:right;
	}
.center{
	text-align:center;
	}
.themes{
	font-size:1.2em;
	color: #0b3249;
	font-weight:bold;
	}

.entry_btn{
	width:70%;
	margin:0 auto;
	padding:0;
}
.entry_btn p{
	text-align:center;
}
.entry_btn img{
	margin:0 1em;
	padding:0;
}

.s_img{
	margin:0 20px 0px 10px;
	border: solid 1px #CCCCCC;
	float:right;
	}
a:hover .s_img{
	border: solid 1px #666666;
	}
