@charset "UTF-8";
/* CSS Document */
/* ページ毎の設定 */
h2.title {
	width:660px;
	height:100px;
	background-image:url(../img/title.png);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
}
h3.que {
	height:27px;
	background-image:url(../img/question.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	font-size:123.1%;
	line-height:27px;
	padding-left:40px;
	color:#d84d7b;
}
p.ans {
	padding-left:40px;
	padding-right:10px;
	background-image:url(../img/answer.gif);
	background-repeat:no-repeat;
}
