@charset "utf-8";
/* css document */
/*--- 內容標題圖 ---*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ul, li,fieldset, form, label, legend, caption, tbody, tfoot, thead {
	font-size:12px;
}
.right .tit div{
	background:url(../img/news/tit_07.png) no-repeat left top;
}
.news_tit{
	width:666px;
	height:85px;
	background:url(../img/news/news_tit.png);
	margin:0 auto;
}
.news_bg{
width:656px;
background:url(../img/news/news_bg.jpg) repeat-y left top;
padding:0 5px;
margin:0 auto;
}
.news_bottom{
	width:656px;
	height:55px;
	line-height:0px;
	font-size:0px;
	background:url(../img/news/news_bottom.jpg);
	padding:0 5px;
	margin:0 auto;
}

/*--- 最新消息列表 ---*/
#news_page .show_news_div3{
width:10%;
height:32px;
float:left;
line-height:31px;
text-align:center;
overflow:hidden;
}
#news_page .show_news_div2{
	width:15%;
	height:32px;
	float:left;
	padding:0px;
	margin:0 0 0 45px;
	line-height:31px;
	color:#411D05;
	overflow:hidden;
	font-weight:bold;
}
#news_page .show_news_div1{
width:72%;
height:32px;
padding:0 0 0 2%;
background:none;
float:left;
line-height:31px;
overflow:hidden;
}
#news_page .show_news_div1 a{
	color:#333333;
}

/*---- 頁數 ---*/
#page{
	width:100%;
	float:left;
	text-align:center;
	margin: 10px 0 10px 0;
	height: 21px;
}
#page div{
display:inline;
}
#page a:hover{
	color:#FF6600;
}

#select_news_page a{
	padding:0 4px;
	color:#333333;
	height: 21px;
	line-height:21px;
}
#left_news_div a{
	width:13px;
	height:21px;
	line-height:21px;
	background:url(../img/icon/UP.gif) no-repeat left -4px;

*background:url(../img/icon/UP.gif) no-repeat left -4px;
	_background:url(../img/icon/UP.gif) no-repeat left -4px;
	color:#333333;
	padding:0 0 0 15px;
}
#right_news_div a{
	width:13px;
	height:21px;
	line-height:21px;
	background:url(../img/icon/DOWN.gif) no-repeat right -4px;

*background:url(../img/icon/DOWN.gif) no-repeat right -4px;
	_background:url(../img/icon/DOWN.gif) no-repeat right -4px;
	color:#333333;
	padding:0 15px 0 0;
}
#left_news_div a:hover{
	background-position:left -24px;
	*background-position:left -25px;
	_background-position:left -25px;
}
#right_news_div a:hover{
	background-position:right -24px;
	*background-position:right -25px;
	_background-position:right -25px;
}

