BODY {
/* 	background-image:url(../image/sikaku.gif);		BODY全体のbackground */
	font-size       :12pt;									/* BODY全体のfont size */

/*	効かない？　font-family		:"ＭＳ Ｐゴシック";		 BODY全体のfont指定  */
/*	white-space		:normal,rpe,space;					 BODY全体の空白の扱い  */
/*	table-layout	:fixed;					 			TABLE表示の扱い fixedが速い。e5のみ */
/*	page-break-before,page-break-after	:auto/left/right;	 印刷改ページ場所指定 */

}

FONT.title-main {				/* メインメニューのメインタイトル */
	font-size:20pt;
	font-weight:bold;
}

FONT.title1 {					/* メインメニューのサブタイトル */
	font-size:18pt;
}

FONT.title2 {					/* 指示メッセージ */
	font-size:14pt;
	font-weight:bold;
}

FONT.title3 {					/* 検索入力、結果のタイトル */
	font-size:18pt;
	font-weight:bold;
	color:darkblue;
/*	text-decoration:underline; */
}

FONT.title-tablename {			/* 表名 */
	font-size:12pt;
	font-weight:bold;
	color:darkblue;
/*	align:left; */
}

FONT.title-mainback {			/* メインメニューへ戻る */
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
}


TABLE {
	background-color:white;		/* TABLEのbackgroundカラー */
}

TABLE.tmp {
	background-color:transparent;	/* TEMP_TABLEのbackgroundカラー */
}

TH {
	background-color:Silver;		/* THのbackgroundカラー */
	text-align:center;			/* TABLEセル内のTEXT配置 */
	font-size:8pt;
}

TH.nobg {
	background-color:transparent;	/* backgroundカラー */
	text-align:center;			/* TABLEセル内のTEXT配置 */
	font-size:8pt;
}

TD {
	text-align:right;			/* TABLEセル内のTEXT配置 */
	font-size:8pt;
}

TD.color1 {						/* TABLEのbackgroundカラー */
	background-color:blue;
	color:white;
}

TD.color2 {						/* TABLEのbackgroundカラー */
	background-color:red;
	color:white;
}

TD.color3 {						/* TABLEのbackgroundカラー */
	background-color:orange;
	color:white;
}

TD.color4 {						/* TABLEのbackgroundカラー */
	background-color:red;
	color:white;
	text-align:left;
}

TD.left {						/* TABLEのbackgroundカラー */
	text-align:left;			/* TABLEセル内のTEXT配置 */
}

TD.center {						/* TABLEのbackgroundカラー */
	text-align:center;			/* TABLEセル内のTEXT配置 */
}


#color1 {
	color:blue;
}

#color2 {
	color:red;
}

#color3 {
	color:orange;
}



#left {
	text-align:left;			/* 通常文字の左寄せ表示 */
}
