@charset "utf-8";
/* CSS Document */

#left_area h3 {
	margin-bottom:15px;
}

.qa_accordion {
	margin-bottom:15px;
}

p.question {
	padding:0 0 0 45px;
	background:url(../img/bullet_q.jpg) center left no-repeat;
	line-height:32px;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:underline;
}

p.question:hover {
	text-decoration:none;
	color:#51A039;
}

.answer_box {
	padding:10px 0;
	font-size:0.8em;
	letter-spacing:1px;
}

p.answer {
	padding:0 0 0 45px;
	background:url(../img/bullet_a.jpg) top left no-repeat;
	min-height: 34px;
	height: auto !important;
	height: 34px;
}

.faq_bold {
	margin:15px 0 0 0;
	font-weight:bold;
}

.notice {
	border-top:1px dotted #CCCCCC;
	margin:25px 0 0 0;
	padding:15px 0 0 39px;
	font-size:0.8em;
	background:url(../img/bullet_mail.jpg) bottom left no-repeat;
	line-height:26px;
	font-weight:bold;
}
