@charset "utf-8";

div.twoColumnsFaq {
	width: 920px;
}
	
	div.twoColumnsFaq div.column {
		padding-left:10px;
		width:450px;
		float: left;
	}
	
	div.twoColumnsFaq div.columnEnd {
		padding-left:10px;
		width:450px;
		float: right;
	}
	
h4.faqTi {
	margin-bottom: 15px;
	padding-left:20px;
	height:18px;
	font-size:110%;
	background: url(../../img/faq/faq_subti_bg.jpg) left top no-repeat;
	line-height:1.1 ;
}

ul.faqList {
	margin: 0 0 30px 20px;
	list-style: none;
}

ul.faqList li {
	margin-bottom: 10px;
	padding-left: 14px;
	background : url(../../img/faq/faq_list_bg.gif) 0 6px no-repeat;
	line-height: 1.3 ;
}

/* qaElement
-------------------------------------------------- */

div.qaElement {
	margin-bottom : 5px;
}

div.qaElement div.question {
	margin-bottom : 15px;
	padding-left : 60px;
	background: url(../../img/faq/icon_q.gif) 20px 0 no-repeat;
	height:22px;
}

div.qaElement div.question p {
	line-height : 1.3;
}

div.qaElement div.answer {
	padding : 0;
	margin : 0;
	background-image: url(../../img/faq/a_box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.qaElement div.bg {
	padding : 10px 30px 0 60px;
	width: 830px;
	background : url(../../img/faq/a_box_bg2.gif) bottom no-repeat ;
	line-height : 1.6;
}

div.qaElement div.answer p {
	padding-bottom : 20px;
	line-height : 1.6;
}