body { 
margin: 0; 
padding: 0;
} 

a:link { color: black; } 
a:visited { color: #003300; } 
a:hover { color: #FF9900; } 
a:active { color: red; }  

/* ヘッダ */
#Header {
width: 850px;
height: 106px; 
background-color: #000066; 
}

#middle{ /* ボックス*/ 
width: 850px;
height: 565px; 
position: absolute;
top: 106px; 
left: 0px;
border-left:5px  #003300 solid;
border-right:5px  #000066 solid;
} 


#boxL1 { /* ボックス左1 メニューバー*/ 
width: 666px;
height: 20px; 
position: absolute;
top: 0px; 
left: 0px; 
padding: 4px;
border-top:2px  #003300 solid;
border-bottom:2px  #003300 solid;
} 


#boxL2 { /* ボックス左2 ナビゲーションバー*/ 
width: 666px;
height: 20px; 
position: absolute; 
top: 28px; 
left: 0px; 
padding-top: 10px;
padding-left: 10px;
 
} 

#boxL3 { /* ボックス左3 本文*/ 
width: 666px;
height: 450px; 
position: absolute;
top: 60px;
left: 0px;
padding-top: 10px; 
} 

#boxR { /* ボックス右 */ 
width: 179px;
height: 565px;
background-color: #000066; 
position: absolute;
top: 0px; 
left: 666px;
padding: 10px;
border-left: 10px #660000 solid; 
}


#boxRin01{  /* ボックス右内１ */ 
border: 4px #660000 solid; 
width: 150px; 
height: 250px; 
overflow: auto; 
color: white;
position: absolute;
top: 0px;
left: 0px;
margin: 10px 7px;
padding-top: 5px; 
background:#003300;
}

#boxRin02{  /* ボックス右内２ */ 
width: 150px; 
height: 250px; 
overflow: visible; 
color: white;
position: absolute;
top: 280px;
left: 0px;
margin: 10px 7px;
padding-top: 5px; 
}  
.news_m{
color: black;
font-size:1.2em; 
background-color: white;padding:5px;
}

#bottom { /* ボトム */ 
width: 850px; 
height: 100%; 
position: absolute;
top: 671px;
left: 0px;
padding-top: 10px;
border-top:2px  #003300 solid; 
} 





#middle2{ /* ボックス*/ 
width: 850px;
height: auto; 
position: absolute;
top: 106px; 
left: 0px;
border-left:5px  #003300 solid;
border-right:5px  #000066 solid;
} 




#m1 { /* ボックス左1 メニューバー*/ 
width: 840px;
height: 20px; 
position: static; 
top: 0px; 
left: 0px; 
padding: 4px;
border-top:2px  #003300 solid;
border-bottom:2px  #003300 solid;
} 


#m2 { /* ボックス左2 ナビゲーションバー*/ 
width: 840px;
height: 20px; 
position: static; 
left: 0px; 
padding-top: 10px;
padding-left: 10px;
pdding-bottom: 5px;
} 


#m3 { /* ボックス左3 本文*/ 
width: 840px;
height: auto; 
position: static; 
left: 0px;
padding: 5px;
overflow: auto;
scrollbar-base-color:#8B0000;
scrollbar-arrow-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
scrollbar-3dlight-color:; 
scrollbar-darkshadow-color:;
}



#bottom2 { /* ボトム */ 
width: 840px; 
height: auto; 
position: static;
top: auto;
left: 0px;
padding-top: 10px;
border-top:2px  #003300 solid; 
} 

hr { 
border: 1px #003300 solid; 
background-color: #003300;
} 


h2{
color: white;
font-size:1.2em; 
background-color: #003300;padding:5px;
border-left: 15px #009933 double; 

}


h4{
text-align:right;
font-size:0.8em;
padding:5px;
}


