@charset "utf-8";
body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.main_wrap {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 114px;
}
.date {
	font-size: 10px;
	color: #000000;
	float: left;
	width: 120px;
	margin-top: 45px;
	padding-left: 20px;
}
h1 {
	float: right;
	width: 450px;
	font-size: 14px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	text-align: right;
}
.content_wrap {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
}
.top_border {
	border-top: 1px solid #878B52;
	border-bottom: 6px double #878B52;
}
.top_border a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 24px;
	padding-right: 16px;

}
.top_border a:hover {
	text-decoration: underline;

}
.leftcol_index {
	float: left;
	width: 460px;
}
.rightcol_index {
	float: right;
	width: 375px;
}
.rightcol_index img {
	padding: 2px;
	border: 1px solid #878B52;
}

.leftcol_index dl {
	float: left;
	width: 48%;
	margin-right: 1%;
}
.leftcol_index dt {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.leftcol_index dt a {
	font-size: 13px;
	color: #878B52;
	font-weight: bold;
}
.leftcol_index dt a:hover {
	text-decoration:none
}
.leftcol_index dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}
.leftcol_index dd a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.leftcol_index dd a:hover {
	text-decoration:underline;
}
.clrb {
	clear: both;
}
.post a {
	color: #3A3A29;	
	font-size:11px;	
}
.post a:hover {
	color: #3A3A29;
	text-decoration:none;		
}
h2 {

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #4F512F;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post h2 a {
	font-weight: normal;
	line-height: 36px;
	font-size: 28px;
	color: #7c7d57;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}
h4 {
	font-weight: normal;
	line-height: 36px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f512f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #4F512F;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.foot {
	background-image: url(../images/bg-foot.png);
	background-repeat: no-repeat;
	height: 34px;
	text-align: center;
	padding-top: 28px;
	font-size: 11px;
}
.rightcol_index li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}