@CHARSET "UTF-8";
#main_title
{
	width	:600px;
	height	:45px;
	background-image	:url("../img/faq_detail/main_title.png");
	background-repeat	:no-repeat;
	background-position:10px 10px;
	margin:0 0 10px 0;
}
#main_box{
	padding:0 10px;
}

.posttitle{
	display:block;
	width	:550px;
	height	:36px;
	background-image	:url("../img/faq_detail/content1.png");
	background-repeat	:no-repeat;
	margin:0 0 10px 0;
	padding:0px 0px 0px 30px;
	line-height:28px;
	color:#976600;
	font-size:122%;
}
.postcontent{
	display:block;
	background-image	:url("../img/common/a_button.png");
	background-repeat	:no-repeat;
	background-position:2px 0px;
	padding:0px 0px 0px 31px;
	margin:0 0 5px 0;
	min-height:25px;
	width:549px;
}
.postcontent p{
	margin:0;
}
.faq_back_buttom{
	width	:146px;
	height	:18px;
	float:	right;
}
.faq_back_buttom a	{
	display	:block;
	width	:146px;
	height	:18px;
	background-image	:url("../img/faq_detail/faq_back_buttom.png");
	background-position:0px -18px;
}
.faq_back_buttom a:hover	{background-position:0px top;}

