@charset "UTF-8";
/* CSS Document */#blog {
	width: 920px;
}
#blog .entry {
	color: #000;
	font-size: 16px;
	margin: 0 auto 40px;
	position: relative;
}
#blog .entry h1 {
	font-size: 18px;
	line-height: 22px;
	left: 40px;
	top: 20px;
	width: 480px;
	font-weight: normal;
}
#blog .entry h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	left: 40px;
	top: 10px;
	width: 480px;
	color: #825a39;
}
#blog .entry h1,
#blog .entry h2 {
	position: relative;
	font-weight: normal;
}
#blog .entry h2 a.more {
	float: right;
	display: block;
}

