/****** サイトマップ用 *******/
@import url(/css/common.css);

/****** メインボックス *******/
#mainbox{
  float: none;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

/****** メイン *******/

/****** サイトマップ *******/
#sitemap{
  width: 720px;
  margin: 5px auto 10px;
  padding: 4px;
  font-size: 95%;
  border: 1px solid #999999;
/*  border: 2px dotted #9999ff;*/
}
#sitemap h1{
  margin: 0;
  padding: 2px 4px;
  font-size: 120%;
  background: #336699;
  color: white;
}
#sitemap dl{
  margin: 10px 5px 0 10px;
}
#sitemap dl a{
padding: 0 2px;
}
#sitemap dt{
  margin: 20px 10px 0 10px;
  border-left: 8px solid #cccccc;
}
#sitemap dd{
  margin: 0px 10px 20px 10px;
  padding: 2px 10px;
  background: #f0f0f0;
}
#sitemap .dt0{
  margin: 0 0 0 0;
  padding: 2px 0 2px 10px;
  background: #ff6600;
  color: #ffffff;
  border-bottom-width: 0;
}
#sitemap .dt0 a{
  color: #ffffff;
}
#sitemap .dd0{
  margin: 0 0 0 0;
}
#sitemap .dt1{
  margin-left: 10px;
  padding: 2px 5px;
  background: #009966;
  color: #ffffff;
}
#sitemap .dt1 a{
  color: #ffffff;
}
#sitemap .dd1{
}
#sitemap .dt2{
  margin-left: 25px;
  padding: 2px 5px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}
#sitemap .dd2{
  margin-left: 25px;
}
#sitemap .dt3{
  margin-left: 50px;
  padding: 2px 5px;
  background: #cccccc;
}
#sitemap .dd3{
  margin-left: 50px;
}


