BODY{
  color : #000000; /* 文字色 */
  background-color : #FFFFFF;  /* 背景色 */
  font-size : 11px;
  font-family : Osaka,Verdana,serif;
/* スクロールバーの設定 */
  scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;  scrollbar-darkshadow-color: #000000;
  scrollbar-arrow-color:#000000;  scrollbar-track-color:#FFFFFF;
  text-align : center;   /* IE用中央揃え */
}
/* 周りの背景色 */
.back{
  background-color : #d0d9c7;
  margin : 0px;
}
/* リンクの設定 */
A {
  color : #000000;
  font-size : 11px;
  font-family : Osaka,Verdana,serif;
  text-decoration : none;
}
/* テーブルの設定 */
TABLE{
  color : #000000;
  font-size : 11px;
  font-family : Osaka,Verdana,serif;
}
.co1{
  border-right : 1px dotted #000000;
  width : 100%;height : 100%;
}
.co01{
  padding : 10px 10px;
  text-align: right;
}
.co2{
  border-top : 1px dotted #000000;
  width : 100%;height : 100%;
  padding : 10px;
}
.co02{
  padding : 10px 10px;
  text-align: right;
}
.line{
  width : 450px; /* 幅を変えたいときはここを調節 */
  line-height : 20px;
  background-image : url(image/line01.gif);
}
.mainta{
  margin : auto;   /* 線のあるテーブル中央揃え */
}

