.faq ul {
	margin-bottom: 50px;




}
.faq li {
	font-size: 14px;
	padding: 4px 3px 4px 20px;
	list-style-type: none;
	background-image: url(../images/icon_q.gif);
	background-repeat: no-repeat;
	margin-left: 40px;
	text-align: left;
	background-position: 0px 5px;



}
.faq a:link {
	text-decoration: none;
	font-size: 14px;
	color: #333333;


}
.faq a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #333333;

}
.faq a:hover {
	text-decoration: underline;
	color: #6666CC;
}
.faq a:active {
	color: #FF9900;
}
.gotop {
	text-align: right;
}
