@charset "UTF-8";

.mainvisu-bg{
  background:url(../images/mainvisu.png) center top no-repeat;
}

ul.sitemap{
  display:block;
  width:700px;
  height:auto;
  margin-bottom:60px;
  padding:20px 0 15px 20px;
  box-sizing:border-box;
  background:#e9f3f5;
}

ul.sitemap li{
  width:340px;
  float:left;
  margin-bottom:5px;
  padding:5px 0 5px 9px;
  box-sizing:border-box;
  background:url(../../images/icon_list_arrow.png) no-repeat;
  background-position:0 8px;
}
  