@charset "utf-8";
.QA_Title {
	line-height: 16px;
	color: #0000FF;
}


#QAList {
	font-size: 14px;
}
#QAList tr:hover{
	background-color: #CCCCFF;
}
#QAList a:link {
	text-decoration: none;
}
#QAList a:visited {
	text-decoration: none;
}
#QAList a:hover {
	text-decoration: underline;
}
#QA_Answer {
	font-size: 14px;
}
#QAAnswer  tr:hover  {
	background-color: #CCCCFF;
}
