@charset "utf-8";

@import URL("../common/css/reset.css");
@import URL("../common/css/base.css");

/* -----------------------------------------------------------------
Title: privacy.css
Created: 2010-04-016
Last Modified: 2010-04-16
------------------------------------------------------------------ */

/*  
------------------------------------------------------------------ */

body#faq #main ul.faqList{
	width:536px;
	background:url(images/bg.jpg) no-repeat 350px center;
}

body#faq #main ul.faqList li{
	width:306px;	
	margin-bottom:3px;
	margin-right:230px;
	border-bottom:#CCC 1px dotted;
}

body#faq #main ul.faqList li a{
	background:url(../common/images/navSubIco.gif) no-repeat left center;
	padding-left:15px;	
}

body#faq #main .faqSection{
	width:540px;
	padding:20px 30px 20px 30px;
	height: auto;
	clear: both;
	overflow:auto;
	border-bottom:#CCC 1px dotted;
}

body#faq #main h3{
	width:464px;
	background:url(images/q.gif) no-repeat left center;
	padding-left:76px;
	font-size:1.4em;
	font-weight:bold;
}

body#faq #main p.answer{
	width:464px;
	background:url(images/a.gif) no-repeat left 3px;
	padding-left:76px;
	margin-bottom:10px;
}

body#faq #main p.faqtop{
	width:540px;
	text-align:right;
}
