@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	text-align:center;
	padding: 0;
	font-size: 13px;
    *font-size: 86%; /*for IE6,IE7*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(../img/bg_body.gif) repeat;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	line-height: 2.0;
	/**/
}
img {
	border: none;
	vertical-align: top;
}
table{
	width:100%;
	border:1;
	border-color:#999999;
	border-collapse: collapse;
	border-spacing: 5px;
}
td{
	vertical-align:top;
}
#img_right{
	float:right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#layout{
	width:805px;
	margin:0 auto;
	text-align:left;
}
.tel-link {
color: #06F;
font-size: 12px;
font-weight: bold;
font-family: monospace;
}
/* ヘッダー
---------------------------------------------*/
#header {
/*	position: relative;*/
	clear:both;/*2008.08.12add*/
	z-index: 100;
	width: 805px;
	height: 135px;
	background: url(../img/bg_header.gif) left top no-repeat;
}
#header_top {
/*	position: relative;*/
	clear:both;/*2008.08.12add*/
	z-index: 100;
	width: 805px;
	height: 125px;
	background: url(../img/bg_header_top.gif) left top no-repeat;
}
#header_top2 {
/*	position: relative;*/
	clear:both;/*2008.08.12add*/
	z-index: 100;
	width: 805px;
	height: 125px;
	background: url(../img/bg_header_top.gif) left top no-repeat;
}
#header_guide {/*フロアガイド用*/
/*	position: relative;*/
	clear:both;
	z-index: 100;
	width: 805px;
	height: 135px;
	background: url(../img/bg_header_guide.gif) left top no-repeat;
}
#logo {
	position: absolute;
	left: 19px;
	top: 37px;
	margin: 0;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		overflow:auto ! important;
		overflow/**/:hidden;
	/*overflow:visible;		*/
		/*position: absolute;*/
		position: relative;
		z-index:150;
		float:left;/*2008.08.12add*/
		top: 8px;
		left: 20px;
		width: 780px;
	}
	#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#navigation li {
		float: left;
		width: 127px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}
	#navigation li a:hover {
	color: #000099;
	background: #EEEEEE;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 100%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
	color: #3366CC;
	background-image: none;
	}
	#navigation ul li.parent ul {
	z-index:auto;
	display: none;
	}
	#navigation ul li.parentOn ul {
	z-index:auto;
	display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
/*	overflow:auto ! important;*/
/*	overflow*//**//*:hidden;*/
	position:absolute;
	top:135px;
	width: 805px;
	background: url(../img/bg_contWrapper.gif) left top repeat-y;
}
#content_top {/*top用*/
	position:absolute;
	top:125px;
	width: 805px;
	background: url(../img/bg_contWrapper_top.gif) left top repeat-y;
}
#content_top2 {/*top用*/
	position:absolute;
	top:125px;
	width: 805px;
	background: url(../img/bg_contWrapper_top.gif) left top repeat-y;
}
#content_guide {/*フロアガイド用*/
/*	overflow:auto ! important;*/
/*	overflow*//**//*:hidden;*/
	position:absolute;
	top:135px;
	width: 805px;
	background: url(../img/bg_contWrapper_guide.gif) left top repeat-y;
}
#dummy01{
	float:left;
	width:10px;
	height:600px;
}
#secondary {/*サブメニュー*/
	float:left;
	width: 240px;
}
#primary {
	float:left;
	background-color: #FFFFFF;
	width: 530px;
}
#primary_g {/*フロアガイド用*/
	float:left;
	width: 770px;
}
#primary_test {
	float:left;
	background-color: #F00FFF;
	width: 200px;
}
#dummy02 {
	float:right;
	width: 20px;
}
/*------------------------------------------トップ用↓*/
#main {/*Flash*/
	float:left;
	z-index:-1;
	width: 800px;
}
#secondary_top {/*おしらせ*/
	float:left;
	width: 548px;
}
#secondary_top .section{/*おしらせ*/
	float:left;
	margin: 20px 7px 25px 5px;
	background-color: #FFFFFF;
}
#secondary_top .section2{/*flashプラグイン*/
	float:left;
	margin: 0px 0px 10px 80px;
	font-size:80%;
	background-color: #FFFFFF;
}
#primary_top {/*来館案内*/
	position:absolute;
	top:450px;
	left:600px;
	width: 225px;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px;
}
#primary_top .section{
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
}
#subtitle{
	font-size:120%;
	color: #FFFFFF;
}
#pstyle{
	letter-spacing: 0.1em;
	line-height: 1.4;
}
/*------------------------------------------トップ用↑*/

/* フッター
---------------------------------------------*/
#footer {
	height:25px;
	color: #FFFFFF;
	font-size:70%;
	width:805px;
	background: url(../img/bg_fooder.gif) left top repeat-y;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footerNavi01 {
	position:absolute;
	left:10px;
}
#footerNavi02 {
	position:absolute;
	right:20px;
}
#footer_top {
/*	position:relative;
	bottom:-120px;
	right:567px;*/
	float:left;
	height:25px;
	color: #FFFFFF;
	font-size:70%;
	width:805px;
	background: url(../img/bg_fooder.gif) left top repeat-y;
}
#footer_event{
	font-size:80%;
	top;10px;
}
/* 本文
---------------------------------------------*/
#primary .section {
	margin: 45px 25px 26px 50px;
}
#primary_g .section {/*フロアガイド用*/
	margin: 45px 25px 26px 50px;
}
#primary_g .section .menu {/*フロアガイド用*/
	margin-top: 40px;
}
#primary .line {
	margin: 25px 15px 26px 40px;
}
#primary_g .line {/*フロアガイド用*/
	margin: 25px 15px 26px 40px;
	border-bottom: 1px solid
}
#primary h2 {
	margin: 0;
	padding: 25px 0 5px 40px;
	font-size: 140%;
}
#primary_g h2 {/*フロアガイド用*/
	margin: 0;
	padding: 25px 0 5px 50px;
	font-size: 140%;
}
#primary h3 {
	font-size: 120%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#primary p {
	margin: 10px 0;
}
#primary .section li{
	margin: 10px 5px 5px 5px;
}
/*フロアガイド用
---------------------------------------------*/
#primary_g .section h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#primary_g .section .midashi {
	background-image: url(../guide/floormap/img/midashi-bg.gif);
	background-repeat: repeat;
	height: 18px;
	width: 690px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#primary_g .section .box {
	width: 690px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: medium;
	padding: 3px;
}
#primary_g .section .g {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #67D16A;
}
#primary_g .section .j {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #54C1EC;
}
/* 補足情報
---------------------------------------------*/
#secondary {
/*	font-size: 90%;*/
	width: 233px;
	overflow:auto;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	color: #003366;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		width: 180px !important;
		margin-left:20px;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px dotted #CCCCCC;
		width: 165px !important;
		width /**/: 168px;
		padding: 1px 1px 1px 0px;
		background: url(../img/smenu_pt_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 143px !important;
		width /**/: 168px;
		padding: 5px 5px 5px 27px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		
	}
	#secondary li a:hover {
	color: #000000;
	margin-left:0px;
	background: url(../img/smenu_pt_bg_off.gif) left center no-repeat;
	}
/*区切り線
---------------------------------------------*/
#line{
	border-bottom:1px solid gray;
}
#line_dot{
	border-bottom:1px solid dotted gray;
}
/*科学者紹介タイトル
---------------------------------------------*/
#f_stitle{
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
	vertical-align: sub;
}
#p_ain{
	font-weight:bold;
	color:#0099cc;
	font-size:130%;	
}
/*クイズ
---------------------------------------------*/
#qfont{
	font-weight:bold;
	color:#0099cc;
	font-size:130%;
}
#afont{
	font-weight:bold;
	color:#0099cc;
	font-size:250%;
}
