@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
	background:url(../images/bodyBg.png) repeat #f0eadd;
    font-size: 15px;
    line-height: 1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index:0;
	color: #542f1b;
}
img{
	outline:none;
	border-style:none;
}
		

a img{
	border: none;
	}
a:link{
	color: #f26538;
	text-decoration: underline;
	}
a:visited{
	color: #f26538;
	text-decoration: underline;
	}
a:hover{
	}




ul {
	margin: 10px 0 10px 1em;	
}
li {
	list-style: none;
	line-height: 1.6em;
}
li.harfcut span {
	margin-left: -0.5em;
}
dt {
	color: #369;
	font-weight: bold;
	margin-left: -0.5em;
}
dd {
	margin-bottom: 0.5em;
}


/* レイアウト */
#mainBlog{
	background:url(../images/blog_top.png) no-repeat 50% top;
	width: 100%;
	height:515px;
	position:relative;
	margin:0 auto;
}

#contents_bg{
	background:url(../images/blogBg.png) repeat-x;
	
	}
#contents_inner_bg{
	position:relative;
	width:963px;
	margin:0 auto;
}


#contents_wrapper{
	background:url(../images/blogBox.png) repeat;
	width: 898px;
	margin: -140px auto 0 auto;
	padding-top:15px;
	position:relative;
}



#contents_left{
	background:url(../images/leftBg.png) repeat;
	width: 230px;
	float: left;
	position:relative;
	margin-left:15px;
}
#contents_right{
	position:relative;
	width: 640px;
	float: right;
	
}
.contents_1col{
	width: 868px;
	margin-bottom: 20px;
	padding: 15px;
}
#about {
	background:url(../images/leftBg.png) repeat;
	width:210px;
	padding:10px 10px 5px 10px;
}
#about p a{
	display:block;
	background:url(../images/totoppage_off.gif) no-repeat;
	width:210x;
	height:40px;
	text-indent: -9999px;
}

#about p a:hover{
	background:url(../images/totoppage_on.gif) no-repeat;
}

ul.diary {
	margin: 10px;
	padding-bottom: 10px;
}
.diary li {
	list-style: none;
	font-size: 10px;
	margin-bottom: 0.8em;
}
.diary li strong {
	font-size: 13px;
	font-weight: normal;
}
.diary li.rss {
	background: url(../images/rss.png) no-repeat 0 4px;
	text-indent: 17px;
	font-size: 13px;
	margin-bottom: 10px;
}
.diary li a {
	color: #94836e;
}
.diary li a:hover {
	color: #94836e;
}
.entry{
	margin-bottom: 25px;
	/*width: 408px;*/
	padding: 0 30px 20px 20px;
	position:relative;
}

.article{
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.entry p {
	margin: 1em;
}

.entry-bg{
	position:absolute;
	top:-27px;
	left:-4px;
}
.headline {
	width: 25em;
	height:55px;
	font-size: 24px;
	margin:-5px 0 0 16px;
	padding:10px 0 5px 0;
}
.headline h2{	
	font-size: 19px;
	color: #65290b;
}

.headline p.date {
	color: #6d3b1a;
	font-size: 12px;
	margin:0 0 3px 0;
	line-height:2em;
	font-weight:bold;
}


.image-center{
	text-align:center;
	border: #cbc1be 1px solid;
}

.entry p.image-cap{
	margin-top:-10px;
	font-size:14px;
	text-align:right;
	
}

.ai{
	color:#e60012;
}

 
.textDropcap01{
	overflow: hidden;
	zoon:1;
}

.textDropcap01:first-letter{
	float: left;
	line-height: 1;
	font-size: 300%;
	padding: 0 5px 0 3px;

}

.span-bg{
	background:url(../images/title_bg.gif) repeat;
	padding:0 3px;
	margin:0 3px;
}

.span-bg-wlp{
	background:url(../images/title_bg.gif) repeat;
	padding-left:5px;
	margin:0 3px;
}

	
	
#r-kinoko{
	position:absolute;
	left:530px;
	top:-80px;
}

#l-kinoko{
	position:absolute;
	left:-90px;
	top:-35px;
}

#footer{
	width: 100%;
	clear: both;
	background-color: #594a41;
	border-top: 1px solid #594a41;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	
}


/* パーツ */
h1{
	margin-bottom: 22px;
}
h2{
	font-size: 16px;
}
.about{

	line-height: 1.7em;
	padding-left:0;
	}
.table01{
	border-collapse: collapse;
	width: 386px;
	font-size: 12px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 5px 0;
}
.table01 th{
	text-align: center;
	font-weight: normal;
	background-color: #dad9d9;
}
.table01 td{
	padding-left: 1em;
	background-color: #ffffff;
}

.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #c1eac2;
}
.table02 td{
	background-color: #FFF;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
	}
	
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #7d673b;
	border-bottom: 1px dotted #7d673b;
	background-color: #FFF;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	color: #715841;
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}
.now{
	border: 1px solid #867969;
	margin-bottom: 5px;
	}
.box01{
	width: 585px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 10px;
	margin-bottom: 5px;
}
.txt01{
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
}
.txt02{
	padding-left: 15px;
	}
.txt03{
	font-size: 90%;
	line-height:1.5em;
	padding: 0 10px;
}
.name{
	color: #584932;
	}	
.gmap{
	margin: 15px 0 5px;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #cebbbb;
	}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 238px;
	height: 57px;
	padding: 50px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl2 a:link,.box_dl1 a:visited,.box_dl2 a:visited,.box_dl1 a:hover,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl1 a{
	background-image: url(../images/btn_dl.gif);
	background-repeat: no-repeat;
	/*width: 418px;
	height: 107px;*/
	display: block;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.listed {
	color: #999;
	padding-right: 0.5em;
}
p.caption {
	font-size: x-small;
	text-align: right;
}

/* サイエンスバスツアー */
#bustour a {
	display: block;
	text-indent: -1000px;
	width: 408px;
	height: 176px;
	background: url(../images/bnr_bus.gif) no-repeat top;
	overflow: hidden;
}
#bustour a:hover {
	background: url(../images/bnr_bus.gif) no-repeat bottom;
}

.logo1{
	width: 145px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.logo2{
	width: 163px;
	height: 34px;
	position: absolute;
	left: 183px;
	top: 35px;
}
.logo3 {
	width:125 px;
	height: 50px;
    position: absolute;
    top: 95px;
}
.support{
	width: 500px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
}

.cr{
	width: 500px;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 118px;
	}
.totop{
	width: 94px;
	height: 26px;
	position: absolute;
	left: 807px;
	top: -25px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.maT30{
	margin-top:30px;
	}
.maT10{
	margin-top:10px;
	}
.maT5{
	margin-top: 5px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB30{
	margin-bottom: 30px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB15{
	margin-bottom: 15px;
	}
.maB10{
	margin-bottom: 10px;
	}
.maB0{
	margin-bottom: 0px;
	}
.pa_btm10{
	padding-bottom: 10px;
}

.mL10{
	margin-left: 20px;
}

/*ポスターダウンロード*/
td.bknmb_cell img {
	float: left;
	margin-right: 10px;
	width: 120px;
}
td.bknmb_cell img:hover {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
td.bknmb_cell span {
	height: 60px;
}

/* テキスト装飾 */
.small{
	font-size: 85%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}

#event_infoBG{
	position:absolute;
	top:2310px;
	left:-3px;

}
	
/*その他 */
.fR{
	float: right;
	}
.clear{
	clear: both;
	}
.nodisplay{
	display: none;
	}

/*記事内*/

.entry img.sensei{
	float: left;
	margin: -70px 0 0 320px;
	border: 1px solid #cbc1be;
}

.entry img.sensei2{
	float: left;
	margin: -70px 0 0 340px;
	border: 1px solid #cbc1be;
}

.entry img.sensei3{
	float: left;
	margin: -65px 0 0 330px;
	border: 1px solid #cbc1be;
}

.entry img.fL{
	float: left;
	margin: 0 15px 1em 0;
	border: 1px solid #cbc1be;
}
.entry img.fR{
	float: right;
	margin: 0 0 1em 15px;
	border: 1px solid #cbc1be;
}

.entry img.fR-lborder{
	float: right;
	margin: 0 0 1em 15px;
	border: 1px solid #DDD;
}

.entry img.fL-lborder{
	float: left;
	margin: 0 15px 1em 0;
	border: 1px solid #DDD;
}

.entry p.setumei{
	font-size: 13px;
	line-height:1.5;
	padding: 4px 5px 2px 8px;
	margin-top: -10px;
}


/* Social_Link */
#socialbuttons {
	top: 163px;
	right: -18px;
	position: absolute;
}
#socialbuttons div {
	float: left;
}


/* Page Footer */
.pagenation {
	position: relative;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
.entry p {
	z-index: 1;
}
.entry p.sign {
	text-align: left;
}
.entry_next,.entry_early {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 20px;
}

.entry_next {
	float: left;
	background:url(../images/tonext.png) no-repeat;
	padding:10px 0;
}
.entry_early {
	float: right;
	background:url(../images/tobefore.png) no-repeat;
	padding:10px 0;
}

/* table01 */
.table01{
	width: 585px;
	margin: 0 auto;
}
.table01 th {
	font-weight: bold;
}

/*socialPlugIn*/
.social{
float:right;
margin-right:10px;
	top: 370px;
	left:645px;
	z-index: 5;
	}
.social div{
	float: right;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	}
.line{
	margin: -4px 0 0 15px;
	}
	
