@charset "utf-8";

/* CSS Document */



#content{

	color: #525252;

	height: auto;

	width: 690px;

	font-size: 13px;

	line-height: 23px;

	font-family: "微軟正黑體";

}


#content ul{ list-style:none;}
#content ul a{

	color: #525252;

	text-decoration: none;

}

#content ul a:hover{

	color: #A5CD46;

	text-decoration: underline;

}

#content ul li{
	
	padding:5px 0 5px 30px;
		
	background:url(../../data/honor/dot.jpg) no-repeat 3px 10px;
	
	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #D6D6D6;

}