/* 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;
}

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

.box {
  font-size:85%; 
  line-height:150%;
  margin-top: 10px;
  border: 1px solid #ccc;
  width:485px;
}

.top {
  width:520px;
  margin-top:10px;
}

.head {
  font-size:13px;
  font-weight: 900;
  color: #00945b;
  width:520px;
  height: 37px;
  margin-top: 10px;
  background-image:url("../images/sub/back_top.gif") ;
  background-repeat:no-repeat;
}

.botoom {
  width:520px;
  height: 30px;
  background-image:url("../images/sub/back_bottom.gif") ;
  background-repeat:no-repeat;
}

.title {
  font-size:12px;
  font-weight: 900;
  color: #000;
  border-bottom: 1px solid #666;
  width:485px;
}

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

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