/*
 *	Cascading Style Sheets, [side-b]
 */
A{
  font-size        : 12px;
  line-height      : 140%;
  font-weight      : normal;
  text-decoration  : none; }

A:HOVER{
  font-size        : 12px;
  line-height      : 140%;
  font-weight      : normal;
  text-decoration  : underline overline; }

BODY{
  background-color : #000000; }

HR{
  color            : gray; }

.txt{
  color            : #F5F5F5;
  font-size        : 12px;
  line-height      : 140%; }

.txt2{
  color            : #C0C0C0;
  font-size        : 12px;
  line-height      : 140%; }

.title1{
  background-color : #696969;
  color            : #F5F5F5;
  font-size        : 15px;
  line-height      : 110%; }

.title2{
  color            : #F5F5F5;
  font-size        : 15px;
  line-height      : 110%; }

.title3{
  color            : #F5F5F5;
  font-size        : 18px;
  line-height      : 300%; }

.sign{
  color            : #F5F5F5;
  font-family      : Verdana,Arial,Helvetica,sans-serif;
  font-size        : 11px;
  line-height      : 140%; }

.mini{
  font-size        : 11px;
  line-height      : 140%; }

.mini2{
  color            : #C0C0C0;
  font-size        : 11px;
  line-height      : 140%; }

.update{
  background-color : #333333;
  color            : #CD5C5C;
  font-size        : 12px;
  line-height      : 140%; }
/*
 *	(C) 2001 Saori NINOMIYA. All rights reserved.
 */
