@charset "utf-8";
/* -----------------------------------------------------------單元標題----- */
.PageTitle{
	background-image: url(../images/page_title_icon.gif);
	background-repeat: no-repeat;
	height: 31px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 93%;
	color: #990000;
	padding-left: 40px;
	padding-top: 10px;
	font-weight:bold;
}
html>body .PageTitle{
	background-image: url(../images/page_title_icon.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 93%;
	color: #990000;
	padding-left: 40px;
	padding-top: 10px;
	font-weight:bold;
}

/* -----------------------------------------------------------內文----- */
.splist {
	font-size: 83%;
	color: #3D3D3D;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.splist table{
	width:90%;
	font-size: 100%;
	color: #3D3D3D;
}
.splist table th {
	text-align:left;
}
.stars {
	
	color: red;
}

/*....................................*/