@charset "UTF-8";
@import url("base_top_news.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: 585px;
	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: 485px;
	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;
}

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

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

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

.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;
}