@charset "utf-8";
/* CSS Document */
#faqContainer{
	background-image: url(../images/lesson/back_lesson.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 0 0 0;
	margin:-90px 0 0 0;
}

#faq{
	width:680px;
	float:left;
	padding:40px 0 20px 20px;
	}

ul#questions{
	padding:10px 20px 15px 20px;
	margin:20px 0 40px 0;
	background-image:url(../images/index/back_info.gif);
	border:3px double #c3b379;
	}

ul#questions li{
	padding:6px 0;
	line-height:20px;
	border-bottom:1px dotted #c3b379;
	font-size:12px;
	}
ul#questions li span{
	color:#ab9536;
	padding:0 10px 0 0;
	width:30px;
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}


div.answer{
	margin:20px 0;
	}



div.answer h4{
	border-bottom:1px dotted #c3b379;
	font-size:15px;
	padding:0 10px;
	line-height:30px;
	margin:0 0 10px 0;
	font-weight:normal;
	}
div.answer h4 span{
	color:#ab9536;
	padding:0 10px 0 0;
	width:40px;
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	}

div.answerContents{
	padding:0 0 0 60px;
	} 

div.answer p,div.answer li{
	font-size:12px;
	}

p.pagetop{
	text-align:right;
	padding:10px 0;
	}

