@charset "utf-8";
#ttl_faq_h4 {
	display: block;
	width: 217px;
	height: 0;
	padding-top: 31px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/faq/ttl/ttl_faq_h4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
dl{
	line-height:170%;
    margin-bottom:10px
}
dl,dt,dd{
    padding:0;
    margin:0;
}

.faqs dt{
	font-weight:bold;
	padding:3px 0 10px 30px;
	position:relative;
	background-image: url(../image/faq/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(../image/faq/a.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.faqs .hover{
    color:#990000;
    text-decoration:underline;
}