@charset "ISO-8859-1";
/* CSS Document */

img {
	border-style:none;
}
a.menu {
	text-decoration:none;
}
a.menu:hover {
	background-color:#CCFFCC;
}

ul.menu {
	padding:0;
	margin:0;
}
li.menu {
	list-style:none;
	float:left;
	width:143px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	padding:0;
	margin-left:0;
	margin-right:0;
	margin-top:auto;
	margin-bottom:auto;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
}
#mainbody {
	width:872px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:870px;
	height:150;
	text-align:center;
	margin-bottom:4px;
}

#topmenu {
	width:870px;
	height:22px;
	border-bottom-color:#009090;
	margin-bottom:4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
#copyright {
	text-align:center;
	font-size:smaller;
}
.slideshow {
	width:640px;
	height:427px;
	margin-left:auto;
	margin-right:auto;
}
.timemachine {
	width:870px;
}
.notice {
	text-align:center;
	color:#555555;
	font:"Times New Roman", Times, serif;
	border: 1px solid #999;
	margin-bottom:20px;
	padding:0px 15px;
}

