/* CSS Document */


/*=====================================================*/
/*h2の設定*/
/*=====================================================*/

h2#faq
{
width:960px;
height:95px;
margin:0px auto;
font-size:-1px;
text-indent:-9999px;
background: url(../../faq/img/h2.jpg) 0% 0% no-repeat;
clear:both;
}

/*H3*/

h3#faq_01
{
width:670px;
height:45px;
margin-top:0px;
margin-bottom:20px;
font-size:-1px;
text-indent:-9999px;
background: url(../../faq/img/h3_01.jpg) 0% 0% no-repeat;
clear:both;
}

/*=====================================================*/
/*質問一覧の設定*/
/*=====================================================*/

#question_box{
width:620px;
margin:0px 0px 30px 0px;
padding: 25px;
background:url(../../faq/img/question_box_bg.jpg);
}


#question_box p{
font-size:14px;
margin-bottom:10px;
}


#question_box #question_childbox1{
width:300px;
float:left;
text-align:left;
margin-right:18px;
}

#question_box #question_childbox2{
width:300px;
float:left;
text-align:left;
}



#question_box ul{
zoom: 1;
margin: 0px;
padding: 0px;
width:300px;
text-align:left;
}
	
#question_box li{
list-style: none;
background: url(../../faq/img/icon_q_s.jpg) 0% 0% no-repeat;
line-height:1.6;
margin-bottom:8px;
padding-left:25px;
font-size:12px;
}

#question_box li a{
color:#006699;
text-decoration:underline;
}

#question_box li a:hover{
color:#0099CC;
text-decoration:none;
}


/*=====================================================*/
/*回答部分の設定*/
/*=====================================================*/


#faq_wrap{
width:670px;
padding-bottom: 30px;
}
	
.faq_box{
width:670px;
margin:0px;
padding: 5px 0px;
background: url(../../faq/img/line_dot01_670.jpg) 0% 100% no-repeat;
}


.faq_box dl{
width:655px;
margin:0p;
padding: 15px 0px 0px 15px;
}

.faq_box dt{
background: url(../../faq/img/icon_q.jpg) 0% 0% no-repeat;
padding: 3px 0px 13px 40px;
font-size: 13px;
font-weight: bold;
color: #006699;
margin: 0 0 10px 5px;
}
	
	
.faq_box dd{
background: url(../../faq/img/icon_a.jpg) 0% 0% no-repeat;
padding-left: 40px;
color: #333333;
margin: 0 0 15px 5px;
}

#faq_wrap a{ color: #FF6600; text-decoration: underline;} 
#faq_wrap a:hover{ text-decoration: none;}





.arrow {
background: url(../img/point_s02.jpg) left no-repeat;
padding:0px 0px 0px 12px;
background-repeat:no-repeat;
background-position:0% 50%;
}



	

a.to_pagetop{
margin: 0px;
padding: 0px;
width:60px;
height:15px;
display:block;
background: url(../../faq/img/pagetop.jpg) 100% 0% no-repeat;
font-size: -1px;
text-indent:-9999px;
float:right;
}

a:link.to_pagetop{
overflow:hidden;
}

a:hover.to_pagetop{
background: url(../../faq/img/pagetop_on.jpg) 100% 0% no-repeat;
}


	
	
/*hr*/

hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #cccccc;
height: 1px;
width:670px;
margin:15px 0px;
}