@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*NewsBox*/
.newsbox p {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	padding: 0px;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px;
	color: #845529;
	margin: 0px;
}
.newstitle span {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-right: 15px;
}
/*PageNavi*/
#pagenavi {
	margin: 0 0 10px;
	padding: 10px 0px 5px;
	text-align: center;
}
#pagenavi li {
	display: inline;
	margin: 0px 1px;
	padding: 0px;
	background: none;
	font-size: 13px;
}
#pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #CCC;
	background: #E4E4E4;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
#pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
#pagenavi li span {
	color: #999;
}
#pagenavi li a:hover {
	background: #DFDFDF;
}
.ph_area {
	clear: both;
}
.phbox {
	width: 225px;
	margin: 0px auto 10px;
}
.arrow_box {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.phbox p {
	font-size: 11px;
	color: #333;
	text-align: left;
}