/* CSS Document */

body{
background-color:#fff;
margin-top: 0;
color: #333;
}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{color:#933;text-decoration:underline;}

.contents {
  background-color: #fff;
  margin-top: 0px;
  width: 798px;
  height: 95%;
}

.copy {
  font-size:10px;
  width: 798px;
  height: 25px;
  background-color:#fff;
  margin-top: 0px;
  border-top:#ccc 1px solid;
}

.news {
  font-size:11px;
  line-height:150%;
  width: 330px;
  padding: 5px;
  margin-top: 5px;
}

.image {
  margin-top: 20px;
}

.go_top {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:11px;
}