@charset "UTN-8N";






body            {   
           
                    margin: 1em 20px;
                    color: #000;
                    line-height: 1.6;
                    font-family: "SimSun-PUA",sans-serif;  
                    line-height: 150%;  
                    
                    font-size: 75%;  

                    *font-size: small;

                    *font: x-small;
                 }



html>/**/body   {  
               font-size: 12px;  
              }  



body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  

               margin: 0;  padding: 0;  

              } 



h1, h2, h2, h3, h5, h6  {  
                         font-size: 100%;  
                       }  


table {
                       font-size:inherit;
                       font:100%;
                       border-collapse: collapse;  border-spacing: 0;  } 


    html {  
        overflow-y: scroll;  
    }  

    img {  
        border: 0;  
    }  

    li  {  
        list-style-type: none;  
    }  

/*------------------
   Layout
--------------------*/


div#content       {

                      width: 1000px;

                      margin: auto;
                      margin-top: -1px;


                  }



div#header        {
                      height: 100px;
                      margin: auto;
                      background: url("header.back.gif") no-repeat;

                  }


div#introbox      {
                      width : 1000px;
                      height: 150px;
                      padding: 0;
                      margin-bottom : 55px; 
                   }






div#menu          {

                      float: left;
                      width: 200px;

                  }

div#main          {

                      float: left;
                      width: 600px;


                  }


div#sitemapmain      {

                      float: left;
                      width: 800px;
                      
                  }

div#mensekimain     {


                         width: 1000px;
                    }



div#affiliate      {

                       margin-left: 5px;
                       float: left;
                       width: 195px;


                    }

div.adv           {
                       background-color: #f5f5f5;
                    }




div#footer          {
                        float: left;
                        width: 1000px;
                        height : 100px;
                        margin-top: 30px;
                        border-top: solid 5px #daa520;
                        background-color:#004927;
                        clear: both;
                    }










/*----------------
     Hyper Module
-----------------*/
                           

a       {
             color: #643e33;                        
        }





a:hover   {
                color: #0000cd;
           }






