BODY{
  margin:0px 10px 10px;
  text-align:center;
}
TABLE{
  font-size:9pt;
  line-height:120%;
  margin:0 auto;
}
/*┌タブ部分ここから┐*/
.tab-all A:link{
  color:#993399;
  text-decoration:none;
}
.tab-all A:visited{
  color:#9966cc;
  text-decoration:none;
}
.tab-all A:hover,A:active{
  color:#ffffff;
  text-decoration:none;
}
DIV.tab-all{
  width:800px;
  margin:0 auto;
  font-size:8pt;
  letter-spacing:-1px;
  height:28px;
}
DIV.tab-con{
  float:left;
  width:100px;
  height:28px;
  background-image:url("../image/tab_1.gif");
}
DIV.tab-con2{
  float:left;
  width:100px;
  height:28px;
  background-image:url("../image/tab_2.gif");
}
.tab-con a{
  position:relative;
  top:8px;
  font-size:8pt;
  letter-spacing:-1px;
  line-height:110%;
}
DIV.tab-con3{
  float:left;
  width:100px;
  height:28px;
  background-image:url("../image/tab_1.gif");
}
.tab-con3 a{
  position:relative;
  top:4px;
  font-size:8pt;
  letter-spacing:-1px;
  line-height:99%;
}
.tab-con2 b{
  position:relative;
  top:8px;
  font-size:8pt;
  letter-spacing:-1px;
  color:#336699;
}

/*コピーライト部分*/
.copyright{
  border-width:1px 0px;
  border-color:#669999;
  border-style:solid;
  background-color:#cfefdf;
  text-align:right;
  font-size:8pt;
  color:#336666;
}
