/*
$Id: systemcore.css,v 1.5 2001/08/24 15:53:12 ryuon Exp $

SCI.CO.JP STYLESHEET MAIN FILE

Coryright (C) 2000, SystemCore Inc. All rights reserved.
mailto: SystemCore Staff <staff@sci.co.jp>
*/

BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #FFFFFF;
}

H1.norm {
	background-color: #ddd;
}

H1.title {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #222222 ;
	background: #BBBBFF;
	/* spring Mar-Apr
	background: #FFDDDD;
	*/
	/* Green Season May-Jun
	background: #99FFBB;
	*/
	/* summer Jul-Sep
	background: #CCFFFF;
	*/
	/* autumn  Oct-Nov
	background: #d77;
	*/
	/* winter  Dec-Feb
	background: #EEEEEE;
	*/
}

H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #770000;
	background: #CCCCFF;
}

H3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3333FF;
	background: #DDDDFF;
}
UL {
	margin-top: 0px;
}
DL {
	margin-top: 0px;
}

div.copyright {
	text-align: right;
	color: #999999 ;
	background: #EEEEEE;
}

font.copyright {
	text-align: right;
	color: #999999 ;
	background: #EEEEEE;
}

HR {
	clear: both;
}

HR.copyright {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

A:link {
	color: #f00;
	text-decoration: none;
}

A:visited,A:active {
	color: #700;
	text-decoration: none;
}

/*
A:active {
	color: #f00;
	background: #bbf;
	text-decoration: none;
}
*/

A:hover {
	color: #f00;
	background-color: #ddf;
	text-decoration: none;
}
