@charset "UTF-8";
/* CSS Document */

h2 {
	background-image: url(../images/faq_h2.gif);
	height: 40px;
	width: 480px;
	display: block;
}
.digest {
	background-color: #FFFEEA;
	padding: 10px 10px 5px;
	border: 1px solid #FFF2AA;
	display: block;
}

.digest li {
	margin-left: 0px;
	line-height: 1.5em;
	padding-left: 22px;
	list-style: none;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
	margin-bottom: 10px;
	background-position: left 3px;
}
.digest li a:link,.digest li a:visited{
	color: #333333;
	text-decoration: none;
}
.digest li a:hover,.digest li a:active{
	color: #0066FF;
	text-decoration: underline;
}

.faq {
	padding: 20px 0px 0px;
	border-top: 1px dotted #999999;
	line-height: 1.7em;
}
.faq dt {
	background-image: url(../images/q_l.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-left: 10px;
	background-position: left 4px;
	clear: both;
	display: block;
}
.faq dd {
	background-image: url(../images/a_l.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-left: 10px;
	background-position: left 4px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	display: block;
	margin-top: 10px;
}
.pagetop {
	margin-bottom: 50px;
}
