@charset "utf-8";

/*----------------------------------------------
サイトマップ
-----------------------------------------------*/
#sitemap {
  width: 100%;
}
#sitemap li {
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
  text-indent: 20px;
  font-weight: bold;
  background: url(../../images/point.gif) no-repeat 4px 15px;
}
.link_float a * {
  display: inline;
}
