@charset "EUC-JP";

body {
color:#ccc;
background-color:#000;
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:250px;
}

.text{
  font-size:11px;
  line-height: 16px;
  font-family:sans-serif;
  text-align:left;
}

.icon{
  font-size:9px;
  width:80px;
  margin-top:10px;
  margin-bottom:10px;
}

.icon_s{
  font-size:9px;
  width:80px;
  margin-top:10px;
  margin-bottom:0px;
}

.stext{
  color:#fff;
  font-size:9px;
  line-height: 14px;
  font-family:sans-serif;
}

.rtext{
  color:#900;
}

.spec {
  font-size:10px;
  width:350px;
  border-left:0px;
  border-bottom:1px;
  border-right:0px;
  border-top:0px;
  border-color:#333;
  border-style:solid;
}

.box_line {
  border-left:1px;
  border-bottom:1px;
  border-right:1px;
  border-top:1px;
  border-color:#666;
  border-style:solid;
  padding: 5px 5px 5px 5px;
}
