@charset "utf-8";

/*-----------------------------------------
   main
-----------------------------------------*/

/* Site map
----------------------*/
#sitemap {
  width:90%;
  margin: 0 auto;
}
#sitemap dl {
   overflow: hidden;
   margin-bottom: 3em;
}
#sitemap dt {
  clear: left;
  padding: 40px 0 2px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ddd;

  font-weight: bold;
}
#sitemap dd {
  width: 33%;
  float: left;
  text-indent: 1em;
}

