/* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */
/*
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
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;
	}
*/
TABLE .BORDER
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}


TD .LCOL_BORDER
{
	border-right:	gray 1px;
	border-top:		gray 1px;
	border-left:	gray 1px;
	border-bottom:	gray 1px solid;
	margin:			2px;
}

TD .RCOL_BORDER
{
	border-top:		gray 1px;
	border-right:	gray 1px;
	border-left:	gray 1px solid;
	border-bottom:	gray 1px solid;
	margin:			2px;	 
}

TD .RCOL2_BORDER
{
	border-top:		gray 1px;
	border-right:	gray 1px;
	border-left:	gray 1px solid;
	border-bottom:	gray 1px;
	padding-top:	0px;
	padding-left:	0px;
	padding-right:	0px;
	padding-bottom:	0px;	
}
.DATAGRID
{/*
	border-top:			white 2px solid;	
	border-right:		gray 2px solid;
	border-left:		gray 2px solid;
	border-bottom:		gray 2px solid;
	*/
	border-top:			white 2px solid;	
	font-size: 9pt;
	font-family:'MS UI Gothic';
}

.FONT8PT
{
	font-size: 8pt;
	font-family: 'MS UI Gothic';
}
.FONT9PT
{
	font-size: 9pt;
	font-family: 'MS UI Gothic';
}
.FONT10PT
{
	font-size: 10pt;
	font-family: 'MS UI Gothic';
}
.FONT9PT_MSG
{
	font-size: 9pt;
	font-family: 'ＭＳ ゴシック';
}
.FONT9PT_B
{
	font-weight: bold;
	font-size: 9pt;
	font-family: 'MS UI Gothic';
}
.LINK
{
	font-size: 10pt;
	font-family: 'ＭＳ ゴシック';
}

.UNI_LINK
{
	font-size: 9pt;
	font-family: 'MS UI Gothic';
}

.LINK12
{
	font-size: 12pt;
	font-family: 'ＭＳ ゴシック';
}

.FONT12PT
{
	font-size: 12pt;
	font-family: 'MS UI Gothic';
}
.FONT12PT_B
{
	font-weight: bold;
	font-size: 12pt;
	font-family: 'MS UI Gothic';
}
.FONT12PT_MIN
{
	font-size: 12pt;
	font-family: 'ＭＳ 明朝';
}

.ex
{
	cursor: hand;
}

/********************************************************
 リンクのアンダーラインを消す
/********************************************************/
A:link { TEXT-DECORATION: none }
	A:visited { TEXT-DECORATION: none }
	A:hover { TEXT-DECORATION: underline }
	A:active { TEXT-DECORATION: underline }
	A.name:link { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none }
	A.name:visited { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none }
	A.name:hover { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #cc0000; TEXT-DECORATION: underline }
	A.name:active { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #cc0000; TEXT-DECORATION: underline }

/********************************************************
 日本語：カラー名称ラベル
/********************************************************/
.FONT_COLORNM_JP
{
	font-size: 7pt;
	font-family: 'MS UI Gothic';
}
/********************************************************
 英　語：カラー名称ラベル
/********************************************************/
.FONT_COLORNM_EN
{
	font-size: 7pt;
	font-family: 'Arial Narrow';
}
/********************************************************
 独　語：カラー名称ラベル
/********************************************************/
.FONT_COLORNM_DE
{
	font-size: 7pt;
	font-family: 'Arial Narrow';
	/*
	font-family: 'MS UI Gothic';
	color: #ff0066;
	*/
}
/********************************************************
 仏　語：カラー名称ラベル
/********************************************************/
.FONT_COLORNM_FR
{
	font-size: 7pt;
	font-family: 'Arial Narrow';
	/*
	font-family: 'MS UI Gothic';
	color:Aqua;
	*/
}

/********************************************************
 カラーラベル
/********************************************************/
.LBL_COLOR
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	cursor: hand; 
	TEXT-DECORATION: none; 
	Width: 30px; 
	padding: 4;	
	Font-family: MS UI Gothic;
	Font-Size: X-Small;
}
/********************************************************
海外版のMoreDeatilsﾎﾞﾀﾝ
/*******************************************************
.BTN_MOREDETAILS
{
	margin-top: 2px;
}*/