/*  
    Origional style by:
    This style sheet moves the navigation section below the article
    at the Wikipedia (English) Web site.
    Made by Thomas Jedenfelt (http://go.to/thj/), 06-Apr-2006.
    Maximus's suggestion compiled into this by:
    AA Boy/Smartboy
    On:
    March 05 2007
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(ja.wikipedia.org) {
     div#column-one {padding-top: 0 !important;}
     div#column-content {float: none !important; margin-left: 0 !important;}
     div#column-content div#content {margin-top: 5.5em !important; margin-left: 0 !important;}

     div.portlet#p-cactions {top: 4em !important; left: 13.5em !important;}

     div.portlet#p-search {width: 17.5em !important; white-space: nowrap !important; position: absolute !important; top: .5em !important; left: 15em !important;}
     div.portlet#p-search h5 {display: none !important;}
     div.portlet#p-search div.pBody {text-align: left !important; border: none !important; background-color: transparent !important;}
     div.portlet#p-search input[id="searchGoButton"] {display: none !important;}

     div.portlet#p-logo {margin-left: 2% !important; margin-top: 1% !important;}
     div.portlet#p-logo a {
       background: url(http://upload.wikimedia.org/wikipedia/commons/9/98/Wikipedia_small_logo_rounded.png) !important;
       background-repeat: no-repeat !important;
       width: 110px !important;
       height: 32px !important;
       }

     div.portlet#p-navigation h5 {font-weight: 700 !important;}
     div.portlet#p-tb h5 {font-weight: 700 !important;}
     div.portlet#p-lang h5 {font-weight: 700 !important;}

     /* This section of code is courtesy of Maximinus. */

     div.portlet#p-navigation {float:left !important;}
     div.portlet#p-tb {float:left !important;}
     div.portlet#p-lang {float:left !important; width:567px !important;}
     div.portlet#p-lang div {-moz-column-count: 5 !important; width:550px !important;} 

#footer, #p-navigation, #p-help, #p-tb, #p-lang {display: none !important; }
}