@charset "UTF-8";
@import url("../css/base.css");
@import url("../css/resizer.css");

/*news*/

#side_navi .title {
	background-image: url(../news/images/ti.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: none;
	height: 53px;
	width: 200px;
	padding-bottom: 15px;
}

.page .news_box {
	clear: both;
	float: left;
	height: auto;
	width: 670px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.news_box .news_img {
	float: left;
	height: 60px;
	width: 80px;
	background-image: url(../common/bg_news_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.news_box .news_txt {
	float: left;
	width: 570px;
	padding-left: 8px;
}

.news_txt ul {
	padding-left: 1.5em;
}

.news_txt .ic_date{
	list-style:url(../common/ic_date.gif) none outside;
	vertical-align: bottom;
}

.news_txt .pdf {
	background-image: url(../common/ic_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
	height: 12px;
	width: 12px;
	clear: none;
	display: block;
	text-indent: -9999px;
	padding-top: 2px;
	padding-right: 2px;
}

.news_txt .site {
	background-image: url(../common/ic_site.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
	height: 12px;
	width: 12px;
	clear: none;
	display: block;
	text-indent: -9999px;
	padding-top: 2px;
	padding-right: 2px;
}

.page #news_tool {
	float: left;
	height: auto;
	width: 670px;
	clear: both;
	padding-top: 10px;
}

#news_tool .pagenation_box {
	float: left;
	height: auto;
	width: 537px;
	padding-right: 15px;
}

.button_box {
	float: left;
	width: 118px;
	height: 30px;
}

.button_box ul {
	width: 118px;
	height: 30px;
	list-style-type: none;
	text-align: left;
	text-indent: -9999px;
	clear: both;
	float:left;
}

.button_box ul li.bt_home a {
	width: 118px;
	background: url(../common/bt_home.gif) no-repeat 0px 0px;
	clear: both;
	float: left;
	height: 30px;
}

.pagenation_box ul {
	list-style-type: none;
	float:left;
	margin-right: 3px;
}

.pagenation_box ul li.bt_next a {
	width: 118px;
	background: url(../news/images/bt_next.gif) no-repeat 0px 0px;
	float: left;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
	margin-top: 0px;
}

.pagenation_box ul li.bt_back a {
	width: 118px;
	background: url(../news/images/bt_back.gif) no-repeat 0px 0px;
	float: left;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
	margin-top: 0px;
}

.pagenation_box ul li.bt_page  {
	width: 18px;
	float: left;
	height: 18px;
	background-color: #0CF;
	border: 1px solid #0CF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6em;
}

.pagenation_box ul li.bt_page a {
	width: 18px;
	float: left;
	height: 18px;
	text-align: center;
	color: #0CF;
	text-decoration: none;
	background-color: #FFF;
	font-weight: normal;
}

.pagenation_box ul li.bt_page a:focus,
.pagenation_box ul li.bt_page a:hover {
	width: 18px;
	float: left;
	height: 18px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #0CF;
	font-weight: normal;
}
