/*********************************************************************
 *	画面用のスタイルシート(Microsoft internet Explorer用)
 *	AUTHOR	:	DECHIKO
 *	VERSION	:	001
 *	DATE	:	2003.05.09
 *********************************************************************/

/* ＢＯＤＹ ここから**************************************************/
/* メニュー画面 */
body.menu {
	background-color		: hotpink;			/* ピンク色     */
	background-repeat		: no-repeat;
	text-align				: center;			/* 中央揃え */
}
/* ＢＯＤＹ ここまで**************************************************/

/* ＴＡＢＬＥ ここから************************************************/
table.messageboard {
	background-color		: white;			/* 白色 */
	text-align				: left;				/* 左揃え   */
}
/* ＴＡＢＬＥ ここまで************************************************/

/* ＴＤ ここから******************************************************/
/* メニューの見出し */
td.menu01 {
	background-color		: hotpink;			/* ピンク色     */
	color					: black;			/* 白色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}

/* メニューの明細項目 */
td.menu02 {                                        
	background-color		: hotpink;			/* ピンク色     */
	color					: blue;				/* 青色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え   */
}
td.menu02 A {TEXT-DECORATION: none;}
td.menu02 A:link {color		:blue;}				/* 青色     */
td.menu02 A:visited {color	:blue;}				/* 青色     */
td.menu02 A:active {color	:plum;}				/* 紫色     */
td.menu02 A:hover {color	:plum;}				/* 紫色     */

/* タイトル(青) */
td.title01
{
	color					: darkblue;				/* 青色     */
	text-align				: center;			/* 中央揃え */
	font-size				: 300%;				/* ２倍角   */
	font-weight				: bold;				/* 太字     */
}

/* タイトル(黒) */
td.title02
{
	color					: green;			/* 濃い青色 */
	text-align				: center;			/* 中央揃え */
	font-size				: 200%;				/* ２倍角   */
	font-weight				: bold;				/* 太字     */
}
/* タイトル(濃い青) */
td.title03
{
	color					: red;			/* 濃い青色 */
	text-align				: center;			/* 中央揃え */
	font-size				: 150%;				/* ２倍角   */
	font-weight				: bold;				/* 太字     */
}
/* 黒文字(左・極小) */
td.blackl01
{
	color					: black;			/* 黒色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 黒文字(左・小) */
td.blackl02
{
	color					: black;			/* 黒色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 黒文字(左・中) */
td.blackl03
{
	color					: black;			/* 黒色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 黒文字(左・大) */
td.blackl04
{
	color					: black;			/* 黒色    */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 緑文字(左・大) */
td.greenl04
{
	color					: green;			/* 緑色    */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}

/* 黒文字(中央・極小) */
td.blackc01
{
	color					: black;			/* 黒色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 黒文字(中央・小) */
td.blackc02
{
	color					: black;			/* 黒色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 赤文字(中央・小) */
td.redc02
{
	color					: red;			/* 赤色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 黒文字(中央・中) */
td.blackc03
{
	color					: black;			/* 黒色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 緑文字(中央・中) */
td.greenc03
{
	color					: green;			/* 緑色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}

/* 黒文字(中央・大) */
td.blackc04
{
	color					: black;			/* 黒色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 黒文字(右・極小) */
td.blackr01
{
	color					: black;			/* 黒色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 黒文字(右・小) */
td.blackr02
{
	color					: black;			/* 黒色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 黒文字(右・中) */
td.blackr03
{
	color					: black;			/* 黒色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 黒文字(右・大) */
td.blackr04
{
	color					: black;			/* 黒色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 青文字(左・極小) */
td.bluel01
{
	color					: blue;				/* 青色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 青文字(左・小) */
td.bluel02
{
	color					: blue;				/* 青色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 青文字(左・中) */
td.bluel03
{
	color					: blue;				/* 青色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 青文字(左・大) */
td.bluel04
{
	color					: blue;				/* 青色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 青文字(中央・極小) */
td.bluec01
{
	color					: blue;				/* 青色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 青文字(中央・小) */
td.bluec02
{
	color					: blue;				/* 青色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 青文字(中央・中) */
td.bluec03
{
	color					: blue;				/* 青色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 青文字(中央・大) */
td.bluec04
{
	color					: blue;				/* 青色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 青文字(右・極小) */
td.bluer01
{
	color					: blue;				/* 青色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え   */
}
/* 青文字(右・小) */
td.bluer02
{
	color					: blue;				/* 青色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え   */
}
/* 青文字(右・中) */
td.bluer03
{
	color					: blue;				/* 青色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え   */
}
/* 青文字(右・大) */
td.bluer04
{
	color					: blue;				/* 青色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え   */
}
/* 赤文字(左・極小) */
td.redl01
{
	color					: red;				/* 赤色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 赤文字(左・小) */
td.redl02
{
	color					: red;				/* 赤色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 赤文字(左・中) */
td.redl03
{
	color					: red;				/* 赤色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 赤文字(左・大) */
td.redl04
{
	color					: red;				/* 赤色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 赤文字(中央・極小) */
td.redc01
{
	color					: red;				/* 赤色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 赤文字(中央・小) */
td.redc02
{
	color					: red;				/* 赤色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 赤文字(中央・中) */
td.redc03
{
	color					: red;				/* 赤色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 赤文字(中央・大) */
td.redc04
{
	color					: red;				/* 赤色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 赤文字(極小) */
td.redr01
{
	color					: red;				/* 赤色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 赤文字(小) */
td.redr02
{
	color					: red;				/* 赤色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 赤文字(中) */
td.redr03
{
	color					: red;				/* 赤色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 赤文字(大) */
td.redr04
{
	color					: red;				/* 赤色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 金文字(左・極小) */
td.goldl01
{
	color					: gold;				/* 金色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 金文字(左・小) */
td.goldl02
{
	color					: gold;				/* 金色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 金文字(左・中) */
td.goldl03
{
	color					: gold;				/* 金色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 金文字(左・大) */
td.goldl04
{
	color					: gold;				/* 金色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: left;				/* 左揃え   */
}
/* 金文字(中央・極小) */
td.goldc01
{
	color					: gold;				/* 金色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 金文字(中央・小) */
td.goldc02
{
	color					: gold;				/* 金色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 金文字(中央・中) */
td.goldc03
{
	color					: gold;				/* 金色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 金文字(中央・大) */
td.goldc04
{
	color					: gold;				/* 金色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: center;			/* 中央揃え */
}
/* 金文字(極小) */
td.goldr01
{
	color					: gold;				/* 金色     */
	font-size				: x-small;			/* 極小文字 */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 金文字(小) */
td.goldr02
{
	color					: gold;				/* 金色     */
	font-size				: small;			/* 小文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 金文字(中) */
td.goldr03
{
	color					: gold;				/* 金色     */
	font-size				: medium;			/* 中文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}
/* 金文字(大) */
td.goldr04
{
	color					: gold;				/* 金色     */
	font-size				: large;			/* 大文字   */
	font-weight				: bold;				/* 太字     */
	text-align				: right;			/* 右揃え */
}

