@charset "utf-8";
#tableList > ul  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 10px;
}
#tableList > ul > li   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/Circle.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#tableList > ul > li a   {
	display: block;
	color: #666;
	text-decoration: none;
	font-family: "微軟正黑體";
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 105%;
}
#tableList > ul > li a:hover {
	background-color: #FFFDE8;
	font-weight: bold;
	background-image: url(../images/biaozhi.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #600;
}
#tableList #more_News a {
	float: right;
	color: #FFF;
	background-color: #E3C68E;
	text-align: center;
	font-family: Arial, "微軟正黑體";
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 95%;
}
