body{  
    margin: 0;  
    padding: 58px 5px 20px 5px;  
    background-image : url(03iinkai-back.jpg);
    background-repeat : no-repeat;  
    background-position : 50% 0%;
}  
* html body{  
    overflow: hidden;  
}   
div#headerArea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 58px;  
    background-color: #003300;  
    color: #fff;  
    text-align: center;
}  
div#contents-logo {
    position: fixed !important; 
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 200;
}
div#contents-pankuzu {
    position: fixed !important; 
    position: absolute;
    color: silver; 
    font-size: 0.8em;
    top: 2px;
    left: 120px;

}
div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 20px;  
    background-color: #003300;  
    color: #fff; 
    text-align: center; 
}  

div#contentsArea{  
    height: 100%;  
    overflow: auto;  
    padding: 10px 100px 20px 100px; 
    border: solid 5px;
    border-color: #004400;
    border-radius: 2em;

} 

h1 {
  color : #ffffff;
  background-color : green;
  background-repeat : no-repeat;
  background-attachment : fixed;
}



/* ここから下は　ドロップメニューの記述　*/
#dropmenu {  
  list-style-type: none;  
  width: 840px;
  padding: 1em 0 0 100px;  
  position: relative;
  margin-top: 0px;
}  
#dropmenu li {  
  position: relative;  
  width: 168px;  
  float: left;  
  margin: 0;  
  padding: 0;  
  text-align: center;  
}  
#dropmenu li a {  
  display: block;  
  margin: 0;  
  padding: 16px 0 11px;  
  background: #003300;  
  color: #ffffff;  
  font-size: 14px;  
  font-weight: bold;  
  line-height: 1;  
  text-decoration: none;  
}  
#dropmenu li ul {  
  list-style: none;  
  position: absolute;  
  z-index: 100;  
  top: 100%;  
  left: 0;  
  width: 168px;  
  margin: 0;  
  padding: 0;  
}  
#dropmenu li ul li {  
  overflow: hidden;  
  width: 168px;  
  height: 0;  
  color: #fff;  
  transition: .2s;  
}  
#dropmenu li ul li a {  
  padding: 13px 15px;  
  background: #006600;  
  text-align: left;  
  font-size: 12px;  
  font-weight: normal;  
}  
#dropmenu > li:hover > a {  background: #4A7A2A }  
#dropmenu > li:hover li:hover > a {  background: #4A7A2A }  
#dropmenu li:hover > ul > li { overflow: visible; height: 38px; }  

