
/*全体*/
.center {text-align:center}
.right {text-align:right}
.left {text-align:left}
.top {vertical-align:top}
.middle  {vertical-align:middle}
.bottom  {vertical-align:bottom}


table, th, td  {       
       font-size:100%;

                  }

#tsoto1 {   width:76%;
height:1%;
                 }

#tsoto2 {   width:100%;
       border:1px solid #808080;
height:1%;
       background-color:#808080;

                 }

#tcd1 {   width:100%;
height:1%;
       background-color:#F0E68C;

                 }

#tcd2 {   width:50%;
height:1%;
       background-color:#FFFFFF;

                 }




#tmain {   width:96%;
                 }


td  {       
       font-size:100%;
                  }

#main_head {   width:100%;
       text-align: center;
                 }

#main_left {   width:16%;
vertical-align: top;
       text-align: center;
                 }

#main_right {  width:84%;
vertical-align: top;
       text-align: center;
                 }

#normal {  width:100%;
vertical-align: top;
       text-align: left;
                 }
 

/*Body*/
body {
       background-color:#EEE8AA;
       color:#000000;
       font-size:100%;
       text-align: center;
vertical-align: top;
       scrollbar-track-color : #f0fff0;
	   scrollbar-3dlight-color :#32cd32;
	   scrollbar-arrow-color :#32cd32;
	   scrollbar-darkshadow-color #32cd32;
	   scrollbar-face-color:#ffffff;
	   scrollbar-highlight-color :#f0fff0;
	   scrollbar-shadow-color : #f0fff0;
      }

/*レイアウト*/
#zentai {    width:96%;
                border:1px solid #008000;
                }

#top {        width:90%;
                background: #EEE8AA;
                 }


#navileft { 
                text-align : left ;
                }  

#main {
                width : 100% ;
                text-align : left ;
                }  


#footer {    
                 width:100%;
                 font-weight:bold;
                 text-align:center; 
                 background-color:red;
                 color:#008000;
                 border-top:1px solid #8fbc8b;
                 }


/*リンク*/

A:link {       color:#0000ff;
                font-size:100%;
                }


A:visited {   color:#990099;
                text-decoration:none;
                font-size:100%;
                }

A:active {    color:#000000;
                text-decoration:none;
                font-size:100%;
                }

A:hover {    color:#ffffff;
                font-size:100%;
                background-color:red;
                text-decoration:none;
                {position:relative;top:-2px;left:-2px;}
                }

/*TOP*/

h1 {            font-size:100%;
                 text-align:center; 
                 color:#008000;
                 }

h2 {            font-size:200%;
                 text-align:center; 
                 color:#696969;
                 font-weight:bold;
                 }


/*左ナビ*/

.navileft-title {
                 color:#008000;
                 text-align:center;
                 border:1px solid #8fbc8b;
                 }

.navileft-main {    font-size:100%;
                 text-align:left;
                 background-color : #EEE8AA;
                 border-left:1px solid #8fbc8b;
                 border-right:1px solid #8fbc8b;
                 }

.navileft-footer {  background-color: green;
                 background-color : green;
                 border-left:1px solid #8fbc8b;
                 border-right:1px solid #8fbc8b;
                 border-bottom:1px solid #8fbc8b;
                 }

/*メイン*/

.main-title {  background-color: #EEE8AA;
                 text-align:center; 
                 color:#008000;
                 border:1px solid #8fbc8b;
                 }

.main-main { font-size:100%;
margin-left: auto;
margin-right: auto;
                 text-align:center; 

                 }

.main-footer{background-color:#EEE8AA;
 
                 }
