@charset "UTF-8";

body {
	margin: 0px;
	color:#333333;
	font-size: 12px;
	line-height:18px;
	background: url(../img/bg_img.gif)  0 0 fixed;
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img{
	border: none;
}
p {
	margin: 0;
	padding:0;
}
address {
	padding-right: 10px;
	line-height: 50px;
	color:#333333;
	font-size: 10px;
	font-style: normal;
}
a {
	color: #2b7339;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
div#content {
	margin: 0 auto;
	padding-bottom:10px;
	width:780px;
	background-color:#FFFFFF;
}
div#header {
	margin: 0 10px;
	height:71px;
}
div#pagebody {
	margin: 0 10px;
	padding:0;
	background:url(../img/bg_pagebody.gif) repeat-y;
}
div.footer {
	margin:0 10px;
	width:760px;
	height: 50px;
	background:url(../img/bg_footer.gif) no-repeat 0 0;
	text-align:right;
}
div.bord{
	margin-top:5px;
	background: url(../img/bg_border.gif) repeat-x;
	height:1px;
}

.font_10 {
	font-size:10px;
}
.title_grn, 
.title_grn a {
	color: #2b7339;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #e5efe5;
}
.title_red,
.title_red a {
	color: #8a5213;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #f2e4e0;
}
.title_grn a:hover {
	color: #666666;
	text-decoration: none;
}
.title_red a:hover {
	color: #666666;
	text-decoration: none;
}
p.title{
	margin:10px 0 0;
	width:541px;
	height: 30px;
	background:url(../img/img_page_title03.gif) no-repeat 0 0;
	padding:7px 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.link {
	border:1px solid #2b7339;
}
