
.qaH3{
	margin-top:15px;
	margin-bottom:5px;
	padding-top:3px;
	padding-left:1em;
	height:30px;
	background-image: url(../img/bg_qa_midashi.png);
	background-repeat: no-repeat;
}


.questBox {
	width:724px;
	background-image: url(../img/bg_qa_middle.png);
	background-repeat: repeat-y;
	margin-bottom:10px;
}

.questBox .ansShow A{
	display:block;
	width:710px;
}
.questBox .quest A:hover{
	color:orange;
}

.questBox dl{
	margin:0;
	padding:0;a
}

.questBox .quest dt{
	padding-left:10px;
	text-align: left;
    cursor: pointer;
}

.questBox .quest dd{
	margin-left:0;
	padding-left:1em;
	text-align: left;
	
	font-size:0.9em;
	padding-left:1em;
	padding-right:1em;
/*	min-height:80px;*/
	height: auto !important;
	height: 80px;
}


.questBox .quest dd IMG{
	float:right;
	padding-left:5px;
}

.questBox .questBoxTop{
	height:11px;
	background-image: url(../img/bg_qa_top.png);
	background-repeat: no-repeat;
}

.questBox .questBoxBottom{
	height:11px;
	background-image: url(../img/bg_qa_bottom.png);
	background-repeat: no-repeat;
}

.chui{
	border:2px solid #F96;
	background-color:#FFC;
	padding:10px;
	font-size:0.9em;
	margin-top:20px;
	margin-bottom:50px;
	width:700px;
}


