@charset "UTF-8";

/*==========================

	news

============================*/
#contents {
	float: left;
	margin: 0 0 0 53px;
	width: 660px;
}
#contents h2 {
	margin: 0 0 20px 10px;
}
#contents ul {
	margin: 0 0 10px;
}
#contents li {
	border: 3px solid #c40000;
	float: left;
	height: 294px;
	margin: 0 10px 20px 10px;
	width: 304px
}
#contents li div {
	width: 270px;
	height: 130px;
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
#contents li div img {
	max-width: 270px;
}
#contents li span.date {
	color: #999999;
	display: block;
	font-size: 10px;
	padding: 0 0 5px;
}
#contents li strong {
	display: block;
	color: #4eb013;
	line-height: 16px;
	font-size: 16px;
	padding: 0 0 50px;
}
#contents li p {
	text-align: right;
}
#contents li a {
	padding: 17px;
	display: block;
	height: 260px;
	margin: 0 0 0 auto;
	text-decoration: none;
}
#pager {
	text-align: center;
	padding-bottom: 110px;
}
#pager span {
	background: url(../img/news/bgPager_on.jpg) no-repeat;
	color: #4e9fd8;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 30px;
}

#pager a {
	background: url(../img/news/bgPager_off.jpg) no-repeat;
	color: #4e9fd8;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 30px;
}
#pager a.prev , #pager a.next  {
	background: url(../img/news/bgPager.jpg) no-repeat;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 80px;
}












