@charset "UTF-8";/* -------------------------------------------------------- CSS Information Last up date:   2014.01.20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.5;}.newsbox img {	margin-bottom: 10px;}.newsbox a:hover img {	opacity: 0.6;	filter: alpha(opacity=60);	-ms-filter: "alpha( opacity=60 )";}.newstitle {	font-size: 14px;	font-weight: bold;	line-height: 150%;	color: #fff;	margin: 0 0 15px;	padding: 6px 10px;	background: #c00;	/* Webkit */	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e0000), color-stop(100%, #cc0000));	/* Firefox */	background: -moz-linear-gradient(left, #1e0000 0%, #cc0000 100%);	/* IE10 */  	background: linear-gradient(to right, #1e0000, #cc0000);	/* IE old */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0000', endColorstr='#cc0000', GradientType=1 );	zoom: 1;}.newstitle span {	font-size: 11px;	font-weight: normal;	line-height: 150%;}/*------------------------------------------------------------PageNavi*/#pagenavi {	clear: both;	margin: 0 auto;	text-align: center;	margin-bottom: 20px;	font-size: 12px;}#pagenavi li {	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;	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}#pagenavi li span {	color: #999;	background: #EEE;}#pagenavi li a:hover {	background: #EEE;	border-radius: 4px;}/*-------------------------------------------------------comment03*/.comment03 {	width: 445px;}.comment03 p {	margin: 0 0 10px;}