@charset "utf-8";

/* ============================================
	/faq/index.html
============================================ */

div.questionBox_t {
	background: url(../img/bg_ul_question_t.gif) left top no-repeat;
	padding-top: 6px;
	margin-bottom: 30px;
}
div.questionBox_b {
	background: url(../img/bg_ul_question_b.gif) left bottom no-repeat;
	padding-bottom: 6px;
}
div.questionBox {
	background: url(../img/bg_ul_question.gif) left top repeat-y;
	width: 658px !important;
	width: 700px;
	height: 321px !important;
	height: 331px;
	padding: 10px 21px 0;
}

ul.ul_question {
	width: 328px;
}
	ul.ul_question li {
		width: 328px;
		height: 29px;
		display: block;
	}
		ul.ul_question li a {
			width: 260px;
			height: 19px;
			display: block;
			background: none;
			color: #00aaff;
		}
		ul.ul_question li p.q_txt {
			background: url(../img/img_q.gif) 5px top no-repeat;
			padding-left: 23px;
			float: left;
		}
			ul.ul_question li a span {
				font-weight: bold;
				font-size: 14px;
			}		
.sectionAnswer {
	padding-bottom: 30px;
}
