/*Ｑ＆Ａボックス*/
div.qa_box {
	width: 881px;
	background: #e2eff2;
	margin-bottom: 20px;
	padding: 16px 15px 16px 14px;
}

/*Ｑ＆Ａボックス左*/
div.qa_box_left {
	width: 483px;
	float: left;
	background: #fff;
	border: 3px solid #69b3dc;
}

div.qa_box_left p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: url(../images/q_icon.gif) no-repeat 14px 8px;
	height: 30px;
	width: 410px;
	padding: 20px 0 0 73px;
}

div.qa_box_left dl {
	font-size: 12px;
	background: url(../images/qa_bg.gif) repeat-x;
	width: 483px;
	padding-top: 1px;
}

div.qa_box_left dt {
	color: #0040C4;
	line-height: 1.6;
	font-weight:bold;
	background: #fff url(../images/a_list.gif) no-repeat 24px 8px;
	width: 393px;
	padding: 10px 20px 10px 70px;
}

div.qa_box_left dt a,
div.qa_box_left dt a:visited {
	color: #0040C4;
	text-decoration: none;
	display: block;
}

div.qa_box_left dt a:hover {
	color: #335cff;
	text-decoration: underline;
}


div.qa_box_left dt.two { background-color: #f5f5f5}

div.qa_box_left dd { display: none }

/*Ｑ＆Ａボックス右*/
div.qa_box_right {
	width: 356px;
	float: left;
	background: #fff;
	border: 3px solid #fc6c76;
	z-index: 1;
}

div.qa_box_right p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	color: #c30;
	background: url(../images/a_icon.gif) no-repeat 14px 8px;
	width: 316px;
	padding: 60px 20px;
}

/*Ｑ＆Ａボックス矢印*/
div.a_arrow {
	width: 33px;
	float: left;
	margin-right: -3px;
	background: url(../images/a_arrow.gif) no-repeat left center;
	z-index: 2;
	position: relative;
}

