@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.heiwaboke.com") {
 body > span,
 table.main,
 div#container {
   width: 90% !important;
   margin: 0 5% !important;
 }
 td#navi,
 div#leftmain,
 div#center,
 div#left {
   width: 100% !important;
   float: none !important;
 }

 .box2,
 div#right {
   display: none !important;
 }

 div.headline {
   margin-top: 20px !important;
 }

 div.box3 {
   padding: 5px !important;
 }

 span.blogpeople-linklist {
   font-weight: bold !important;
   font-size: 120%;
 }

 div.box3 br,
 div.box br {
   display: none !important;
 }
}