/* CSS Document */
body, table
{
	font-size	:	10pt;	
}

tr
{
	height	:	25px;
}

form
{
	width	:	1024px;
}

.label
{
	background-color:	#ECE9D8;
	color			:	Black;
	text-align		:	left;
}

.button
{
	background-color	:	#ECE9D8;
}

.nonime
{
	ime-mode	:	disabled;
}

/*
	backgroud's setting when loading updateprogress
*/
.Background
{
    left	:	0;
    top		:	0;
    z-index	:	10;
    width	:	100%;
    height	:	100%;            
    filter	:	alpha(opacity=40);
}

/*  2025-08-18: d.motomura  */
.checkbox 
{
	width: 20px;
	height: 20px;
}
/*  2025-08-18: d.motomura  */