@charset "euc-jp";
/* CSS Document */

#qanda {
	font-size: 100%;
}
#qanda dt.q{
	padding:7px 0 7px 44px;
	background-image: url(../img/bg_q.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
	color: #009b9f;
	font-size: 116%;
}
#qanda dd{
	padding:7px 0 7px 66px;
	margin-bottom:20px;
}
#qanda dd.a{
	margin-bottom:0;
	padding-bottom:0;
	background-image: url(../img/bg_a.gif);
	background-repeat: no-repeat;
	background-position: 32px 2px;
	color:#ea3e6f;
}
#qanda dd.a a{
	color: #ea3e6f;
	text-decoration:underline;
}
#qanda dd.a a:hover{
	text-decoration:none;
}
