<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#pagebody {
  clear: both;
  position: relative;
  width: 777px;			
  padding-top: 12px;
}
div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
body{
	background:rgb(87,162,68) url(images/plankton_microfossi_backl.jpg);
}
img{
	border: none;
}
.clear{
	clear: both;
}

/*枠など*/
div.topwrapper{
	width: 850px;
	margin: 10px auto;
	background-image:url(images/link-wrapperback.png);
}
div.header{
	position: relative;
	margin: 10px 0;
	color: #003366;
	float: none;
	font-size: 95%;
}
div.footer{
	background:url(images/link-footer.png) no-repeat bottom left;
	min-height:170px;
	margin:-10px 0 0 0;
	}
img.topimage{
	float: left;
	margin: 20px 0 20px 125px;
}
p.midasi{
	margin:30px 15px;
	}
p.sakuseityu{
	clear:both;
	color:#066;}
p.copyright{
	text-align:center;
	font-size:95%;
	color:#535953;
	}
hr{
	background:#FEDFE1;
	height:5px;
	border:none;
	}
a.linktolink{
	border:none;
	}
a:hover.linktolink{
	border:none;
}
/*メニューリンク部分とりあえずlinksと同じ設定*/
div.menu{
	height:200px;
	width:850px;
	margin:0 0 5px 10px;
	clear:both;
	float:none;
	}
a.link1,.link2,.link3,.link4,.link5,.link6,.link7,.link8,.link9,.link10,.link11,.link12,.link13,.link14,.link15{
	width: 200px;
	height: 200px;
	display: block;
	float:left;
	margin-right:5px;
	border:solid 1px white;
}
a:hover.link1,.link2,.link3,.link4,.link5,.link6,.link7,.link8,.link9,.link10{
		border:solid 1px #8DB6CD;
}
a.link1{
	background: url(images/bunners.jpg) 0px 0px no-repeat;
}
a.link2{
	background: url(images/bunners.jpg) -205px 0px no-repeat;
}
a.link3{
	background: url(images/bunners.jpg) -410px 0px no-repeat;
}
a.link4{
	background: url(images/bunners.jpg) -615px 0px no-repeat;
}
a.link5{
	background: url(images/bunners.jpg) 0px -205px no-repeat;
}
a.link6{
	background: url(images/bunners.jpg) -205px -205px no-repeat;
}
a.link7{
	background: url(images/bunners.jpg) -410px -205px no-repeat;
}
a.link8{
	background: url(images/bunners.jpg) -615px -205px no-repeat;
}
a.link9{
	background: url(images/bunners.jpg) 0px -410px no-repeat;
}
a.link10{
	background: url(images/bunners.jpg) -205px -410px no-repeat;
}
a.link11{
	background: url(images/bunners.jpg) -410px -410px no-repeat;
}
a.link12{
	background: url(images/bunners.jpg) -615px -410px no-repeat;
}
a.link13{
	background: url(images/bunners.jpg) 0px -615px no-repeat;
}
a.link14{
	background: url(images/bunners.jpg) -205px -615px no-repeat;
}
a.link15{
	background: url(images/bunners.jpg) -410px -615px no-repeat;
}


ul.caption{
	margin:0 5px 5px 10px;
	padding: 0;
	list-style-type: none;
	float:none;
	clear:both;

	}
ul.caption li{
	float:left;
	width:200px;
	margin:0 6px 5px 0;
	padding: 0;
	list-style-type: none;
	font-size:85%;
	color:#666;
	text-align: center;
	}
div.junbicontents{
	border:1px dotted #7B90D2;
		font-size:85%;
	color:#666;
}
.junbimidasi{
	display:block;
	background:#7B90D2;
	color:white;
	line-height:1.8em;
	padding:5px;
	margin-top:0;
	}</pre></body></html>