@charset "UTF-8";
/* CSS Document */

/*	news
===================================== */

#contener {
	width: 868px;
	clear: both;
	margin-top: 4px;
	padding-top: 10px;
	line-height: 1.8;
	text-align:left;
}

#contener h2 {
	background: url(../images/news/column_header_bg.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 868px;
	height: 50px;
	padding-bottom: 10px;
}
/*	sideber
===================================== */
#sideber {
	width: 170px;
	padding-left: 10px;
	float: left;
}

#sideber ul {
	padding: 20px 0 10px 10px;
	font-size: 12px;
}

#sideber li {
	padding-bottom: 20px;
}

/*	post
===================================== */

#postContener {
	width: 610px;
	float: right;
	margin-right: 30px;
}

.post {
	margin-bottom: 30px;
}

.post h3 {
	font-size: 17px;
	padding-bottom: 10px;
}

#postContener .diary {
	color: #cea025;
}

#postContener p {
	font-size: 15px;
	color: #462f30;
}

#pagenavi {
	text-align: right;
	margin-bottom: 10px;
}

