@charset "utf-8";
#content {
	position:relative;
	margin: 110px 0px 0px 90px;
	width: 480px;
	height: 320px;
	overflow: auto;
}
#content .question{
	padding: 2px 0px;
	border-bottom: 1px dotted #666666;
}
#content .question a{
	color: #6995A5;
	text-decoration:none;
}
#content .question a:hover{
color: #CA7989;
text-decoration:none;
}
.anser{
	margin:0px;
	padding: 5px 26px;
	border-bottom: 1px dotted #666666;
}