/*サイトマップ*/
@import "style.css";

#SITEMAP .table{
  display:inline;
  float:left;
  height:250px;
  width:250px;
  margin:0.5em 0 0.5em 8px;
  overflow:auto;
  background:#ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #FE7CE1;
}

#SITEMAP .table H3{
  clear:inherit;
  font-size:medium;
  margin:0;
  padding:0;
  border:none;
  height:30px;
  color:#ffffff;
  padding:0em 5px;
  background-image : url("../image_css/sitemap_h3_bg.gif");
  background-repeat : repeat-x;
}
