@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("japan.internet.com") {
div {
  font-size:medium !important;
  line-height: 170% !important;
}

br {
  line-height:170% !important;
}

body > table[width="100%"] {
  width:95% !important;
  margin:auto;
}

td[bgcolor="#ffffff"] > table:first-child, td[width="126"], td[width="302"], td[width="10"] {
  display:none;
}
}