@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{
	margin:0;
	padding: 0;
}
li {list-style-type:none;}

#top_banner{
	background-image:url(../images/news/banner.jpg);
	background-repeat: no-repeat;
	height:228px;
	width:970px;
}

/* 列表頁css */
.table_box{ width:700px; float:left;}
.table_box table thead tr{background-image:url(../images/news/list_bg.jpg); width:700px; height:30px;}
.table_box table thead th{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#FFFFFF;
}
.table_box table .aa thead tr{height:auto;}
.table_box table .aa thead th{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	font-weight: normal;
	padding:3px 10px 3px 30px;
	border:none;
	background:none;
}
.table_box table tbody td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	padding:3px 10px 3px 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
	text-align: center;
}
.table_box table tbody th{
	padding:3px 10px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
	text-align: left;
}
.table_box table tbody th a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	
	text-decoration:none;
}
.table_box table tbody th a:hover{
    color:#009966;
	text-decoration:underline;
}


/* 詳細頁css */
#news_t{
	background-image:url(../images/news/show_bg.jpg);
	background-repeat:no-repeat;
	width:665px;
	height:25px;
	padding:5px 0 0 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:15px;
}
#news_t #date{
	color:#FFFFCC;
	font-family: Arial;
	font-size: 12px;
	float:right;
	margin-right:10px;
}
#news_inf{
	width:655px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding:0 0 15px 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #929C72;
}


#showpage {
	margin-right: 35px !important;
	margin-right: 25px;
	float:right;
}

#on {
	background:#7bb90a none repeat scroll 0%;
	border:1px solid #7bb90a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	width: 10px;
	display: block;
}

#a.page, .page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7bb90a;
	border: 1px solid #7bb90a;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin-right: 5px;
	margin-top: 10px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#a.page, .page:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #bae56a;
	border: 1px solid #7bb90a;
	margin-right: 5px;
	margin-top: 10px;
	text-decoration: none;
	height: 20px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}










