@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("kengo.preston-net.com") {
div#links,
iframe,
div.sidetitle,
div.side,
body> a {
  display: none !important;
}
div#content {
  width: 100% !important;
  border: none !important;
}
div {
  float: none !important;
  clear: both !important;
}
h3.title {
  font-weight: bold !important;
  border-bottom: 1px dotted #333 !important;
}
}