
/* -----------------------------------------------------------
	よくある質問
----------------------------------------------------------- */




#Contents{
	width:840px;
	padding : 20px;
	min-height : 500px;
	background : #fff;
	margin : 0 auto;
	text-align : left;
}

.Title{
	width : 788px;
	border : 6px solid #e1852c;
	background : #ffffee;
	padding : 20px;
	line-height : 200%;
	text-align : left;
	margin-bottom : 55px;
	font-weight : bold;
	font-size : 16px;
}

#Contents table{
	width : 760px;
	border : 1px solid #888888;
	margin-left : 40px;
}

#Contents th{
	padding : 15px 0 15px 60px;
	background : #fff7ea url(../images/qa/q.gif) no-repeat left center;
	border-bottom : 1px dotted #dddddd;
	font-weight : bold;
	font-size : 14px;

}

#Contents td{
	padding : 15px 0 15px 60px;
	background : #fff url(../images/qa/a.gif) no-repeat left center;
}

.up_arrow{
	text-align : right;
	margin-bottom : 30px;
	margin-right  : 65px;
}

/* よくある質問ナビ  */

#Qnavi{
	width : 792px;
	height : 110px;
	background : #f3f6f7;
	margin-bottom : 30px;
	padding-left : 8px;
	padding-top : 20px;
	margin-left : 20px;
}


#Qnavi ul{
	height : 49px;
	margin-bottom : 0px;
}

#Qnavi li{
	display : inline;
	float : left;
	width : 363px;
	margin-left : 30px;

}

#Qnavi li a{
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}

#Qnavi li#q_01 a{
	height:39px;
	width:326px;
	background:url(../images/qa/q_navi_01.gif) no-repeat;
}

#Qnavi li#q_02 a{
	height:39px;
	width:326px;
	background:url(../images/qa/q_navi_02.gif) no-repeat;
}

#Qnavi li#q_03 a{
	height:39px;
	width:326px;
	background:url(../images/qa/q_navi_03.gif) no-repeat;
}

#Qnavi li#q_04 a{
	height:39px;
	width:326px;
	background:url(../images/qa/q_navi_04.gif) no-repeat;
}

#Qnavi li#q_01 a:hover,
#Qnavi li#q_02 a:hover,
#Qnavi li#q_03 a:hover,
#Qnavi li#q_04 a:hover{
	background-position :left -39px;
}



