.index_area {
	width: 305px;
}
.index_area li {
	margin-bottom: 3px;
	line-height: 1.4em;
}
.question {
	line-height: 20px;
	font-weight: bold;
	color: #6B5A43;
	background-image: url(../img/qa/icon_q.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 15px;
}
.answer {
	line-height: 20px;
	background-image: url(../img/qa/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 14px;
}
.box01 {
	float: right;
	width: 600px;
}

