/*
 * main.css  (C)1998-1999 YOSHIFUJI,H.
 * $Revision: 1.3 $ ($Date)
 */

/*** General Settings ***/
.left{			text-align:		left;		}
.center{		text-align:		center;		}
.right{			text-align:		right;		}
.fright{		float:			right;		}
.fleft{			float:			left;		}
.fclear{		clear:			both;		}
.blink{			text-decoration:	blink;		}
/*** Specific Definitions ***/
BODY{			background-color:	#FFC;		}
A IMG{			border:			none;		}
#title H1{		text-align:		center;		}
.statement{		text-align:		center;		}
#news{			text-align:		left;		}

#tail-banners{		float:			right;		
			border:			none;		}

.recommend{		font-weight:		bold;		}

DIV.rcsid {		font-size: 		0.8em;		}

/*** Group Definitions ***/
/* profile group */
BODY.profile{		background-color:	#CFC;		}

/* info group */
BODY.info{		background-color:	#6EF;		}

/* hobby group */
BODY.hobby{		background-color:	#FCC;		}
