@charset "utf-8";
/* CSS Document */

#faq {
	margin: 0px;
	padding: 0px;
	width: 573px;
	background-image: url(../faq/images/bg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}


#faq_top {
	background-image: url(../faq/images/top.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-left: 20px;
	padding-top: 12px;
	position: relative;
}

#faq_top h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	position: absolute;
}
#faq .faq_mark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

#faq #line {
	background-image: url(../faq/images/line.jpg);
	background-repeat: no-repeat;
	height: 75px;
}

#faq #down {
	background-image: url(../faq/images/down.jpg);
	background-repeat: no-repeat;
	height: 35px;
}


#faq_top .faq_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	position: absolute;
	line-height: 18px;
	top: 30px;
}
#faq #faq_f {
	padding-right: 54px;
	padding-left: 54px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#faq #faq_f ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#faq #faq_f li{
}


#faq #faq_f a{
	color: #FF9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

#faq #faq_f a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

#faq .faq_q {
	padding-right: 54px;
	padding-left: 54px;
	background-image: url(../faq/images/line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 75px;
}

#faq .faq_q ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999900;
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#faq .faq-top{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}
