@import "header.css";
@import "body.css";
@import "subMenu.css";
@import "footer.css";


body {
  font-family: "ＭＳ ゴシック",arial,helvetica,clean,sans-serif;
  font-size: 13px;
  *font-size: small;  /* IE互換用 */
  *font: x-small;  /* IE互換用 */
  background: #FFFFFF;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}

table {
  font-size:inherit;
  font-size: 100%;
}

a:link {
  color: #2D52E8;
}
a:visited {
  color: #2D52E8;
}
a:active {
  color: #666666;
}
a:hover {
  color: #666666;
}

detail {
  width: 750px; 
  margin-top: 0; 
  margin-left: 0; 
  padding: 0;
}
detail_main {
  width:590; 
  margin-top: 0; 
  margin-left: 0; 
  padding: 0; 
}