@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/numen/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/numen/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:#6D6D6D;
	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:#996633;
	padding:3px 10px 3px 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
	text-align: center;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E6E6E6;
}
.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;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E6E6E6;
}
.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:#CCCCCC;
	text-decoration:underline;
}


/* 詳細頁css */
#news_t{
	background-image:url(../images/numen/icon.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:29px;
	padding:15px 0 0 50px;
}
#news_t h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#993300;
}
#news_t #date{
	color:#666666;
	font-family: Arial;
	font-size: 12px;
	float:right;
	margin-right:40px;
}
#news_inf{
	width:655px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding:10px 0 15px 0;
	margin-left:35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #929C72;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #929C72;
}


#showpage {
	margin-right: 35px !important;
	margin-right: 25px;
	float:right;
}

#on {
	background:#9a4d2f none repeat scroll 0%;
	border:1px solid #9a4d2f;
	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: #9a4d2f;
	border: 1px solid #9a4d2f;
	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: #ffca72;
	border: 1px solid #9a4d2f;
	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;
}
