@charset "utf-8";
/* CSS Document */

#faq_type{
	padding:10px 0px 0px 20px;
	text-align:left;
}

#faq_head{
	height: 20px;
	padding:3px 0px 0px 20px;
	margin-left: 40px;
	font-size: 75%;
	background-image: url(../images/faq/faq_head.png);
	background-repeat: no-repeat;
}
#faq_head a{
	color: #666;
	text-decoration:none;
}
#faq_head a:hover{
	color: #666;
	text-decoration:underline;
}
#faq_category_head{
	height: 27px;
	padding:5px 0px 0px 14px;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	background-image: url(../images/faq/faq_category_head.png);
	background-repeat: no-repeat;
}

#faq{
}

#faq_title{
	width: 738px;
	height: 27px;
	padding:6px 0px 0px 60px;
	font-size: 75%;
	color: #666;
	background-image: url(../images/faq/faq_title.png);
	background-repeat: no-repeat;
}

#faq TABLE{
	padding:5px 0px 5px 10px;
}

#question{
	width: 15px;
	height: 15px;
	background-image: url(../images/faq/q.png);
	background-repeat: no-repeat;
}

#answer{
	width: 15px;
	height: 15px;
	background-image: url(../images/faq/a.png);
	background-repeat: no-repeat;
}

#faq_text{
	font-size: 75%;
	color: #666;
}
