@charset "utf-8";

/*----------------------------------------------*/
/*                                              */
/*  Maker   : Ayako Okubo                       */
/*  Company : Elephant Communications inc.      */
/*                                              */
/*----------------------------------------------*/


/*------------------------------------------------
   container
------------------------------------------------*/

div#container h3{
margin:0 0 15px 0;
padding:0 0 22px 18px;
background:url(../image/all_line01.gif) no-repeat 13px bottom;
}

div#container h4{
margin:0 0 15px 13px;
padding:10px 0 0 70px;
height:25px;
}
div#container h4#q01{background:url(../image/faq_ico01.gif) no-repeat 15px top;}
div#container h4#q02{background:url(../image/faq_ico02.gif) no-repeat 15px top;}
div#container h4#q03{background:url(../image/faq_ico03.gif) no-repeat 15px top;}
div#container h4#q04{background:url(../image/faq_ico04.gif) no-repeat 15px top;}
div#container h4#q05{background:url(../image/faq_ico05.gif) no-repeat 15px top;}
div#container h4#q06{background:url(../image/faq_ico06.gif) no-repeat 15px top;}
div#container h4#q07{background:url(../image/faq_ico07.gif) no-repeat 15px top;}
div#container h4#q08{background:url(../image/faq_ico08.gif) no-repeat 15px top;}
div#container h4#q09{background:url(../image/faq_ico09.gif) no-repeat 15px top;}


div#container p.answer{
margin:0 0 15px 13px;
padding:0 0 0 70px;
color:#808080;
}


/* faqList ------------------------------------*/

div#container dl#faqList{
margin:0 13px 15px 13px;
padding:0 0 25px 75px;
width:852px;
background:url(../image/all_line01.gif) no-repeat left bottom;
line-height:1.0;
}

dl#faqList dt{
float:left;
padding:0 20px 0 0;
width:33px;
height:40px;
}

dl#faqList dd{
float:right;
padding:10px 0 0 0;
width:799px;
height:30px;
}





