@charset "utf-8";

h3.pageTitle {
	height: 87px;
	width: 680px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/faq/pageTitle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.faqBox01 {
	height: auto;
	width: 680px;
	margin: 0px auto;
}

dl.faqList {
	padding: 50px 60px;
	color: #666;
}

dl.faqList dt {
	font-size: 15px;
	padding-top: 10px;
	padding-left: 90px;
	padding-bottom: 50px;
	background-image: url(../img/faq/mark_q.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #096;
}

dl.faqList dd {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 90px;
	padding-bottom: 80px;
	margin-left: 20px;
	background-image: url(../img/faq/mark_a.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

dl.faqList dd a {
	text-decoration: none;
	color: #F90;
}

dl.faqList dd a:hover {
	text-decoration: underline;
	color: #096;
}