/* CSS Document */

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

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

.contents2{
  width: 800px;
  height:360px;
  padding:0px;
  border:0px;
  margin-top:0px;
  background-image: url(../images/green.jpg);
  text-align: center;
  vertical-align: top;
}

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

.info{
  color:#fff;
  font-size: small;
  font-weight: 500;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
  width:360px;
  border-bottom:3px dotted #e67901;
  padding:5px;
}

.image{
  margin-top:20px;
}

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

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

.address{
  color:#000;
  font-size: x-small;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  width:750px;
}

.text_strong{
  font-weight: 900;
}

.info2{
  color:#fff;
  font-size: small;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  width:330px;
  border-bottom:3px dotted #e67901;
  padding:2px;
}

.OrangeDot{
  font-size: small;
  text-align: left;
  vertical-align: top;
  width:350px;
  border-bottom:3px dotted #e67901;
}