@charset "utf-8";
/*\*/
@import "common.css";

/*===========================================================
サイトマップ
===========================================================*/

#sitemap{
padding:0 15px;
}

#sitemap ul{
margin:2px 0 0 1.5em;
}

#sitemap ul li{
padding-bottom:10px;
}

#sitemap ul li a{
background:url(../img/next_off.gif) left no-repeat;
padding-left:15px;
}

#sitemap ul li a:hover{
background:url(../img/next_on.gif) left no-repeat;
}

#sitemap ul li a:visited{
background:url(../img/visited.gif) left no-repeat;
}

#map1{
float:left;
width:320px;
margin:10px 0 0 15px;
display:inline;
}

#map2{
float:left;
width:320px;
background:url(../img/hr_y.gif) left repeat-y;
padding-left:15px;
margin:10px 0 0 15px;
}

#map1 h3,
#map2 h3{
width:320px;
height:20px;
font-size:12px;
text-indent:-9999px;
margin-bottom:10px;
}

#map1 h3{
background:#d9e4ef url(../sitemap/img/map1.gif) 5px center no-repeat;
}

#map2 h3{
background:#f9eee4 url(../sitemap/img/map2.gif) 5px center no-repeat;
}

#sitemap ul li.guide{
background-color:#FFCC66;
}