BODY {
	font-size: 9pt; text-decoration: none;
	color: black; background-color: white; 
}

A:link { color: blue; }
A:visited { color: purple; }
A:active { color: red; }

table {
	font-size: 9pt; text-decoration: none;
	line-height: 1.1em;
}

table.INTRO {
	font-size: 9pt; text-decoration: none;
	line-height: 1.1em;
	background: #ccffcc
}

table.TONAMENT {
	font-size: 9pt; text-decoration: none;
	line-height: 1.1em;
	border-color: #696969;
	background: #2e8b57;
}

td.TONAMENT_TITLE {
	vertical-align: middle;
	text-align: center;
	background: #CCFFCC
}

/*G=GHOST,N=NUMBER/W=WINNER,L=LOSER*/
td.GW {
	background: #ccccff;
}
td.NW {
	background: #FFFFFF;
	text-align: right;
}
td.GL {
	background: #EFEFEF;
}
td.NL {
	background: silver;
	text-align: right;
}

td.RESULT {
/*	background: #EFEFEF;*/
	background: yellow;	/*試しに黄色に変更*/
	text-align: center;
}

TD {
vertical-align: middle;
}

td.INTRO {
vertical-align: middle;
background: #CCFFCC
}

DD {
	margin-left: 2em;
	margin-top: 1em;
}

strong.FORBIDDEN{
/*
	font-weight: normal;
	color: red;
*/
}

strong.ATTENTION{
	font-weight: normal;
	color: red;
}

strong.SUGGESTED{
	font-weight: normal;
	color: blue;
}

strong.COMMENT{
	font-weight: normal;
	color: gray;
}

/* スケジュールテーブル
    少し色を変えたほうがわかりやすいかも、でもあまり目立つのはあれだし。
*/
table.scedule{
	background-color: #ccffdc;
}

