/*
.qa_q, .qa_a {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 150%;
}
.qa_q {
	margin-bottom: 10px;
	font-weight: bold;
}
.qa_a {
	margin-bottom: 40px;
}
.qa_q:before, .qa_a:before {
	margin-right: 3px;
	position: relative;
	top: 4px;
}
.qa_q:before {
	content: url(../image/qa_q.png);
}
.qa_a:before {
	content: url(../image/qa_a.png);
}
*/

.qa_q, .qa_a {
	background: #ffffff url(../image/qa_q.png) no-repeat 0px 3px;
	line-height: 150%;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 23px;
}
.qa_a {
	background: #ffffff url(../image/qa_a.png) no-repeat;
}
/*
.qa_q a {
	font-weight: bold;
}
*/


.underconst {
	text-align: center;
	font-weight: bold;
}
