/* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */

BODY
{
    BACKGROUND-COLOR: #dfe6ee;
    FONT-FAMILY:ＭＳ ゴシック, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}		
TD,Div Label,Input,span,submit,select{		
	font-size:	9pt;
	FONT-FAMILY: ＭＳ ゴシック,Verdana, Helvetica, sans-serif;
	}
Label
{	DISPLAY: inline; 
	TEXT-ALIGN: center;	
	}
span
{
	padding-top:3px;	
	text-align:center ;
	}
A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.TableTilte
{
	background-color:  #c0ffc0;
}
.GridShowText
{
   cursor:default;
	BACKGROUND-COLOR:Transparent;
	height:16px;
	padding-top: 2px;
	border-style:none;
}
