@charset "utf-8";
/* CSS Document */
#content{
	width: 731px;
	color: #878787;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
}
#content .list{
	padding: 15px;
	clear: both;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin: 0px;
	list-style-type: none;
}

#content .list li{
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	color: #525252;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	float: left;
	height: 28px;
	width: 30%;
	padding-left: 3%;
}