/* index css document */

#head {
       width: 95%;
       min-width: 1100px;
       height: 100px;
       background-color: #a6dbab;
       margin: 0 auto 0 auto;
       z-index: 0;
       padding-top:5px;
       padding-right:10px;
       text-align: right; 
}

#head p {
         font-size: 24px;
         font-family: "·L³n¥¿¶ÂÅé", Helvetica;
         color: #034ea2;
}

#menu {
       width: 100px;
       height: 500px;
       background-color:#caeacc;
       top: 55px;
       left: 4%;
       position: absolute;
       z-index: 1;
       font-size: 14px;
       font-family: "Time New Roman", Times, serif;
       color: #034ea2;
}

#menu a {
         text-decoration:none;
}

#menu a:link {
              color:#034ea2;
}

#menu a:visited{
                color:#034ea2;
}

#menu a:hover{
              background-color:#0066FF;
              color:#fff;
              font-weight:bold;
}

#mainpage {
           width: 84%;
           min-width: 970px;
           height: auto;
           background-color: #EEEEEE;
           top: 120px;
           right: 4%;
           position: absolute;           
}