/* === 入れ子テーブルがあるページのプリントアウト用 ===*/

BODY {
  width : 780px;
  color : #000000;
  font-size : 95%  
  margin-left : auto;
  margin-right : auto;
  line-height : 125%;
  text-align : center;
}
DIV {
  width : 750px;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
}
HR {
  width : 780px;
  margin-left : auto;
  margin-right : auto;
}
TABLE {
  width : 750px;
  margin-left : auto;
  margin-right : auto;
  margin-top : 20px;
  margin-bottom : 20px;
  border : 1px solid #000000;
  border-collapse : collapse;
}
TH {
  font-size : x-small;
  color : #000000;
  border-collapse : separate;
}
TD {
  font-size : x-small;
  color : #000000;
  border-collapse : separate;
}
H1 {
  line-height : 140%;
}
.txtleft {
  width : 750px;
  text-align : left;
}
.txtright {
  width : 750px;
  text-align : right;
}
.intable {
  width : 370px;
  margin-left : auto;
  margin-right : auto;
  margin-top : auto;
  margin-bottom : auto;
  border : 1px solid #000000;
  border-collapse : collapse;
}