/* 全ファイル共通
メニューまで　＆　コピーライト　*/

body {
	margin: 0px;
	padding: 0px;
   background: url(../images/all/bg.jpg) repeat-y;
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, sans-serif";
	color: #333333;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 100px;
	background: url(../images/top/top.gif) no-repeat;
	float: left;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 em{
	visibility: hidden;
}

/* ヘッダ内　インフォメーション　*/

#header #info{
	float: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 350px;
	height: 80px;
	width: 300px;
}

#header #kenmenu{
	float: right;
	margin: 5px 15px 0px 10px;
	padding: 0px;
	height: 75px;
	width: 200px;
	line-height: 0.8em;
}

/*　ヘッダ内　Google設定 */
#header #kenmenu #kensaku{
	margin: 0px 5px 0px 0px;
	font-size: 10px;
	color: #666666;
	height: 75px;
}

/*　ヘッダ内メニュー設定 */

#header #kenmenu ul{
	font-size: 10px;
	color: #666666;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

#header #kenmenu li{
	display:inline;
	margin: 0px 10px 0px 15px;
}

#header #kenmenu li a{
	color:#0000FF;
	text-decoration: none;
}
#header #kenmenu li a:hover,#header li a:active{
	color:#FF0000;
	text-decoration: none;
}

/*ここからメニュー*/
#wrapper  #navi{
	padding-left: 0px;
	height: 28px;
}

#navi h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
}
#navi h2 em {
	visibility: hidden;
}
#navi h2 a {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 150px;
		
}
/* 遺伝学とは　*/
#navi h2#tn1 a {
	background: url(../images/topnavi/towa0.gif) no-repeat;
}
#navi h2#tn1 a:hover,#navi h2#tn1 a:active {
	background: url(../images/topnavi/towa1.gif) no-repeat;
}
/* 遺伝学の歴史　*/
#navi h2#tn2 a {
	background: url(../images/topnavi/rekisi0.gif) no-repeat;
}
#navi h2#tn2 a:hover,#navi h2#tn2 a:active {
	background: url(../images/topnavi/rekisi1.gif) no-repeat;
}
/* 遺伝学の殿堂　*/
#navi h2#tn3 a {
	background: url(../images/topnavi/dendou0.gif) no-repeat;
}
#navi h2#tn3 a:hover,#navi h2#tn3 a:active {
	background: url(../images/topnavi/dendou1.gif) no-repeat;
}
/* 遺伝学の資料館　*/
#navi h2#tn4 a {
	background: url(../images/topnavi/siryou0.gif) no-repeat;
}
#navi h2#tn4 a:hover,#navi h2#tn4 a:active {
	background: url(../images/topnavi/siryou1.gif) no-repeat;
}
/* アニメで学ぶ遺伝学　*/
#navi h2#tn5 a {
	background: url(../images/topnavi/anime0.gif) no-repeat;
}
#navi h2#tn5 a:hover,#navi h2#tn5 a:active {
	background: url(../images/topnavi/anime1.gif) no-repeat;
}
/* HOME　*/
#navi h2#tn6 a {
	background: url(../images/topnavi/home0.gif) no-repeat;
}
#navi h2#tn6 a:hover,#navi h2#tn6 a:active {
	background: url(../images/topnavi/home1.gif) no-repeat;
}



/* パンくずリスト　*/

#pankuzulist{
	margin:5px 5px 0px 0px;
	text-align:right;
	width: 640px;
	float: right;
	border-bottom: 1px solid #CCCCCC;
}

#pankuzulist li {
	display: inline;
	font-size: 10px;
	color: #666666;
	list-style: none;
}

#pankuzulist li a{
	padding-right:10px;
	background: url(../images/all/glue.gif) no-repeat right center;
	text-decoration: none;
}
#pankuzulist li a:hover,#pankuzulist li a:active{
	text-decoration: none;
	color: #6666FF;
}
/* address　*/
div#footer
{
	height: auto;
	margin: 0px;
	color: #006699;
	clear: both;
	text-align: center;
	float: none;
	border-top: 1px solid #666666;
	padding: 0px 10px 5px 5px;
	background: url(../images/all/footer.gif) no-repeat;
	border-bottom: 1px solid #666666;
	line-height: 1.3em;
}
div#footer address
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 5px 5px;
}

div#footer ul li{
	font-size: 10px;
	margin: 0 4px 0 3px;
	padding: 0 8px 0 3px;
	border-right: 1px solid #999999;
	list-style-type: none;
	display: inline;
	}
div#footer ul li a{
	text-decoration: none;
	}
/*top*/
.gotop{
	font-size:11px;
}