@charset "EUC-JP";

body {
color:#ccc;
background-color:#ececec;
margin:0;
padding:0;
}

a:link{color:#fff;text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:active{}
a:hover{color:#900;text-decoration:none;}

.menu{
  color:#ccc;
  font-size: 14px;
  font-weight:bold;
  font-family:sans-serif;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  width:600px;
}

.title{
  color:#fff;
  font-size: 14px;
  font-weight:900;
  font-family:sans-serif;
  margin-top:10px;
  width:400px;
}

.subtitle{
  color:#fff;
  font-size: 11px;
  font-weight:900;
  font-family:sans-serif;
}

.text{
  font-size:11px;
  line-height: 16px;
  font-family:sans-serif;
  width:400px;
}

.stext{
  color:#fff;
  font-size:9px;
  line-height: 14px;
  font-family:sans-serif;
}

.rtext{
  color:#900;
}

.footer{
  font-size:11px;
  font-family:sans-serif;
  text-align:center;
  width:800px;
  height:30px;
  background-color:#000;
}

.box {
  font-size:12px;
  font-weight:900;
  font-family:sans-serif;
  width:400px;
  border-left:1px;
  border-bottom:1px;
  border-right:1px;
  border-top:1px;
  border-color:#333;
  border-style:solid;
}

.link{
  color:#ccc;
  font-size:11px;
  line-height: 16px;
  font-family:sans-serif;
  width:400px;
}

.gallery_box {
  font-size:11px;
  line-height: 14px;
  width:140px;
  height:140px;
  border-left:1px;
  border-bottom:1px;
  border-right:1px;
  border-top:1px;
  border-color:#666;
  border-style:solid;
  padding: 10px 5px 5px 5px;
}