@charset "UTF-8";

/*--------------　layout　--------------*/ 
body.faq{
	text-align:left;
	background: url(../images/bg_main.gif) 50% 0 repeat-y #ffffff;
	width: 100%;
	clear: both;
}


/*--------------　ct_top　--------------*/ 
#ct_top{
	background: url(../images/bg_header.gif) 0 0 repeat-x #437928;
	width: 100%;
	min-width: 450px;
}

#ct_top .ct_top_area{
	width: 410px;
	margin: 0 auto;
	padding: 0 20px;
}

#ct_top .ct_top_area h1{
	width: 410px;
	height: 75px;
	margin-bottom: 5px;
}

#ct_top .ct_top_area .q_box{
	width: 410px;
	margin: 0 0 30px 0;
}


#ct_top .ct_top_area .q_box dl.q_list{
	clear: both;
	width: 410px;
	margin-bottom: 10px
}

#ct_top .ct_top_area .q_box dl.q_list dt{
	float: left;
	width:20px;
	margin-right: 5px;
	font-weight: bold;
	color:#bde47a;
}

#ct_top .ct_top_area .q_box dl.q_list dd{
	float: left;
	width:385px;
}

#ct_top .ct_top_area .q_box dl.q_list dd a{
	color:#bde47a;
	text-decoration: underline;
}

#ct_top .ct_top_area .q_box dl.q_list dd a:hover{
	text-decoration: none;
}


/*--------------　ct_2nd　--------------*/ 
#ct_2nd{
	width: 100%;
	min-width: 450px;
}

#ct_2nd .ct_2nd_area{
	width: 410px;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
}

#ct_2nd .ct_2nd_area .qa_box{
	width: 410px;
	margin: 0 0 20px 0;
	background: url(../images/line_dot.gif) 0 100% repeat-x;
}

#ct_2nd .ct_2nd_area .qa_box dl.que{
	clear: both;
	width: 410px;
	margin-bottom: 5px;
	color: #7f521c;
}

#ct_2nd .ct_2nd_area .qa_box dl.que dt{
	float: left;
	width:20px;
	margin-right: 5px;
	font-weight: bold;
}

#ct_2nd .ct_2nd_area .qa_box dl.que dd{
	float: left;
	width:385px;
	font-weight: bold;
}

#ct_2nd .ct_2nd_area .qa_box dl.ans{
	clear: both;
	width: 410px;
	padding-bottom: 20px;
}

#ct_2nd .ct_2nd_area .qa_box dl.ans dt{
	float: left;
	width:20px;
	margin-right: 5px;
	font-weight: bold;
}

#ct_2nd .ct_2nd_area .qa_box dl.ans dd{
	float: left;
	width:385px;
}

.btn_close{
	width: 410px;
	height: 35px;
	margin: 10px 0 0 0;
}

.page_top{
	float: right;
	background: url(../images/btn_page_top.gif) 0 0 no-repeat;
	width: 60px;
	height: 13px;
	margin: 30px 0 0 0;
	padding: 0;
}

.page_top a{
	width: 60px;
	height: 13px;
	display:block;
	text-indent: -9999px;
}