#content #main {
	width: 600px;
}
#main .category_title {
	font: 200% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 40px;
}
#main .post {
	padding-bottom: 50px;
}
.post .post_day {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 100px;
}
.post .post_title {
	float: left;
	padding-bottom: 5px;
	font-size: 120%;
}
.post .post_title a, .post .sentents p a {
	color: #FF7F00;
}
.post .post_title a:hover, .post .sentents p a:hover {
	text-decoration: underline;
}
.post .sentents {
	clear: both;
	padding-left: 100px;
}
.post .sentents h2, .post .sentents h3, .post .sentents h4 {
	color: #CCCCCC;
	padding: 0px 20px 10px 0px;
	float: left;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.post .sentents p {
	clear: both;
	line-height: 1.6;
}
.post .sentents p br, .post .sentents img {
	display: none;
}
