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

/****** ページメイン *******/
#mainbox h2{
  width: 580px;
  padding: 10px 10px 0 25px;
  font-size: 110%;
  color: #009999;
  background: url(/imagesicon_fire1.gif) no-repeat;
  border-bottom: 2px dotted #009999;
}
#pagemain .centermsg{
  display: block;
  width: 400px;
  margin: 50px auto 20px;
  padding: 0 12px 0;
  border: 2px dotted #999999;
}
#fnmerr h2{
  margin: 5px 0 4px;
}
#fnmerr dl{
  display: block;
  width: 400px;
  margin: 50px auto 20px;
  padding: 0 12px 0;
  border: 2px dotted #999999;
}

/****** サイトマップ *******/
#sitemap{
  padding: 10px 15px;
  font-family: "Times New Roman","ＭＳ ゴシック";
  border: 2px dotted #6699ff;
}
#sitemap .dt0,#sitemap .dt1,#sitemap .dt2{
  padding: 2px 4px;
  color: #ffffff;
}
#sitemap .dt0 a,#sitemap .dt1 a{
  color: #ffffff;
}
#sitemap .dt0 a:hover,#sitemap .dt1 a:hover{
  color: #ff0000;
}
#sitemap .dt0{
  background: #009966;
}
#sitemap .dt1{
  margin: 0 0 0 20px;
  background: #006699;
}
#sitemap .dt2{
  margin: 0 0 0 30px;
  padding: 2px 0 2px 5px;
  border-top: 2px dotted #3399ff;
  border-bottom: 2px dotted #3399ff;
}
#sitemap .dd0{
  margin: 0 0 15px 10px;
}
#sitemap .dd1{
  margin: 0 0 15px 20px;
}
#sitemap .dd1{
  margin: 0 0 15px 30px;
}
#sitemap .dd2{
  margin: 0 0 15px 40px;
}


