@charset "utf-8";
body {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F6F1;
	color: #333333;
}
#wrapper {
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	float: left;
	height: 115px;
	width: 990px;
}
#wrapper #header #header_title {
	float: left;
	height: 20px;
	width: 860px;
}
h1 {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#wrapper #header #title {
	float: left;
	height: 95px;
	width: 255px;
}
#wrapper #header #header_banner {
	float: right;
	height: 60px;
	width: 470px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: right;
	padding-right: 20px;
}
#wrapper #contents {
	float: left;
	width: 980px;
	text-align: left;
	background-color: #E6E3D2;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(img/bg_contents.jpg);
	background-repeat: repeat-y;
}
#wrapper #contents #main {
	text-align: left;
	float: left;
	width: 580px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #contents #right {
	width: 180px;
	padding: 5px;
	float: left;
}
ul {
	margin: 0px;
	padding: 7px;
}
li {
	line-height: 19px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	background-image: url(img/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
#wrapper #contents #main #entry_title {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #4B4E3D;
	float: left;
	height: 30px;
	width: 570px;
	background-color: #D1CCAB;
	padding-left: 10px;
}
#wrapper #contents #main #entry_body {
	padding: 5px;
	float: left;
	width: 570px;
	font-size: 14px;
	line-height: 26px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#wrapper #contents #right a {
	color: #000000;
	text-decoration: none;
}
#wrapper #contents #right a:hover {
	color: #669900;
	text-decoration: none;
}
#wrapper #contents #main #top_box {
	float: left;
	width: 590px;
	padding-bottom: 10px;
}
.img_border {
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#wrapper #contents #main #top_box #top_textcontents {
	float: left;
	width: 295px;
}
#footer {
	width: 100%;
	background-color: #38372C;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #484848;
}
#footer p {
	width: 195px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #353428;
	border-left-color: #47463A;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	text-align: left;
	float: left;
}
#footer a {
	color: #669900;
}
#copyright {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #38372C;
	width: 100%;
	padding-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: left;
}
#footer #footerbox {
	text-align: center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contents #left {
	width: 180px;
	padding: 5px;
	float: left;
}

