@charset "UTF-8";

/*
**********************************************************************

* faq.css

* site name   : http://sky-tierra.com/
* description : FAQ Page styles
* since       : 2008-07-23
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1: Main Body styles

*********************************************************************
*/
div#Contents h1{
background:url("../img/faq/ttl_faq.jpg") 0 0 no-repeat;
}
div#Contents h2{
background:url("../img/faq/txt_faq.gif") 0 0 no-repeat;
height:31px;
margin-bottom:20px;
}
div#Contents ul,
div#Contents dl{
margin:0 10px 20px;
}
div#Contents li{
background:url("../img/faq/icn_question.jpg") 5px 50% no-repeat;
font-weight:bold;
color:#F72B68;
padding:10px 10px 10px 35px;
margin-bottom:7px;
}
div#Contents dt{
background:#FFF8FA url("../img/faq/icn_question.jpg") 5px 50% no-repeat;
padding:10px 10px 10px 35px;
margin-bottom:7px;
}
div#Contents dt span{
font-weight:bold;
color:#F72B68;
padding-right:10px;
}
div#Contents dd{
background:url("../img/faq/icn_answer.jpg") 5px 7px no-repeat;
padding:10px 10px 10px 35px;
margin-bottom:7px;
}
div#Contents dd span{
color:#666666;
font-size:85%;
}
div#Contents li.odd{
background-color:#FFF8FA;
}
div#Contents li a{
font-weight:normal;
color:#000000;
padding-left:10px;
}
div#Contents li.active a{
font-weight:bold;
}