@charset "Shift_JIS";


/* body */
body {
         color: #000000;
         background-color: #101000;
}

/* font */
A:link {
         color: #6666ff;
} 
A:visited {
         color: #ff0033;
} 
A:active {
         color: #6666ff;
} 
A:hover {
         background-color: #c0c0c0;
         color: #000080;
         text-decoration: none;
}


h1      {
         color:#6680FF;
         text-align:center;
}

/* align */
.center {text-align: center;}
.right  {text-align: right;}
.left   {text-align: left;}

