/* ===== FAQ ===== */
#faq-box {
	margin: 0 0 20px 0;
	padding: 12px;
	border: 1px solid #FF9900;
	font-size: 12px;
	color: #666;
	line-height: 160%;
}
#faq-box .faq-q{
	background: url(../images/faq_q.gif) no-repeat;
	left:-40px;
	padding-left:40px;
	padding-right: 10px;
	font-weight:bold;
	min-height: 50px;
	border-bottom: 1px dotted #FF9900;
}
#faq-box .faq-q a{
	color: #666;
}

#faq-box .faq-a{
	background: url(../images/faq_a.gif) no-repeat;
	min-height: 50px;
	left:-40px;
	padding-left:40px;
	padding-right: 10px;
}
#faq-box .faq-txt {
	color: #666;
	font-weight:bold;
}
#faq-box .faq-txt a{
	color: #666;
}
.faq-clear { 
	clear: both;
}

#question{
	font-size: 12px;
	line-height: 1.5em;
	border: 1px solid #FF9900;
	padding: 10px;
}

#question ul{
	padding-left:15px;
	list-style-type: disc;
	list-style-position: outside;
}

#question li{
	list-style-image: url(../images/faq_q_mini.gif);
	line-height: 1.8em;
	padding-bottom: 5px;
	_padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 15px;
}

#question li a:hover{
	color: #ff6600;
}
.pagetop-text{
	/*width:760px;
	margin:0px auto 0px auto;*/
	text-align:right;
}
.pagetoptext a{
	/*display:block;
	width:114px;
	height:23px;
	margin:0px 0px 5px;*/
	/*position:relative;
	left:324px;*/
	float:right;
}
.contents-title-w5 {
	margin-bottom: 15px;
	margin-left: 5px;
	}	

