@charset "utf-8";
/* CSS Document */

#banner{
	width:743px;
	height:198px;
	background:url(/Assets/Web/Image/news/banner.png) no-repeat;
	}
#right_content{
	height:1050px;
	background:url(/Assets/Web/Image/news/bg.png) bottom left no-repeat;
	}
#news_title{
	width:691px;
	height:33px;
	margin-left:25px;
	margin-top:20px;
	background:url(/Assets/Web/Image/news/detail_title.jpg) no-repeat;
	}
#news_list ul, #news_list ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#news_list ul li{
	width:691px;
	height:30px;
	margin-left:25px;
	margin-top:10px;
	background-color:#d1c0a5;
	}
#news_list_date{
	width:185px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	font-size:14px;
	font-family:"微軟正黑體";
	font-weight:bold;
	}
#news_list_title{
	width:400px;
	height:30px;
	line-height:30px;
	float:left;
	margin-left:10px;
	font-size:14px;
	font-family:"微軟正黑體";
	font-weight:bold;
	}
#news_list ul li:hover{
	background-color:#7d0022;
	color:#FFF;}
#news_list ul a{
	color:#000;}
#page{
	width:691px;
	height:20px;
	margin-left:25px;
	margin-top:10px;
	}
#pager{
	float:right;}
