@charset "utf-8";



/* Global Navigation */

#globalNav #gnFaq a {
	background-position: 0 -33px !important;
}



/* index */

#content ul.catIndex {
	margin: 24px 0 30px 0;
}
#content ul.catIndex li {
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	background: url("../../img/line_01.gif") left bottom repeat-x;
}
#content ul.catIndex li a {
	display: block;
	padding: 8px 0 8px 22px;
	background: url("../img/bl_q.gif") 0 no-repeat;
	font-size: 75%;
	line-height: 1.2;
}

#content ul.catIndex li.on {
	background-color: #f3fbff;
}
#content ul.catIndex li.on a {
}



/* answer */

#content h2 {
	margin-bottom: 0;
}
#content h3 {
	margin-bottom: 30px;
	padding: 2px 0 2px 22px;
	background: url("../img/bl_q.gif") 0 0 no-repeat;
	line-height: 1.2;
}

#content .answer {
	width: 600px;
	background: url("../img/bg_answer_body.gif") 0 0 repeat-y;
}
#content .answer .top {
	height: 35px;
	background: url("../img/bg_answer_top.gif") 0 0 no-repeat;
	font-size: 1px;
	line-height: 0;
}
#content .answer .bottom {
	height: 6px;
	background: url("../img/bg_answer_bottom.gif") 0 0 no-repeat;
	font-size: 1px;
	line-height: 0;
}
#content .answer p {
	margin: 15px;
}
