@charset "utf-8";


/* ------------------------------------------------------
  sitemap page Style Sheet
  Last Update 2009-00-00
------------------------------------------------------ */

/* sitemapArea
------------------------------------------------------- */
div#sitemapArea p,
div#sitemapArea dl {
margin-bottom:20px;
}
div#sitemapArea dl dt {
margin-bottom:5px;
}
div#sitemapArea dl dt.lastItem {
padding-left:30px;
}
div#sitemapArea dl dd {
padding-left:30px;
margin-bottom:3px;
}
div#sitemapArea dl dd li {
background-image:url(../../../sitemap/images/index_icon_01.gif);
background-repeat:no-repeat;
background-position:5px;
}
div#sitemapArea dl dd ul li.lastItem {
background-image:url(../../../sitemap/images/index_icon_02.gif);
background-repeat:no-repeat;
background-position:5px;
}
div#sitemapArea dl dd a {
padding-left:1.5em;
}
