/****** index.html用 *******/
/*@charset "shift_JIS";*/
/*@charset "utf-8";*/
@import url(../css/common.css);

/****** 基本設定 ******/
a{
  text-decoration : none;
}

/****** ページ全体 *******/


/****** メインBOX *******/
#mainbox a{
  text-decoration: none;
  border-bottom-width: 0;
}

/****** サイトマップ *******/
#sitemap{
  width: 720px;
  margin: 0px auto 10px;
  padding: 4px;
  font-size: 95%;
  border: 2px dotted #9999ff;
}
#sitemap h1{
  height: 18px;
  margin: 0;
  padding: 1px 4px 0;
  font-size: 130%;
/*  background: #ff6600;*/
  color: white;
}
#sitemap dl{
  margin: 10px 5px 0 10px;
}
#sitemap dt{
  margin: 20px 10px 0 10px;
}
#sitemap dt a{
  padding: 0 2px;
  text-decoration: none;
}
#sitemap dt a:hover{
  color: red;
}
#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: #009966;
  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: #336699;
  color: #ffffff;
}
#sitemap .dt1 a{
  color: #ffffff;
}
#sitemap .dd1{
}
#sitemap .dt2{
  margin-left: 25px;
  padding: 2px 5px;
  border-top: 2px dotted #6666ff;
  border-bottom: 2px dotted #6666ff;
}
#sitemap .dd2{
  margin-left: 25px;
}
#sitemap .dt3{
  margin-left: 50px;
  padding: 2px 5px;
  background: #cccccc;
}
#sitemap .dd3{
  margin-left: 50px;
}
