@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg.gif) repeat;
}
a img{
	border: none;
}
a:link,
a:visited,
a:hover{
	color: #e23c6b;
}
ul {
	margin: 10px 0 10px 1em;	
}
li {
	font-size: small;
	list-style: circle inside;
	line-height: 1.5em;
}
/* bugfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* レイアウト */
#mainImg{
	width: 900px;
	height: 570px;
	margin: 0 auto;
	position: relative;
	z-index: 1!important;
}
#contents_bg{
	
}
#hand_mark {
	position: absolute;
	width: 304px;
	height: 427px;
	top: 100px;
	left: -85px;
	z-index: 5;
}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	background: #fff100 url(../images/main_bg.gif) no-repeat;
}
#contents_left,
#contents_right{
	width: 428px;
}
#contents_left{
	float: left;
	margin-left: 15px;
}
#contents_right{
	float: right;
	margin-right: 15px;
}
.contents_2col{
	background: url(../images/con_bg.gif) repeat;
	border: 1px solid #f18a1d;
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;

}

/* TTL */
#outline h2 {
	background: url(../images/ttl_about.gif) no-repeat;
}
#exhibition h2 {
	background: url(../images/ttl_exhibition.gif) no-repeat;
}
#event h2 {
	background: url(../images/ttl_event.gif) no-repeat;
}
#access h2 {
	background: url(../images/ttl_access.gif) no-repeat;
}
#poster h2 {
	background: url(../images/ttl_poster.gif) no-repeat;
}

#outline h2,
#exhibition h2,
#event h2,
#access h2,
#poster h2 {
	height: 0px;
	padding-top: 41px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 1em;
}
#blog {
	padding: 15px;
}
h3 {
	color: #b0561a;
	font-size: 15px;
	border-left: #F60 solid 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
h3 span {
	font-size: 12px;
	font-weight: 300;
	color: #333;
}

/* TABLE */
.table02{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.table02 td,
.table02 th{
	border: 1px solid #D8C2A7;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #ffe887;
}

.table02 td{
	background-color: #FFF;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
}
.table02 td p {
	text-align: left;
	line-height: 1.2;
	padding: 3px;
}
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
}
.table02 td.no-padding {
	padding: 0;
}
.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;
}

/* footer */
#footer{
	clear: both;
	background-color: #e2b600;
	border-top: 1px solid #653b0b;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;	
}
.logo1{
	width: 148px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.logo2{
	width: 163px;
	height: 36px;
	position: absolute;
	left: 183px;
	top: 35px;
}
.logo3 {
	width: 125 px;
	height: 50px;
	position: absolute;
	top: 90px;
}
.support{
	width: 500px;
	color: #333;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
}
.cr{
	width: 500px;
	color: #333;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 118px;
}
.totop{
	width: 92px;
	height: 32px;
	position: absolute;
	left: 807px;
	top: -25px;
}

/* BOX */
.box01{
	width: 374px;
	border: 1px solid #D8C2A7;
	background-color: #f8ffe8;
	padding: 10px;
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 10px;
}
/* テキスト装飾 */
.small{
	font-size: 85%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}
	
/*その他 */
.fR{
	float: right;
}
.clear{
	clear: both;
}
.nodisplay{
	display: none;
}

/* サイエンスバスツアー */
#bustour a {
	display: block;
	text-indent: -1000px;
	width: 396px;
	height: 176px;
	background: url(../images/bnr_bus.gif) no-repeat top;
	overflow: hidden;
	margin-bottom: 10px;
}
#bustour a:hover {
	background: url(../images/bnr_bus.gif) no-repeat bottom;
}

/* POSTER */
.box_dl1 a{
	display: block;
	background: url(../images/btn_dl.jpg) no-repeat;
	width: 246px;
	height: 57px;
	padding: 50px 20px 0 130px;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl1 a:visited,.box_dl1 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl1 a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
}


/* map */

.box_dl2{
	margin-top:10px;
}
	
.box_dl2 a{
	display: block;
	background: url(../images/btn_dl2.jpg) no-repeat;
	width: 246px;
	height: 57px;
	padding: 50px 20px 0 130px;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl2 a:link,.box_dl2 a:visited,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl2 a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
}



/* map */
.map_box{
	border: 0;
	margin: 10px auto 10px;
	padding: 5px;
	color: #FFF;
	line-height:1.4em;
}
.map_box img{
		margin: 0;
		padding :0;
		border: 0;
}
.map_box dl{
	width: 370px;
	background: #fff;
	border-top: 1px #999 dotted;
	padding: 10px;
	color: #333;
}
.map_box dt{
		font-weight: bold;
		color: #B0561A;
		font-size: 14px;
}
.map_box dd{
	margin: 3px 0 5px 0;
	font-size: 11px;
	line-height: 1.4;
}
.map_box dd span.bold{
	font-weight: bold;
	font-size :11px;

}
.map_box dd span.tour_bus{
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
}
.map_box dd.jikoku_pdf {
	text-indent: 0;
}

/* Social_Link */
#socialbuttons {
	top: 535px;
	left: 15px;
	height: 35px;
	width: 370px;
	position: absolute;
	z-index: 20;
}
#socialbuttons div {
	float: left;
}
#socialbuttons .twitter {
	margin-right: 10px;
}

/* Social_Link */
#social {
	width: 400px;
	height: 30px;
}	
	/* Twitter */
	#twitter {
		width: 95px;
		height: 30px;
		float: left;    
	}
	/* Facebook */
	.fb-like {
		float: left;
		height: 20px;
		width: 110px;
		margin: 0;   
	}
	/* Google +1 */
	#___plusone_0{
		width:65px !important;
		float: left!important;
		height: 20px !important;
		margin: 0!important;
	}
	/* hatena */
	.hatena-bookmark-button-frame {
		float: left;
		margint: 0 0 0 10px;
	}


/* 仲村追記 会場マップはこちら部分 */


p#tomap{
	text-align:right;
	margin-bottom:3px;
}

span#irr{
	padding-top:30px;
}


.mg_t20{
	margin-top:20px;
}