@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #A0C382;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#pagearea {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 804px;
}

img {
	vertical-align: bottom;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	width: 804px;
	background-image: url(../images/common/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}
#header h1 {
	padding-top: 4px;
	padding-left: 50px;
	float: left;
	width: 269px;
}
.headright {
	width: 310px;
	float: right;
	margin: 0px;
}
.headright ul {
	list-style-type: none;
	padding-top: 31px;
	float: left;
	padding-right: 10px;
}
.headright ul li {
	background-image: url(../images/common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.5em;
	margin: 0px;
	color: #8A644A;
}
.headright p {
	float: right;
	padding-right: 58px;
	background-image: url(../images/common/head_line02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 158px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 19px;
}
.headright a:link, .headright a:visited {
	color: #8A644A;
	text-decoration: none;
}
.headright a:hover {
	text-decoration: underline;
}
.headright a:active {
	color: #8A644A;
	text-decoration: none;
}
#mainmenu {
	clear: both;
	background-image: url(../images/common/botton_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 804px;
	height: 52px;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 38px;
}
#mainmenu li {
	float: left;
	height: 46px;
	padding-top: 5px;
	width: 125px;
}
#footer {
	clear: both;
	background-image: url(../images/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 124px;
	color: #FFFFFF;
}
#footer address {
	font-size: 0.75em;
	padding-top: 20px;
	padding-left: 50px;
	float: left;
	font-style: normal;
	clear: left;
	letter-spacing: 0.1em;
}
#footer address span {
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 0.5em;
}
#footer address .name {
	font-size: 1.3em;
	color: #E7B98A;
}
address a:link, address a:visited {
	color: #E7B98A;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}
address a:active {
	text-decoration: none;
}
#footer .right {
	padding-top: 20px;
	padding-right: 41px;
	float: right;
}
#footer .right .privacy {
	background-image: url(../images/common/foot_list.gif);
	background-repeat: no-repeat;
	background-position: 283px 1px;
	padding-bottom: 40px;
	text-align: right;
}
#header ul, #footer p {
    font-size: 0.75em;
}
#footer p.seolink {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}
#footer p.seolink a, #footer p.seolink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer .right a:link, #footer .right a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer .right a:hover {
	text-decoration: underline;
}
#footer .right a:active {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	display: inline-block;
}

