@charset "UTF-8";

/*
**********************************************************************

* qa.css

* site name   : http://www.wellbest.jp/
* description : sitemap Pages Style
* since       : 2007-09-14
* editor      : Keiko Kajitani (QL)
* modified    : 
* editor      :

*********************************************************************
*/
/* index page style
-------------------------------------------------------------------*/

div#main div.sitemap01 h4,
div#main div.sitemap02 h4{
background:#E2DBD5;
color:#5E412A;
width:246px;
margin-left:10px;
padding:3px 5px;
}

div#main div.sitemap01 li,
div#main div.sitemap02 li{
background:url("../img/common/icn_arrow_brown.gif") 0 3px no-repeat;
padding:0 0 5px 17px;
border-bottom:1px dashed #C4A893;
width:236px;
margin-left:10px;
}

div.sitemap01{
float:left;
width:246px;
}
div.sitemap02{
float:right;
width:246px;
padding-right:10px;
}
