@charset "utf-8";


/*title
------------------------------------------------------------------------*/
div#title {
	width: 610px;
	height: 70px;
	}

div#title h2,
div#title p {
	position: absolute;
	left: -2000px;
	width: 200px;
	}

body#faq div#title {
	margin: 0 0 5px 0;
	background: url("../faq/images/title.jpg") no-repeat;
	}


/*container
------------------------------------------------------------------------*/
body#faq div#container {
	width: 860px;
	background-image: none;
	}


/*faqarea
------------------------------------------------------------------------*/
body#faq div#faqarea {
	width: 616px;
	_width: 620px;/*for ie6*/
	padding: 2px;
	background: #ebebeb;
	}


/*faqlist
------------------------------------------------------------------------*/
body#faq div#faqlist {
	padding: 10px;
	background: #fff;
	}


/*lead
------------------------------------------------------------------------*/
body#faq div#lead {
	padding: 10px;
	background: #fcf2e1;
	}


/*div#qalink
------------------------------------------------------------------------*/
div#qalink {
	xmargin:30px 20px 0px;
	xbackground:#212121;
	xpadding:10px 10px;
	xborder-top: 1px dotted #999;
	xborder-bottom: 1px dotted #999;
	}
	
div#qalink ul {
	margin: 15px 10px 10px 20px;
	list-style-image: url("../images/arrow04.gif") ;
	}

div#qalink ul li {
	margin: 3px 0;
	}

div#qalink ul li a {
	margin-left: -5px;
	}


/*div.qa
------------------------------------------------------------------------*/
div.qa {
	margin:30px 0px 0px;
	}

div.qa div.question {
	margin: 0 0 3px;
	background: #ffa26c url("../faq/images/mark_q.gif") 5px 6px no-repeat;
	padding: 3px;
	}

div.qa div.question p {
	margin: 0 5px 0 25px;
	font-weight: bold;
	color: #fff;
	}

div.qa div.answer {
	background: #efefef url("../faq/images/mark_a.gif") 5px 6px no-repeat;
	padding: 3px 3px 5px;
	}

div.qa div.answer p {
	margin: 0 5px 0 25px;
	}

span.red {
	color: #f00;
	}

p.top1em {
	margin:1em 0 0;
	}

ul.a_cash {
	margin: 0 0 0 65px;
	list-style-type: circle;
	}



