@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#all {
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 65px;
	width: 240px;
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	height: 40px;
	width: 240px;
}
#title {
	height: 25px;
	width: 240px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #313131;
	width: 240px;
	line-height: 150%;
	padding-top: 5px;
}
#main table {
	margin-top: 5px;
}
#main td {
	padding: 2px 2px 2px 12px;
	text-indent: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main td a {
	color: #313131;
	text-decoration: none;
}
#main td a:hover {
	color: #FF9900;
}
.img {
	clear: both;
	float: right;
}
.brown_b {
	font-weight: bold;
	color: #663300;
}
.orange {
	color: #FF6600;
	font-size: 78%;
}

.gray_s {
	font-size: 78%;
	color: #999999;
}
#page {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #89AC20;
	padding-right: 30px;
	padding-left: 20px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 10px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
	width: 190px;
}
#page a {
	color: #313131;
	text-decoration: none;
	font-weight: normal;
}
#page a:hover{
	color: #86A719;
}
#page2 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #89AC20;
	font-weight: bold;
	line-height: 150%;
	margin-top: 10px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 240px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 240px;
}
