@charset "UTF-8";

/*------------------------------------------------------------Content*/
/*------------------------------------------------------------Bg_maintitle*/
#bg_maintitle {
	height: 340px;
	width: 100%;
	min-width: 1040px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/common_img/bg_maintitle.jpg) no-repeat center center;
}
/*------------------------------------------------------------MainTitle*/
#maintitle {
	position: relative;
	width: 1040px;
	top: 0px;
	z-index: 0;
	margin: 0px auto 0px;
}
/*NewsBox*/
article.newsbox {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	border-bottom: 1px dotted #000;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	clear: both;
}
article.newsbox .ph_right, article.newsbox .ph_left {
	margin-top: 15px;
}
/*title*/
article.newsbox .newstitle {
	text-align: left;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid #ffaa00;
}
article.newsbox .newstitle time{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-left: 10px;
}
/*text*/
article.newsbox .news_text, article.newsbox .news_text p{
	margin-top: 15px;
	text-align: left;
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
	color: #000;
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
/*img*/
article.newsbox figure img {
	margin-bottom: 10px;
}
article.newsbox figure a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*----------------------------------------------------PageNavi*/
nav#pagenavi{
	padding: 5px 0 10px;
	margin-top: 40px;
}
nav#pagenavi ul{
	text-align: center;
}
nav#pagenavi ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
nav#pagenavi ul li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #19aa67;
	background: #19aa67;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
nav#pagenavi ul li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #19aa67;
	border: 1px solid #19aa67;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
	/* IE */
	zoom: 1;
}
nav#pagenavi ul li span {
	color: #fff;
}
nav#pagenavi ul li a:hover {
	background: #19aa67;
	color: #fff;
}
