div.news {
  position: absolute;
  top: 150px;
  left: 440px;
  width: 320px;
  height = 140px;
  font-size: 13px;
  color: #ffffff;
  background: #84b8c7;
  z-index: 1;
}

body {
  margin-top: 8px;
  margin-left: 0px;
  font-size: 13px;
  background: #ffffff;
  color: #669999;
}

h1,h2,h3 {
  font-size: 15px;
  margin-bottom : 4px;
}

a:link { color: #3366CC; } 
a:visited { color: #CC6666; } 
a:hover { color: #ff0000; } 
a:active { color: #FFCC00; } 

.HeaderNavi {
  font-size: 13px;
  background: #CFEAF0;
  color: #669999;
  text-align: center;
}

.LeadingNavi {
  font-size: 14px;
  background: #ffffff;
  color: #669999;
}
