@charset "UTF-8";

/*
**********************************************************************

* faq.css

* site name   : http://www.fri-e.com/
* description : Frequentry Answerd Questions Page Style
* since       : 2007-10-29
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/
/* faq
--------------------------------------------------------------------*/
div#faq h2{
background:url("../faq/img/ttl_faq.gif") 0 0 no-repeat;
width:539px;
height:30px;
text-indent:-9999px;
margin-bottom:20px;
}

div#faq ul#questions{
margin:10px 0 50px;
}
div#faq ul#questions li{
background:url("../faq/img/icn_question.gif") 0 2px no-repeat;
padding-left:20px;
margin-bottom:7px;
}
div#faq dl{
border:1px solid #CCCCCC;
margin-bottom:20px;
}
div#faq dt{
background:#EAEAEA url("../faq/img/icn_question.gif") 2px 3px no-repeat;
border-bottom:1px solid #CCCCCC;
padding:3px 7px 3px 20px;
font-weight:bold;
}
div#faq dd{
background:url("../faq/img/icn_answer.gif") 2px 3px no-repeat;
padding:3px 7px 3px 20px;
}