@charset "UTF-8";

/*
**********************************************************************

* flow.css

* site name   : http://ex-open.com/
* description : Flow Page styles
* since       : 2008-08-28
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Flow Page styles

==========================================================
*/

/*
*********************************************************************

* 1: Flow Page styles

*********************************************************************
*/

div#Contents h1{
background:url("../img/faq/ttl_faq.gif") 0 0 no-repeat;
}
div#Contents h2{
background:none;
border-left:1px solid #DB0204;
font-size:120%;
margin:0 15px 15px;
padding-left:10px;
text-align:left;
}
div#Contents dl{
margin:0 15px 10px;
}
div#Contents dt{
background:#F3F5F2 url("../img/faq/icn_question.gif") 5px 50% no-repeat;
border-top:1px solid #DFDFDF;
border-right:1px solid #C0C0C0;
border-bottom:1px solid #C0C0C0;
border-left:1px solid #DFDFDF;
font-weight:bold;
padding:5px 0 5px 30px;
margin-bottom:10px;
}
div#Contents dd{
background:url("../img/faq/icn_answer.gif") 6px 0 no-repeat;
padding:0 0 5px 31px;
margin-bottom:20px;
}