@charset "utf-8";


/* -------------------------------------------------------------
 * Sitemap Pages - サイトマップ
 * ------------------------------------------------------------- */

#sitemap #contents div.list_left {
  _width: 330px;
  width: 300px;
  float: left;
  margin-left: 20px;
}
#sitemap #contents div.list_right {
  width: 300px;
  float: right;
}

#sitemap #contents div.item_group dl.item {
  line-height:1.2;
  margin-bottom:1.2em;
  padding-bottom: 0.7em;
  background:url(../universals/images/data_bg.gif) repeat-x scroll left bottom;
/*  border-bottom: 1px dotted #CCCCCC;*/
}

#sitemap #contents div.item_group dl.item dt {
  font-size: 1.05em;
  background:url(../sitemap/images/dt_head.gif) no-repeat scroll 0 0.8em;
  padding:0.3em 0 0.2em 1.7em;
}

#sitemap #contents div.item_group dl.item dd {
  padding: 0;
}
#sitemap #contents div.item_group dl.item dd ul li {
  background:url(../sitemap/images/li_head.gif) no-repeat scroll 0 0.6em;
padding:0.3em 0 0.2em 1.7em;
  list-style-type:none;
}