/* Q%A
------------------------------------------------ */
#qa dt{
	height:24px;
	padding-top:6px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(../qa/image/q.gif) no-repeat left;
	padding-left:40px;
	font-size:14px;
	border-bottom:1px #999 dotted;
	color:#3366CC;
}
#qa dd{
	margin-bottom:30px;
	font-size:14px;
	line-height:140%;
	background:url(../qa/image/a.gif) no-repeat left top;
	padding-left:40px;
}

table.qa{
	width:300px;
	margin-top:0.2em;
	margin-bottom:2em;
	border-collapse:collapse;
	border:solid 1px  #CCC;
}

table.qa th,
table.qa td{
	border:solid 1px #CCC;
	padding:8px;
}

table.qa th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.qa td{
	line-height:140%;
	color:#666666;
}
