@charset "UTF-8";

/*
**********************************************************************

* faq.css

* site name   : http://www.bitcampus.net/
* description : Frequent Answered Questions Page styles
* since       : 2008-12-03
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1:Main Body styles

*********************************************************************
*/
#Contents ul{
border:1px solid #D4D4D4;
margin-bottom:3em;
}
#Contents li{
background:url("../img/common/bg_dot_gray.gif") 0 100% repeat-x;
padding:0.5em 7px;
}
#Contents li a{
background:url("../img/faq/icn_question.gif") 0 50% no-repeat;
display:block;
font-weight:bold;
color:#000000;
min-height:24px;
padding-left:30px;
}
* html #Contents li a{
height:24px;
}
#Contents li.last{
background:none;
}
#Contents dl{
border-top:1px solid #304D7B;
padding-top:3em;
margin-top:3em;
}
#Contents dt{
background:#FAFAFA url("../img/faq/icn_question.gif") 7px 50% no-repeat;
border-bottom:1px solid #CDCDCD;
font-weight:bold;
padding:0.5em 0 0.5em 35px;
margin-bottom:0.5em;
}
#Contents dd{
background:url("../img/faq/icn_answer.gif") 7px 0 no-repeat;
padding:0.2em 0 0.5em 35px;
margin-bottom:1.5em;
}
