﻿#faq dt
{
	font-weight:bold;
	font-size: 12px;
	color: #0000FF;
	cursor:pointer;
	padding-top:4px;
	background-color: #E0ECFF;
	border: 1px solid #CCCCCC;
	height: 20px;
}
#faq dt:hover {
	color: #FF9900;
	background-color:#EEEEEE;
	text-decoration: underline;
}
#faq dd
{
	font-size: 12px;
	/*font-weight: normal;*/
	color: #0000FF;
	display:none;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: justify;
	text-indent: 24px;
	margin-bottom: 5px
}

