@charset  "Shift_JIS";


#faq{
	line-height:130%;
}

#faq table td.green-bold
	{
	color: #266023;
	font-weight: bold;
	line-height:130%;
    padding-left:10px;
}	

.number{
    text-align:center;
    color:#ffffff;
    font-weight:bold;
	background-image:url(../faq/images/q_bg.gif);
    background-repeat: repeat-x;
}

.a_list{
    text-align:center;
    color:#ffffff;
    font-weight:bold;
	background-image:url(../faq/images/a_bg.gif);
    background-repeat: repeat-x;
}

.answer{
    padding-left:10px;
}

/*
===============================================
 01.faqbox-box FAQ全体包括ボックス
----------------------------------------------- */
#faqbox-box {
	width:645px;
	margin: 0 auto;
	padding: 0px;
}

/*
===============================================
 04.qbox 質問インデックス
----------------------------------------------- */
#qbox {
	width: 659px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #D8DBE7;
}

#qbox dl {
	padding: 9px 0px;
}

#qbox dl.green {
	background-color: #eff8e8;
}

#qbox dt, #qbox-green dt{
	padding: 0px 0px 0px 19px;
	font-weight: bold;
	color: #266023;
    float:left;
}

#qbox dd, #qbox-green dd{
    margin:0px 15px 0px 56px;
}

#qbox dd a, #qbox-green dd a {
	color: #266023;
	font-weight: normal;
}

#qbox dd a:hover, #qbox-green dd a:hover { color: #DD5100;}

