/*
 *	P:RISKYスタイルシート
 */

BODY   { color: LightBlue;			/* デフォルト指定 */
	  background-color: #004070;
	  background-image: url(http://home4.highway.ne.jp/ayuki/risky/image/bg2.png);}

BODY.EF { color: LightBlue;			/* 等幅フォントを全面で使いたい場合 */
	  background-color: #004080;
	  background-image: url(http://home4.highway.ne.jp/ayuki/risky/image/bg2.png);
	  font: 9pt 'ＭＳ ゴシック';}

A:link    {color: LightBlue; text-decoration: underline;}
A:visited {color: Skyblue; text-decoration: underline;}
A:hover   {color: WhiteSmoke; text-decoration: underline;}
A:active  {color: WhiteSmoke; text-decoration: underline;}

/* テーブル(白背景)の時 */
TABLE.reg A:link    {color: Blue; text-decoration: underline;}
TABLE.reg A:visited {color: DarkBlue; text-decoration: underline;}
TABLE.reg A:hover   {color: MediumBlue; text-decoration: underline;}
TABLE.reg A:active  {color: MediumBlue; text-decoration: underline;}

.CS {font: "Comic Sans MS";}
.EF {font: 10pt "ＭＳ ゴシック";}
.FL {font: 10pt;}

/* ランキング用 */
.WS	{color: LightBlue;background: Navy;}
.LG	{color: LightBlue;background: MidNightBlue;}
.WS_T	{color: Black;background: WhiteSmoke;}
.LG_T	{color: Black;background: SkyBlue;}

.up	{color: Aqua;}
.dn	{color: Red;}



TR.TITLE TD, TH.TITLE, TD.TITLE	{color: BLACK;background: LIGHTGREY}
TR.LIST TD, TH.LIST, TD.LIST 	{color: BLACK;background: WHITESMOKE}

TABLE.reg TR	{color: BLACK;background: WHITESMOKE;}	/* レギュページテーブル列指定 */
TABLE.reg TH	{color: BLACK;background: LIGHTGREY;}	/* レギュページ項目名指定 */
TABLE.reg TD.T	{color: BLACK;background: LIGHTGREY;}	/* レギュページ内容指定 */
TABLE.reg TD	{color: BLACK;background: WHITESMOKE;}	/* レギュページ内容指定 */

U 	{color: RED}			/* 強調表現(OFFの人はアンダーライン) */

.no 	{display:none}			/* スタイルシートOFFの人向けレイアウト */
.Headline      {font: "Comic Sans MS";
		/*font-size: large;*/
		color: "#0080FF";
		background-color: "#000080";
		border-left: 4 solid AliceBlue;
		border-bottom: 1 solid AliceBlue;
		width: 90%;
		height: 1.3em;}

/* 申請フォーム用 */
.D {background: #DDDDDD}
.C {background: #CCCCCC}
.B {background: #BBBBBB}
.A {background: #AAAAAA}
.S {background: #999999}
.X {background: #888888}
