@charset "utf-8";
.faqs dl{
	line-height:170%;
	width:970px;
	padding-left:30px;
}
.faqs dt{
	font-weight:bold;
	padding:3px 0 10px 30px;
	position:relative;
	background-image: url(../images/icon/q.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.faqs dt:hover{
    cursor:pointer;
}
.faqs dd{
	padding:0 0 10px 30px;
	position:relative;
	color:#333;
	background-image: url(../images/icon/a.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.faqs .hover{
    color:#990000;
    text-decoration:underline;
}