/* CSS Document */

body{
background-color:#036;
background-image: url(../images/back.jpg);
margin-top: 0px;
}

a:link{color:#396;text-decoration:none;}
a:visited{color:#396;text-decoration:none;}
a:active{}
a:hover{color:#e67901;text-decoration:none;}

.contents{
  width: 800px;
  height:96%;
  padding:0px;
  border:0px;
  background-color:#fff;
}

.head{
  width: 800px;
  height:100px;
  padding:0px;
  border:0px;
  margin-top:0px;
  background-image: url(../images/orange.jpg);
  text-align: center;
  vertical-align: middle;
}

.menu{
  width: 800px;
  height:30px;
  padding:0px;
  border:0px;
  margin-top:0px;
  background-color:#ff0;
  text-align: center;
  vertical-align: middle;
}

.go_top{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top:1px solid #ccc;
  width: 750px;
  padding:5px;
  text-align: center;
}

.copy{
  color:#fff;
  font-size: xx-small;
  text-align: center;
  vertical-align: middle;
  background-color:#000;
  width:800px;
  height:30px;
}

.text{
  color:#333;
  font-size: x-small;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  margin-top: 5px;
  max-width: 750px;
  padding: 5px;
}

.cap{
  color:#333;
  font-size: xx-small;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

.text_strong{
  font-weight: 900;
}

.text_red{
  color:#e67901;
  font-weight: 900;
}

.text_wh{
  color:#fff;
  font-weight: 900;
}

.title{
  color:#fff;
  font-size: medium;
  font-weight: 900;
  letter-spacing:1ex;
  text-align: center;
  vertical-align: middle;
  background-color:#396;
  border-bottom:5px solid #036;
  height: 30px;
  width: 800px;
 
}

.title_s{
  color:#369;
  font-size: small;
  font-weight: 900;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  border-bottom:3px dotted #e67901;
  height: 25px;
  max-width: 750px;
}