@charset "utf-8";
/* CSS Document */

#header {
	width: 100%;
	height: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7ab659;
}
#header h1 {
	color: #666;
	font-size: 86%;
	padding-top: 7px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#subnav {
	width: 100%;
	clear: both;
	height: 27px;
	padding-top: 5px;
	font-size: 86%;
	background-color: #C7BDB1;
}
#subnav ul {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#subnav ul li {
	float: left;
	display: inline;
	margin-right: 8px;
}
#footer {
	width: 100%;
	height: 100%;
	background-color: #4c4338;
	color: #FFF;
	clear: both;
}
#footer .footer_inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .footer_inner p {
	width: 550px;
	float: left;
}
address {
	font-size: 78%;
	float: right;
	margin-top: 0px;
	color: #CCC;
}

#slide {
	z-index: 1;
	position: relative;
	top: 0px;
	text-align: center;
}
#pagetop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.fb {
	background-color: #FFF;
	width: 720px;
}
