@charset "utf-8";

/* index.html */

/* -------------　よくある質問ページ　---------------　*/

#qanda{
	clear:both;
	width:850px;
	height:950px;
	margin-left:20px;
}
#qanda p{
	margin:10px 20px 10px 30px;
}

#qanda dl#qa{
	margin-left:20px;
	margin-top:50px;
	background:url(../img/please.gif) top right no-repeat;
}
dl#qa dt{
	padding-left:52px;
	height:22px;
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
	margin-bottom:10px;
	padding-top:5px;
}
dl#qa dt.q1{background:url(../img/q1.gif) top left no-repeat; margin-bottom:0px; height:28px;}
dl#qa dt.q2{background:url(../img/q2.gif) top left no-repeat; margin-bottom:0px; height:28px;}
dl#qa dt.q3{background:url(../img/q3.gif) top left no-repeat; margin-bottom:0px; height:42px;}
dl#qa dt.q4{background:url(../img/q4.gif) top left no-repeat; margin-bottom:0px; height:42px;}
dl#qa dt.q5{background:url(../img/q5.gif) top left no-repeat; margin-top:30px;}
dl#qa dt.q6{background:url(../img/q6.gif) top left no-repeat; margin-top:20px;}
dl#qa dt.q7{background:url(../img/q7.gif) top left no-repeat; margin-top:20px;}
dl#qa dt.q8{background:url(../img/q8.gif) top left no-repeat; margin-top:20px;}
dl#qa dt.q9{background:url(../img/q9.gif) top left no-repeat; margin-top:20px;}
dl#qa dt.q10{background:url(../img/q10.gif) top left no-repeat; margin-top:20px; padding-left:67px;}
dl#qa dt.q11{background:url(../img/q11.gif) top left no-repeat; margin-top:20px; padding-left:67px;}

dl#qa dd{
	padding-left:55px;
	padding-top:5px;
	font-size:16px;
	margin-bottom:15px;
}
dl#qa dd.a5{background:url(../img/a5.gif) top left no-repeat;}
dl#qa dd.a6{background:url(../img/a6.gif) top left no-repeat; height:100px;}
dl#qa dd.a6 p.zu1{ float:left; width:270px; font-size:16px; line-height:120%; margin-top:0; margin-left:0;}
dl#qa dd.a6 p.zu2{ float:left; margin-top:0;}
dl#qa dd.a7{background:url(../img/a7.gif) top left no-repeat;}
dl#qa dd.a8{background:url(../img/a8.gif) top left no-repeat;}
dl#qa dd.a9{background:url(../img/a9.gif) top left no-repeat;}
dl#qa dd.a10{background:url(../img/a10.gif) top left no-repeat; padding-left:70px;}
dl#qa dd.a11{background:url(../img/a11.gif) top left no-repeat; padding-left:70px;}
dl#qa dd.nolook{ text-indent:-9999px; font-size:1px; height:1px; margin-bottom:0;}



