@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
th,
td,
li,
dt,
dd,
address {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
a img {
	border: none;
}
html {
	overflow-y: scroll;
}
br {
	letter-spacing: normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	background-color: #F7FFF7;
	text-align: center;
}
a:link {
	color: #00C;
	text-decoration: underline;
}
a:visited {
	color: #00C;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
.hide {
	clear: both;
}
#container {
	text-align: left;
	width: 752px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
}
#header {
	height: 73px;
	background: url(../images/menu/header.gif) no-repeat;
	margin: 0px auto 10px;
}
#header h1 a {
	height: 40px;
	text-indent: -666em;
	display: block;
	width: 450px;
	overflow: hidden;
}
#header ul {
	height: 33px;
	width: 752px;
	background: url(../images/menu/header.gif) no-repeat 0px -73px;
	list-style: none;
	overflow: hidden;
}
#header li {
	width: 94px;
	float: left;
}
#header li a {
	height: 33px;
	text-indent: -666em;
	display: block;
	width: 94px;
	overflow: hidden;
}
#nav1 a:hover {
	background: url(../images/menu/header.gif) no-repeat 0px -40px;
}
#nav2 a:hover {
	background: url(../images/menu/header.gif) no-repeat -94px -40px;
}
#nav3 a:hover {
	background: url(../images/menu/header.gif) no-repeat -188px -40px;
}
#nav4 a:hover {
	background: url(../images/menu/header.gif) no-repeat -282px -40px;
}
#nav5 a:hover {
	background: url(../images/menu/header.gif) no-repeat -376px -40px;
}
#nav6 a:hover {
	background: url(../images/menu/header.gif) no-repeat -470px -40px;
}
#nav7 a:hover {
	background: url(../images/menu/header.gif) no-repeat -564px -40px;
}
#nav8 a:hover {
	background: url(../images/menu/header.gif) no-repeat -658px -40px;
}
#top {
	height: 18px;
	background: url(../images/table/top.gif) no-repeat;
}
#main {
	height: auto;
	background: url(../images/table/main.gif) repeat-y;
	padding-top: 20px;
	width: 752px;
}
#bottom {
	height: 18px;
	background: url(../images/table/bottom.gif) no-repeat;
}
#footer {
	height: 50px;
	padding: 23px 0px 0px 30px;
	margin: 10px 0px 0px;
	background: url(../images/table/footer.gif) no-repeat;
}
#footer p {
	display: inline;
}
address {
	font-size: 1.2em;
	text-align: right;
	color: #256725;
	font-style: normal;
	line-height: 1.5em;
	padding: 5px;
}
