@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 51px;
	position: relative;
}
#header #header-r h1 {
	font-size: 9px;
}

#header #logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#header #header-r {
	float: right;
	margin-top: 10px;
}

#mainbox {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	position: relative;
	height: 550px;
	float: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	clear: both;
	position: absolute;
	height: 44px;
}


#footer #footer-box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: right;
}
#footer-box #fnav {
	height: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
#footer-box #fnav li {
	float: right;
	list-style-image: url(../img_cmn/arrow-red.gif);
	list-style-type: disc;
	margin-left: 10px;
	word-spacing: 0em;
	list-style-position: inside;
}
#footer-box #fnav a {
	color: #666666;
	text-decoration: none;
}
#footer-box #fnav a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#footer-box address {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin-top: 6px;
}
.spacer {
	clear: both;
	height: 1px;
	float: none;
}
.font10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 14px;
}

