body {
	background-color: #B8FFFF;
	width: 720px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	color: #000000;
	font-size: medium;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	height: 70px;
	width: 720px;
	background-image: url(../img/head_bg.gif);
}
#rogo {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 230px;
	position: relative;
	bottom: -7px;
	left: 10px;
}
#sitemap_rogo {
	float: right;
	position: relative;
	bottom: -5px;
	right: 5px;
}
#container {
	width: 720px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#title {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	background-color: #0066FF;
	width: 720px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
	font-size: small;
}
#footnavi {
	width: 720px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	font-size: 10px;
}
#contents {
	width: 700px;
	margin: 0px;
	padding: 10px;
}
#navigation {
	display: block;
	margin: 0px;
	width: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	background-color: #000000;
}
#navigation a {
	background-color: #000099;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: medium;
	background-image: url(../img/menu_bgimg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#navigation li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 144px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FFFF00;
	background-color: #FF0000;
}

