/* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
'<-----------------------------------------------------------
'[Note] リンク用に変更
'[Date] 2003/11/20 by sahashi
'
'----------------------------------------------------------->
*/

A:link
{
	color: #3333cc;
	text-decoration: underline;
}	

A:visited
{
	color: #333399;
	text-decoration: underline;
}	
		
A:active
{
	color: #333399;
	text-decoration: none;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*
'<-----------------------------------------------------------
'[Note] フロン用として追加（１行おき）
'		ヘッダ全般							:FuronHeaderCell
'		結果の１行目							:FuronFirstCell
'		結果の２行目							:FuronSecondCell
'[Date] 2003/11/21 by sahashi
'----------------------------------------------------------->
*/

TD{}

.FuronHeaderCell
{
	background-color: gainsboro;
}

.FuronFirstCell
{
	background-color: lightcyan;
}

.FuronSecondCell
{
	background-color: lemonchiffon;
}

/*
'<-----------------------------------------------------------
'[Note] 大気速報値表示画面用として追加（文字サイズ固定）
'		全般							:MojiKotei
'[Date] 2005/11/15 
'----------------------------------------------------------->
*/
.MojiKotei
{
	font-size:  10pt;
}

/*
'<-----------------------------------------------------------
'[Note] フロン条件入力画面用として追加
'		全般							:FuronInputBody
'[Date] 2003/11/21 by sahashi
'----------------------------------------------------------->
*/

TABLE{}

.FuronInputBody
{
	background-color: lemonchiffon;
}

/*
'<-----------------------------------------------------------
'[Note] 確定・公表時期ラベル用
'		全般							:Smaller
'[Date] 2003/12/16 by nagashima
'----------------------------------------------------------->
*/

.Smaller
{
	font-size:smaller;
}
