@charset "utf-8";
#blog_wrap {
	width: 620px;
}
#blog_entry {
	float: left;
	width: 430px;
	padding-bottom: 35px;
}
#blog_sub  p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AF9E8B;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 16px;
}
#blog_sub h3 {
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #BCAC96;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #856D5C;
}

#blog_sub {
	float: right;
	width: 180px;
}
.entry_date {
	font-size: 10px;
	color: #990000;
	padding-bottom: 5px;
}
.entry_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B09B;
}
.entry_body {
	font-size: 12px;
	line-height: 20px;
	color: #8F816B;
	padding-bottom: 30px;
}

