@charset "UTF-8";

/*
**********************************************************************

* sitemap.css

* site name   : http://www.fri-e.com/
* description : Sitemap Page Style
* since       : 2007-11-01
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/
/* sitemap
--------------------------------------------------------------------*/
div#sitemap h2{
background:url("../sitemap/img/ttl_sitemap.gif") 0 0 no-repeat;
width:539px;
height:30px;
text-indent:-9999px;
margin-bottom:10px;
}
div#sitemap h3{
border-left:3px solid #56972C;
padding:3px 7px;
margin-bottom:20px;
}
div#sitemap ul{
margin:0 0 20px 10px;
}
div#sitemap li a{
background:url("../img/icn_arrow_brown.gif") 0 8px no-repeat;
padding-left:20px;
}
div#sitemap li a:hover{
background-position: 2px 8px;
}