/* CSS Document */

body{
background-color:#fff;
background-image: url(../images/back.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
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: 800px;
  height: 95%;
}

.copy {
  font-size:10px;
  color: #fff;
  width: 800px;
  height: 25px;
  background-color:#666;
  margin-top: 0px;
}

.side_top {
  width: 250px;
  height: 100px;
  background-image: url(../images/side_top.jpg);
  background-repeat: no-repeat;
}

.side {
  width: 250px;
  background-image: url(../images/side_back.jpg);
  background-repeat: repeat-y;
}

.menu {
  width: 150px;
}

.text {
  font-size:11px;
  line-height:180%;
  margin-top: 10px;
  width: 500px;
}

.text_red {
  color: #933;
}

.image {
  margin-top: 10px;
}

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

.head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size:120%;
  font-weight: 500;
  width: 550px;
}

.title {
  width: 500px;
  margin-top: 10px;
  font-size:12px;
  line-height:150%;
  font-weight: 900;
  color: #000;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #ccc;
}

.date {
  font-size:11px;
  font-weight: 100;
  color: #333;
}