



body {
  font-family: "Osaka", "MS UI Gothic";
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  background-color: #FFFFFF;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A:LINK{
  text-decoration: underline;
  color : #E60000;
}
A:VISITED{
  text-decoration: underline;
  color : #245B0A;
}
A:ACTIVE{
  text-decoration : underline;
  color : #E60000;
}
a:hover {
  text-decoration : underline;
}
td {
  font-family: "Osaka", "MS UI Gothic";
  font-size: 12px;
  line-height: 18px;
  color: #000000; 
}
.f10 {
  font-family: "Osaka", "MS UI Gothic";
  font-size: 10px;
  line-height: 14px;
  color: #000000; 
}
.f12 {
  font-family: "Osaka", "MS UI Gothic";
  font-size: 12px;
  line-height: 18px;
}
.f10ttl{
  font-family: "Osaka", "MS UI Gothic";
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
.f12ttl {
  font-family: "Osaka", "MS UI Gothic";
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.solidtable {
 border: 1px #666666 solid;
}
.graytable { 
  vertical-align:top;
  border-left:solid 1px #222222;
  border-right:solid 1px #222222;
}
.dottable { 
  border-right:dotted 1px #222222;
}
.dashtable { 
  border-right:dashed 1px #222222;
}