@charset "UTF-8";
.title {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}
#contents .main {
	float: left;
	width: 700px;
	padding-right: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.main .post {
	margin-bottom: 50px;
}
.main .post .post_title {
	display: block;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 700px;
	text-align: right;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.main .post .post_meta {
	color: #999;
	display: block;
	margin-bottom: 20px;
}
#contents .side {
	width: 120px;
	float: right;
}
.side .widget_title {
	margin-bottom: 30px;
}
.side ul li {
	margin-bottom: 12px;
	background-image: url(../images/icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
