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

#mainImg{
	background:url(../img/faq_main_img.jpg) no-repeat;
	width:690px;
	height:80px;
	text-indent:-9999px;
	margin:0px 0px 17px 0px;
}

#faqBox{
	width:680px;
	margin:0px auto;
}

#faqBox dl{
	margin-top:0px;
	margin-left:13px;
	margin-right:0px;
	padding:0px;
}

#faqBox dt{
	background:url(../img/icon_q.jpg) no-repeat;
	min-height:15px;
	height:auto!important;
	height:15px;
	font-size:12px;
	color:#F60;
	line-height:140%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 24px;
}

#faqBox dd{
	background:url(../img/icon_a.jpg) no-repeat;
	min-height:15px;
	height:auto!important;
	height:15px;
	font-size:12px;
	color:#333;
	line-height:140%;
	margin:0px;
	padding:0px 0px 0px 24px;
}

#faqBox dd a{
	color:#333;
	text-decoration:underline;
}

#faqBox dd a:hover{
	color:#F00;
	text-decoration:none;
}
