<!--
' -----------------------------------------------------------------------------
'
'	SysCommon.css
'
'	JR高速バスロケーションシステム
'
'	共通スタイルシート
'
'	バージョン：1.0.0
'
'	作成者	：林　智子
'
'	作成日	：2002/01/16
'
'	備考	：
'	font-size   : xx-small | x-small | small | medium | large | x-large | xx-large
'	font-weight : normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
'    	※ normal == 400, bold == 700
'＜変更履歴＞
'	林		2002/01/16
'	児玉	2002/03/12　タイトルの色を変更 
'                        
'	Copyright(C) 2002 Kozo Keikaku Eng.
'
' -----------------------------------------------------------------------------

-->
BODY, FORM, TABLE	{ font-size: small;}

BODY.clHead         { background-color: 'paleturquoise';        }

LABEL.clWinTitle    { font-size: large; font-weight: bold;    }

LABEL.clCommTitle   { font-size: medium; font-weight: bold; color: #000099;}

LABEL.clTargetTitle   { font-size: medium; font-weight: bold; color: #D2691E;}

LABEL.clNews  { font-size: medium; font-weight: bold; color: #000000;}

LABEL.clAttention  { font-size: medium; font-weight: bold;}

LABEL.clNoticeS  { font-size: small; font-weight: bold; color: #FF0000;}

LABEL.clNoticeXXS  { font-size: xx-small; color: #FF0000;}

HR.clLine           { color: #2E8B57; height: 1;                }

