@charset "EUC-JP";

body {
color:#666;
background-color:#000;
margin:0;
padding:0;
}

a:link{color:#900;text-decoration:none;}
a:visited{color:#900;text-decoration:none;}
a:active{}
a:hover{color:#666;text-decoration:none;}

.logo {
  margin-top:80px;
  margin-bottom:80px;
  width:300px;
  text-align:center;
}

.menu{
  font-size: 14px;
  font-weight:bold;
  font-family:sans-serif;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  width:530px;
}

.c_menu{
  font-size: 14px;
  font-weight:bold;
  font-family:sans-serif;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  width:600px;
}

.date{
  font-size: 11px;
  font-family:sans-serif;
  margin-top:0px;
/*  margin-bottom:10px;*/
  width:300px;
}

.text {
  font-size:11px;
  font-family:sans-serif;
}

.box_ul {
  font-size:14px;
  font-weight:bold;
  text-align:center;
  width:200px;
  border-left:0px;
  border-bottom:1px;
  border-right:0px;
  border-top:0px;
  border-color:#ccc;
  border-style:solid;
  padding:5px;
}

.pointer {
  cursor:default
}

.bgimage{
  background-repeat:repeat-y
}

.new{
  color:#ccc;
  font-size: 11px;
  line-height: 16px;
  font-family:sans-serif;
/*  margin-top:20px;*/
  width:250px;
  border:2px;
  border-color:#666;
  border-style:solid;
  background-color:#000;
}