
#title{
background-color:#FFE6AD;
}

h1 span{
background-position:0 -150px;
}


#faq-list ul li,
#faq-content dl dt,
#faq-content dl dd{
background-image:url(../img/faq/qa.gif);
background-repeat:no-repeat;
}


#faq-list{
margin:0 0 50px 0;
padding:5px 20px;
background-image:url(../img/faq/list_bg.gif);
background-repeat:repeat-x;
background-position:0 0;
border:1px solid #e6e6e6;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

	#faq-list ul li{
	margin:10px 0;
	padding:0 0 0 20px;
	font-size:100%;
	font-weight:bold;
	background-position:0 2px;
	}
	


#faq-content{

}

	#faq-content dl dt{
	margin:20px 0 0 0;
	padding:30px 0 18px 45px;
	font-size:108%;
	font-weight:bold;
	color:#006699;
	background-position:0 -80px;
	border-top:1px dotted #ddd;
	}
	
	#faq-content dl dt.first{
	margin-top:0;
	border-top:0;
	}
	
	#faq-content dl dd{
	margin:0 0 0 0;
	padding:10px 0 15px 45px;
	font-size:100%;
	color:#444;
	line-heighyt:140%;
	background-position:0 -195px;
	}
