@charset "Shift_JIS";
@import url("top.css");

.quBox{
	width:550px;
	height:auto;
	margin:5px 0 30px 10px;
}

.ques{
	width:550px;
	height:auto;
	border-bottom:1px dotted #F00;
	background-image:url(./images/q.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 5px 0;
}

.ques p{
	font-size:12px;
	color:#333;
	text-align:left;
	padding-left:20px;
	line-height:1.4;
	font-weight:bold;
	letter-spacing:1;

}

.answ{
	width:550px;
	height:auto;
	background-image:url(./images/a.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 5px 0;
	margin:10px 0 0 0;
}

.answ p{
	font-size:12px;
	color:#333;
	text-align:left;
	padding-left:20px;
	line-height:1.4;
	letter-spacing:1;
}