@charset "utf-8";
@import "level2.css";
/*====================================================================

faq.css

====================================================================*/

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/
#faq div{
   width: 655px;
   padding-bottom: 25px;
   border-bottom: solid 1px #e4e4e4;
   overflow: hidden;
}
#faq div h4{
   margin-top: 25px;
   font-size: 15px;
   font-weight: bold;
   color: #36508c;
}
#faq div#q1 h4{margin-top: 0;}

#faqindex strong{
   display: block;
   padding-bottom: 5px;
   border-bottom: solid 1px #ddd;
}
#faqindex ul{
   margin-top: 10px;
   padding-bottom: 20px;
}







