/* トップイメージ*/


#in_inbox {
	margin:0px auto 0px auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
	background-image:url(../../image/flash_qanda_image.jpg);
	background-repeat:no-repeat;
}


/*--「Ｑ＆Ａ」のみの内容--*/

#qanda_a{
	background-image:url(../../image/bg_qanda_a.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:604px;
}
#qanda_a_bottom{
	background-image:url(../../image/bg_qanda_a.jpg);
	background-position:right bottom;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:604px;
	height:1px;
}

.qanda_a_title{
	padding:20px 0px 2px 65px;
	color:#FF6600;
	font-size:15px;
	font-weight:bold;
	line-height:26px;
}
.qanda_a_text{
	padding:20px 20px 15px 5px;
	font-size:14px;
	line-height:17px;
}
