@charset "EUC-JP";
/* Power Zone 外部スタイルシート (edit by あぽろん) , 04/11/02 */

/* 全般 (Osaka,Osaka-UI,Osaka−等幅) */
	BODY,TR,TD {
		font-size: 12px;
		color: #333333
	}

/* 文字=>白色 */
	.w {
		color: #FFFFFF
	}
/* 文字=>赤色 */
	.r {
		color: #EE4444
	}

/* 文字=>水色 , 背景=>白色 , 文字周り=>水色1px線 */
	.l {
		background-color: #FFFFFF;
		color: #A5B6FF;
		border-top: #A5B6FF 1px solid;
		border-left: #A5B6FF 1px solid;
		border-bottom: #A5B6FF 1px solid;
		border-right: #A5B6FF 1px solid
	}

/* テキストエリア */
	.t {
		background-color: #FFFFFF;
		color: #333333;
		border-top: #A5B6FF 1px solid;
		border-left: #A5B6FF 1px solid;
		border-bottom: #A5B6FF 1px solid;
		border-right: #A5B6FF 1px solid
	}

/* ハイパーリンク関連 */
	a:link {
		color: #333333;
		text-decoration: none
	}
	a:visited {
		color: #333333;
		text-decoration: none
	}
	a:active {
		color: #333333;
		text-decoration: none
	}
	a:hover {
		color: #A5B6FF;
		background-color: #E3E8FF
	}

/* end */