@charset "utf-8";

/* ==================================================== */
/* sitemap.css                                          */
/* July 23,2007                                         */
/* ==================================================== */


/*----------------------------------------------------
category-breadcrumb
----------------------------------------------------*/
div#categoryTitle {
width:760px;
height:85px;
margin:0 5px;
background:url(../img/category_image_sitemap.jpg) no-repeat;
position:relative;
}

div#categoryTitle h1 {
position:absolute;
top:10px;
left:10px;
}

/*----------------------------------------------------
sitemapList
----------------------------------------------------*/
dl#sitemapList {
margin:0 20px 0 20px;
}

dl#sitemapList a {
display:block;
}

dl#sitemapList dt {
margin-bottom:8px;
padding:3px 5px 3px 23px;
border-top:1px solid #eee;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #eee;
background:#f5f5f5 url(../img/point02.gif) no-repeat 8px center;
}

dl#sitemapList dd {
padding:0 0 15px 15px;
}

dl#sitemapList li {
margin:0 0 5px 0;
padding:0 5px 3px 20px;
border-bottom:1px solid #eee;
background:url(../img/point05.gif) no-repeat 5px center;
}



