@charset "utf-8";
#contents {
	text-align: left;
}
.news {
	clear: both;
	margin-top: 30px;
}
.news .date {
	font-size: 12px;
	font-weight: bold;
	color: #64BC0A;
}
.news h4 {
	background: url(/images/news/nerws_icon.gif) no-repeat left center;
	border: 1px solid #C3C3C3;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	margin: 5px 15px 15px 0px;
}
.news .entry {
	font-size: 14px;
	line-height: 25px;
	margin-right: 15px;
}
.navigation {
	clear: both;
	text-align: center;
	width: 300px;
	margin: 30px auto 0px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.entry img {
	border:none;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin-left:10px;
}

