@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;
	margin:1em 15px;
}
/* ---------- 全般設定 ---------- */
body {
	font-size: 0.9em;
	line-height: 1.8;
	color:#313131;
	background-color:#fffffff;
	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: #007fc4;
}
a:visited {
	text-decoration: underline;
	color: #007fc4;
}
a:active {
	text-decoration: underline;
}
a:hover {
 	text-decoration: none;
}
a name {
	text-decoration: underline;
}

a.point_r{
	background:url(../img/ico_arrow.png) left no-repeat;
	padding-left:20px;}
a.point_l{
	background:url(../img/ico_arrow2-trans.png) left no-repeat;
	padding-left:20px;}
a.mail{
	background:url(../img/ico_list.png) no-repeat 0 -94px;
	padding-left:20px;
	}
a.pdf{
	background:url(../img/ico_list.png) no-repeat 0 3px;
	padding-left:22px;
	}
a.out{
	background:url(../img/ico_list.png) no-repeat 0 -116px;
	padding-left:22px;
	}
a.word{
	background:url(../img/ico_list.png) no-repeat 0 -25px;
	padding-left:20px;
	}

a.xls{
	background:url(../img/ico_list.png) no-repeat 0 -50px;
	padding-left:20px;
	}
a.ppt{
	background:url(../img/ico_list.png) no-repeat 0 -72px;
	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;
	color: #004e97; 
	font-weight: bold;
	border-bottom:1px dotted #004e97;
	padding:5px 5px; 
	line-height: 1.4;
	margin:1em 15px;
}

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

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

}

#kousin section h2{
	width:198px;
	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:111px;
	position:relative;}


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

#btn_head{
	position:absolute;
	right:0;
	top:0;
	}

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

*html #toppage #contents {
	overflow:hidden;
	height:1096px;
}

#toppage #contents_en {
	overflow:hidden;
	margin:0 10px;
    clear:both;
    background:url(../img/bg_contents_en.jpg) no-repeat left top #FFF;
}

*html #toppage #contents_en {
	overflow:hidden;
	height:1096px;
}


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




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

	margin:0;
	padding:11px 0 0 0;
	width:210px;
	float:left;
	position:relative;
}

*html nav {
	overflow:hidden;
	height:1096px;
    background:url(../img/bg_contents_in.jpg) no-repeat left top;
}


#gloval_nav{
	height:775px;
}
#gloval_nav_entop{
	height:612px;
}

a.main_menu{
	display:block;
	color:#1c1c1c;
	text-decoration:none;
	padding:6px 5px 5px 30px;
	border-bottom:1px solid #beb4ab;
	font-size:0.9em;
	line-height:1.5;
	background:url(../img/bg_menu.png) no-repeat 0 center;
	}
*:first-child+html a.main_menu{
	min-height:15px;
	}
*html a.main_menu{
	height:15px;
	}
a.main_menu:hover{
	color:#FFF !important;
	border-bottom:1px solid #d0d0d0;
	background:url(../img/bg_menu_on.png) no-repeat 0 center #193056;
	}
a.main_menu:visited {
	text-decoration:none;
	color:#1c1c1c;
}
span.main_menu{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:6px 5px 5px 30px;
	border-bottom:1px solid #d0d0d0;
	font-size:0.9em;
	line-height:1.5;
	background:url(../img/bg_menu_on.png) no-repeat 0 center #193056;
	}
*:first-child+html span.main_menu{
	min-height:15px;
	}
*html span.main_menu{
	height:15px;
	}


/* ---------- main ---------- */
#main {
	width:640px;
	float:right;
	margin:0;
}


*html #main {

}

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

/* ---------- top_mainimg ---------- */
#top_mainimg{
	margin:0;
	padding:0;
	position:relative;
	height:612px;
	text-indent:-9999px;
}





/* ---------- Information ---------- */
#top_news{
	width:628px;
	padding:0;
	margin:10px 0 10px 6px;
	background-color:#f5f5f5;
}

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


#scroll1{
	margin:5px 0;
	height:313px;
	overflow-y:scroll;
	line-height:180%;
}


/* ---------- ポスター ---------- */
#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:185px;
	background-color:#f5f5f5;
	padding:0;
	margin:0 0 0 7px;
}


dl.kousin{
	font-size:0.9em;
	color:#333333;
	margin:10px;
	width:175px;
	overflow: hidden;
	font-size:80%;
}

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

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

.right_kousin{
	margin:0 10px 10px 0;
	padding:0;
	text-align:right;
}

/* ---------- 会場案内 ---------- */
#access{
	width:190px;
	min-height:185px;
	background-color:#FFF;
	padding:0;
	margin:0 0 0 0;
	float:right;
}

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

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

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


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

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

	

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

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


/* ---------- footer ---------- */
footer {
	clear:both;
	padding:10px 20px;
	height:89px;
	margin:0 10px;
	background:url(../img/bg_footer.jpg) no-repeat;
	font-size:0.8em;
}
footer p{
	margin:0;
	}
footer p.jimu_in{
	margin:5px 5px;
	}
footer span.jimu{
	background:#c0bebe;
	padding:2px 5px;}
.footer_l{
	width:80%;
	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;
	width:870px;
	height:35px;
	padding:5px 0 0 0;
	margin:0 auto;
	font-size:80%;
	background-image:url(../img/bg_copy.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	}


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

/* ---------- main_in設定 ---------- */
#main_in p , table {
	margin:1em 15px;
}
#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:1.5em 15px;
	width:90%;
	
	}
table.nittei td{
	padding:5px;}
table.main_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
	width:90%;
}
table.main_table th {
	background:url(../img/dot.png) repeat-x left bottom #fbf7f2;
	padding:6px;
}
table.main_table th.th2 {
	background:url(../img/dot.png) repeat-x left bottom #fbf7f2;
	padding:6px;
}
table.main_table td {
	background:url(../img/dot.png) repeat-x left bottom;
	padding:6px;
}
.td_none {
	background: none !important;
	padding:0 !important;
}
.table_none{
	background:none;
	margin:0;
	border:none;
	padding:0;
	}


.td_r{
	border-right:1px solid #CCC;
	}

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;
}



/* ---------- 各種BOX ---------- */
.box1{
	border:solid 1px #1f3c6b;
	background-color: #ffffff;
	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;
} 

.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;

}

/* ---------- プログラム用 ---------- */
dl.program {
	padding:0;
	margin:1.5em 15px !important;
}
dl.program dt {
	background-color: #f1efe6;
	border-bottom:2px solid #8FC320;
	text-align:left;
	padding:2px 10px;
	margin:1em 0 0 0;
	font-weight:bold;
}
dl.program dd {
	padding:5px 0 0 0;
}

dl.program dd.name{
	text-align:right !important;
	}

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

.bnr_koukoku img{
	display:none;
}

.bnr_chugai{
	width:160px;
	margin:0;
	position:absolute;
	top:603px;
	left:25px;
	}
.bnr_pfizerpro{
	width:160px;
	margin:0;
	position:absolute;
	top:678px;
	left:32px;
	}
.bnr_fosrenol{
	width:145px;
	margin:0;
	position:absolute;
	top:728px;
	left:32px;
	}

.btn_about{
	text-align:right;
	padding-right:15px;
}
.btn_about a{
	color:#1c1c1c;
	text-decoration:none;
	font-size:0.8em;
	}

.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:20px 0;
	padding: 0;
}


.attention{
	color:#C00;
	}
.attention_g{
	color:#5d7d05;
	font-weight:bold;
	}
.attention_b{
	color:#1f3c6b;
	font-weight:bold;
	}
.greeting_box{
	padding:10px 18px;
	overflow:hidden;
	}
.greeting_l{
	width:454px;
	float:left;
}
.greeting_r{
	width:121px;
	float:right;
}

.clr{
	clear:both;
}

.tright{
	text-align:right;
	}
.center{
	text-align:center;
	}
