@charset "utf-8";
body {
   background: white;
   }
div#navi_top{
   display: none;
   }
div#header {
   display: none;
   }
div#footer {
   display: none;
   }
div#mainContent {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none; /* important */
   color: black;
   background: transparent none;
   margin-left: 0pt;
   padding-top: 1em;
   font-size: 11px;
   }
#mainContent ul{
   display: none;
   }   
a:link, a:visited {
   color: #625051;
   background: transparent;
   font-size: 11px;
   text-decoration: underline;
   }
a#back{
   display: none;
   }


