/* CSS Document */

body{
background-color:#d5ebfa;
background-image:url("../images/sora.jpg") ;
background-repeat:no-repeat;
background-attachment: fixed;
background-position: center;
margin-top: 0;
color: #333;
}


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

.contents {
  margin-top: 0px;
  width: 800px;
  height: 95%;
}

.copy {
  font-size:10px;
  width: 100%;
  height: 25px;
  background-color:#9c9;
  margin-top: 0px;
}

.info {
  font-size:12px; 
  line-height:150%;
  background-color:#fff;
  width: 480px;
  border-top: #666 1px solid;
}

.text_red {
  font-size:13px;
  font-weight: 900;
  color: #c00;
}

.bgimage{
  background-repeat:repeat-y;
}

.head_bf {
  font-size:13px;
  font-weight: 900;
  color: #fff;
  background-color: #36c;
  border-bottom: 3px solid #000;
  width:480px;
  height: 25px;
  margin-top: 10px;
  padding-left: 5px;
}

.text {
  font-size:12px; 
  line-height:150%;
  width:520px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.go_top {
  font-size:12px;
  border-bottom: 1px solid #666;
  width:520px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}