@charset 'utf-8';
/* CSS Document */


#main_img{
margin-top:15px;
}

#main{
	width:590px;
	float:left;
	padding-left: 0px;
}
#main .read{margin-bottom:20px;}
#main .read h3{
	margin:20px 0 15px 0px;
}


.q_box{
	margin-top:20px;
	margin-bottom:20px;
}
.q_box .question{
	background:url(../image/faq/q_bg.jpg) no-repeat left top;
	height: auto;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 10px;
	font-size: 13px;
	color: #CC0000;
	margin-bottom: 10px;
}
.q_num{font-weight:bold; color:#886B37;}
.a_num{font-weight:bold; color:#990000;}

.answer{
	background:url(../image/faq/a_bg.jpg) no-repeat left top;
	border:1px solid #CCCCCC;
	font-size: 12px;
	padding: 15px;
}
.answer p{margin-top:5px;}
.answer p.link{
	background:url(../image/share/bullet.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}

.totop_b{
	clear:both;
	text-align:right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: -10px;
}
.totop_b a{text-decoration:underline;}
.totop_b a:hover{text-decoration:none;}
.totop_b img{
	vertical-align:bottom;
}
