.previous {
	text-align: right;
	margin-bottom: 15px;
}
.previous a:hover {
	color: #FF7F00;
}
#main .post_title {
	font-size: 120%;
	padding-bottom: 5px;
	padding-top: 10px;
}
#main .sentents {
	padding-bottom: 30px;
}

#main .sentents h2, #main .sentents h3, #main .sentents h4 {
	font-size: 80%;
	color: #CCCCCC;
	float: left;
	padding-bottom: 50px;
	padding-right: 30px;
}
#main .sentents p {
	clear: both;
	line-height: 1.6;
	padding-bottom: 30px;
}
#main .sentents ul {
	clear: both;
	line-height: 1.5;
	padding-bottom: 20px;
	font-size: 90%;
	padding-left: 20px;
}
#main .sentents a {
	color: #FF7F00;
}
#main .sentents a:hover {
	text-decoration: underline;
}

#sidebar dt, #sidebar dd {
	padding-left: 5px;
	color: #CCCCCC;
	font: 80% Georgia, "Times New Roman", Times, serif;
}
#sidebar dd {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: -5px;
	color: #FFFFFF;
}
#sidebar dd a {
	color: #FF7F00;
}
