/*-------------------- Q and A --------------------*/
/*-----グローバルナビの表示変更-----*/
#global_nav .nav_6{
	background:url(../img/common/global_nav_06_on.jpg) no-repeat 0 0;
	width:112px;
}
/*---------- #branding ----------*/
#branding{
	background:url(../img/qa/branding_img.jpg) no-repeat 0 0;
	width:900px;
	height:149px;
}

/*---------- #content ----------*/
#content h3{
	text-align:center;
	margin-bottom:20px;
}
#content span{
	color:#ff6f0f;
	margin-right:1em;
	font-weight:bold;
}
/*---------- #q_list ----------*/
#q_list_wrapper{
	background:url(../img/qa/qa_list_bg.jpg) no-repeat 0 0;
	width:646px;
	height:429px;
	margin-bottom:20px;
}
#q_list{
	padding:20px 0 0 20px;
	line-height:1.8em
}

#q_list a{
	color:#382828;
}

#q_list a:hover{
	color:#382828;
	text-decoration:underline;
}

/*---------- .qa_box ----------*/
.qa_box{
	background:url(../img/qa/q_ttl_bg.jpg) no-repeat 0 0;
	width:645px;
	margin-bottom:20px;
}
.qa_box .question{
	padding:10px 0 0 50px;
	font-size:15px;
}
.qa_box .answer{
	padding:15px 0 0 50px;
}
.qa_box .answer a{
	color:#ff6f0f;
}
.qa_box .answer a:hover{
	text-decoration:underline;
	}

.qa_box .go_list_top{
	text-align:right;
}
.qa_box .go_list_top a{
	color:#382828;
}

.qa_box .go_list_top a:hover{
	color:#382828;
	text-decoration:underline;
}