@charset "UTF-8";

/*============================================================
//  NEWS
//==========================================================*/

/*======NEWS TOP======*/

.news #main .news-top {
	width:500px;
	margin-bottom:25px;
}
* html .news #main h3 {
	behavior: expression(IEPNGFIX.fix(this));
}
.news #main h3{
	width:500px;
	height:40px;
	background:url(/news/image/title_news.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}
.news #main .news-top .entry,
.news #main .news-detail .entry{
	padding:0 0 13px 0;
	margin-bottom:13px;
	border-bottom:1px solid #888;
}
.news #main .news-top .entry:after,
.news #main .news-detail .entry:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.news #main .news-top .entry,
.news #main .news-detail .entry {
	zoom: 1;
}
* html .news #main .entry .box-date {
	behavior: expression(IEPNGFIX.fix(this));
}
.news #main .entry h4{
	font-size:1.2em;
	line-height:150%;
	color:#FFF;
	margin-bottom:6px;
}
.news #main .entry h4 a{
	color:#FFF;
	text-decoration: underline;
}
.news #main .entry h4 a:hover{
	color:#FFFFCC;
	text-decoration: underline;
}
.news #main .entry .box-date{
	width:64px;
	height:64px;
	background:url(/news/image/date.png) no-repeat;
	float:left;
	text-align:center;
	margin:0 8px 4px 0;
}
.news #main .entry .box-date p.month{
	font-size:1.2em;
	font-weight:bold;
	color:#004801;
	margin-top:3px;
}
.news #main .entry .box-date p.day{
	font-size:1.6em;
	font-weight:bold;
	color:#004801;
	margin-top:4px;
}
.news #main .entry .box-date span{
	font-size:0.6em;
	color:#004801;
}
.news #main .entry p{
	font-size:1.0em;
	color:#CCD3CC;
}
.news #main .entry .image{
	margin:15px 0 30px 0 ;
}

.news #main .page-navi{
	width:500px;
	margin-bottom:40px;
}
.news #main .page-navi:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.news #main .page-navi {
	zoom: 1;
}
.news #main .page-navi .list{
	width:150px;
	float:left;
}
.news #main .page-navi .box{
	width:130px;
	text-align:right;
	float:right;
}



