body {
 font-family: Arial Rounded MT Bold;
 font-size: 1em;
 text-decoration: none;
 left:0px;
 top:0px;

}

a {
 color: #004080;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}
.naviimg {
  position:fixed;
  top:10px;
  left:10px;
  width:160px;
  heigth:160px;
}
.bgnavi{
	position:fixed;
	top:0px;
	left:0px;
	height:1200px;
	width:180px;
	z-index:0;
}

.menu {
  position:absolute;
  top:180px;
  left:-25px;
  width:160px;
  heigth:160px;
}
.menuitem {
  list-style-type:none;
  margin-left:0px;
  margin-top:4px;
  margin-bottom:4px;
}
.menulink {
  font-family: Arial Rounded MT Bold;
  font-size:13px;
  color: #000000;
}

.menulink:hover {
  text-decoration:none;
  background-color:#707070;
  color:#FF0000;
}
