@charser "utf-8";

h2 {
	background-color:transparent;
	background-image: url(/news/img/news_new.gif);
	background-repeat: no-repeat;
	height:32px;
	margin-bottom:8px;
	margin-top:8px;
	padding:0;
	text-indent:-9999px;
}

#box_news_topics a {
	text-decoration: none;
	color: #1B6070;
}

#box_news_topics a:hover {
	text-decoration: underline;
	color: #1a84f2;
}

#box_news_topics .entry_title {
	color: #1B6070;
	/* color: #2B9ED4; */
}

#box_news_topics dl {
	margin-left: 18px;
}

#box_news_topics dl dt {
	line-height: 1em;
	height: 1.4em;
	background-image: url(/img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: middle left;
	/*text-indent: 1.4em;*/
	padding-top: 0.1em;	/* for IE6 */
	padding-left: 1.4em;
	margin-top: 1.6em;
	width: 534px;
        clear: left; /* add 090708*/

}

#box_news_topics dl dd {
	margin-left: 1.4em;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	width: 534px;
}

#box_news_topics dl dt span.str_publish_date {
	color: #FE9C05;
}


/* Pagenate */
#box_news_topics .box_pagenate {
	margin-left: 18px;
	margin-top: 24px;
}

#box_news_topics .box_pagenate li {
	list-style: none;
	border: 1px solid #D9D9CF;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #eee;
	width: auto;
	float: left;
	margin: 4px 1px;
}

#box_news_topics .box_pagenate li a,
#box_news_topics .box_pagenate li span.current_page {
	display: inline-block;
	padding: 4px 6px;
}
#box_news_topics .box_pagenate li span.current_page {
	background-color: #26A4CA;
	color: #fff;
}

#box_news_topics .box_pagenate li a:hover {
	text-decoration: none;
	background-color: #D0E6EA;
}

#box_news_topics .box_pagenate li a.link_next {
	
}