@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.07.30
Style Info:     news css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------NewsBox*/
.newsbox {
	overflow: hidden;
	clear: both;
}
.newsbox p {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.7;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	text-shadow: 0 1px 0 #fff;
	color: #0d4626;
	border-left: 5px solid #0d4626;
	padding: 5px 10px;
	margin: 0 0 15px;
	background: #eee;
	/* Webkit */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eee), color-stop(100%, #fff));
	/* Firefox */
	background: -moz-linear-gradient(left, #eee 0%, #fff 100%);
	/* IE10 */  
	background: linear-gradient(to right, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1 );
	zoom: 1;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
/*------------------------------------------------------------PageNavi*/
#pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}
#pagenavi li {
	font-size: 12px;
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#pagenavi li span, #pagenavi li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #FFF;
	border: 1px solid #CCC;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 4px;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Firefox */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10 */  
	background: linear-gradient(to bottom, #fff, #ededed);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	zoom: 1;
}
#pagenavi li span {
	color: #999;
	background: #EEE;
}
#pagenavi li a:hover {
	background: #EEE;
	border-radius: 4px;
}
