/**********************************
faq
**********************************/
#contentsBox {
	background-image: url(../../images/line_header.png),url(../images/bg.jpg) !important;
	background-position:center top, right top !important;
	background-repeat: no-repeat;
}
#subTtl{
	padding-bottom: 40px;
}
#acMenu dt{
	display: block;
	cursor: pointer;
	background-image: url(../images/bg_accordion_off.png);
	background-repeat: no-repeat;
	background-position: 885px center;
	background-color: #fff0f3;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 131%;
	padding: 1em 45px 1em 50px;
	background-size: 14px auto;
	text-indent: -35px;
}
#acMenu dd{
	display: none;
	padding: 0 0 35px 35px;
	font-size: 116%;
	text-indent: -20px;
}
#acMenu dt.active{
	background-image: url(../images/bg_accordion_on.png);
	background-repeat: no-repeat;
	background-position: 885px center;
}
#acMenu .Q{
	color:#d35676;
	font-weight: bold;
}
#acMenu .A{
	color:#663333;
	font-weight: bold;
}		
