@charset "UTF-8";
body {
	background-color: #FEFCE7;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 16px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a {
	color: #65800E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
}
h1 {
	font-size: 30px;
	line-height: 34px;
	color: #B9C478;
}
.main_menu {
	display: block;	
}
.main_menu #sel {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B9C478;	
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}
.main_menu a {
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	margin-left: 2px;
}
.main_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B9C478;	
}
#border_thumbnail a img {
	padding: 4px;
	border: 1px solid #B9C478;
	margin: 0px;
}
#border_thumbnail a:hover img {
	border: 1px solid #000000;	
}
#containter {
	width: 100%;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#page_body {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
}
#border_align_lt {
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #B9C478;	
}
