@charset "UTF-8";
/* コンテンツ */
div.title h2 {
	width:570px;
	height:70px;
	background-image:url(../img/title.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0em;
}
h4.que {
	height:27px;
	background-image:url(../img/question.gif);
	background-repeat:no-repeat;
	margin:0 0 15px 20px;
	font-size:108%;
	line-height:27px;
	padding-left:40px;
	color:#855;
}
p.ans {
	padding-left:40px;
	padding-right:10px;
	background-image:url(../img/answer.gif);
	background-repeat:no-repeat;
}
p.ans_nm {
	padding-left:40px;
	padding-right:10px;
}