@charset "utf-8";

/* ===========================================================

	Title: faq.css
	Created: 2009-7-1
	Created: 2009-7-17
	
=========================================================== */
/*

	faq
	
=========================================================== */
/*

	faq
	
=========================================================== */

div#faq div.main h3 {
	background: url(/img/faq/ic_q.gif) 0 50% no-repeat;
	border: none;
	margin: 0 0 5px;
	padding: 5px 0 5px 35px;
}

div#faq  div.articleBox div.articleText {
	background: url(/img/faq/ic_a.gif) 0 3px no-repeat;
	padding: 0 0 0 35px;
}
/* faqMenu
----------------------------------------------------------- */

div#faq .faqMenu ul {
}

div#faq .faqMenu ul li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #CCCCCC;
}

/* faqList
----------------------------------------------------------- */

div#faq .faqList {
	clear: both;
}

div#faq .faqList ul li {
	background: url(/img/faq/ic_q.gif) 0 50% no-repeat;
	padding: 15px 0 15px 35px;
}

div#related {
	margin-top: 30px;
}

div#related li {
	background: url(/img/faq/ic_q.gif) 0 50% no-repeat;
	padding-left: 40px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

