@charset "utf-8";
/******************** qa ********************/
h2 {
	background: url(../img/h2-qa.gif) left no-repeat;
}
ul.qa {
	padding: 20px 20px;
	background: url(../img/qa-img.jpg) no-repeat right;
}
ul.qa li {
	list-style-type: none;
	font-weight: bold;
	background: url(../img/icon-q.gif) no-repeat left;
	padding: 10px 0 10px 35px;
}
ul.ans {
	margin-top: 20px;
}
ul.ans li {
	list-style-type: none;
	margin: 5px 2px 5px 7px;
	display: block;
	float: left;
}
/******************** ans ********************/
dl.ans {
	margin: 10px 0 40px 20px;
}
dl.ans dt {
	list-style-type: none;
	font-weight: bold;
	background: url(../img/icon-q.gif) no-repeat left;
	padding: 10px 0 10px 35px;
}
dl.ans dd {
	background: url(../img/icon-a.gif) no-repeat left top;
	padding: 5px 0 10px 25px;
	margin: 10px 0;
}

