@charset "utf-8";
/* CSS Document */

#content{
	color: #666666;
	height: auto;
	width: 660px;
	font-size: 13px;
	line-height: 23px;
	padding: 0 20px;
}

#content .table{
	border: 1px solid #CCCCCC;
}

#content .table th{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #00476A;
}

#content .table th,
#content .table td{
	background-image: url(lin.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#content .table td.end,
#content .table th.end{
	background-image: none;
}

#content .color1{
	color: #FF7F00;
}
#content .color2{
	color: #E53301;
}
