<!-- トップメイン -->
BODY {
  background:white;
  margin-left:0px;
  margin-right:4px;
  margin-top:1px;
  font-size : 13px;
  table-layout:fixed;
  color: #000000;
  font-family:"ＭＳ Ｐゴシック";
}
P {
  font-size : 13px;
  margin-left:10px;
  margin-right:10px;
}
TBODY {
  font-size : 13px;
}
TABLE.fixed {
  table-layout:fixed ;
}
.font3 {
  font-family:"Times New Roman";
}
.g {
  color: green;
}
.r {
  color: red;
}
.b {
  color: blue;
}
.10r {
  font-size : 10px;
  color: red;
}
.11 {
  font-size : 11px;
}
.11g {
  font-size : 11px;
  color: green;
}
.11r {
  font-size : 11px;
  color: red;
}
.12 {
  font-size : 12px;
}
.no {
  text-decoration:none;
}
A {
  text-decoration:none;
}
A:link {
  color : blue;
}
A:visited {
  color : blue;
}
A:ACTIVE {
  color : red;
}
A:HOVER {
  color : red;
  text-decoration:underline;
}
