﻿body 
{
	margin:1px;
	font-family:ＭＳ ゴシック;
}

.title00 {
	background-color:#4D4D4D;
	color:White;
	height: 20px;
	width:100%;
	text-align:center;
	padding:5px;
}

.title01 {
	background-color:#4D4D4D;
	color:White;
	height: 20px;
	width:100%;
	text-align:left;
	padding:5px;
}

.title02 {
	background-color:#4169E1;
	color:White;
	height: 20px;
	width:100%;
	text-align:left;
	padding:3px;
}

.title03 {
	background-color:#32CD32;
	color:black;
	height: 20px;
	width:100%;
	text-align:left;
	padding:3px;
}

.tableTitle {
    background-color:#ADD8E6;
    text-align:right;
}

.tableTitle2 {
    background-color:#90EE90;
    text-align:right;
}

.tableTitle3 {
    background-color:#ADD8E6;
    text-align:center;
}

.tableItem {
    background-color:#FFFFFF;
    text-align:left;
}

.tableItem2 {
    background-color:#FFFFFF;
    text-align:center;
}

.thed
{
	background-color:#D3D3D3;
	padding:2px;
	text-align:center;
}

.imeActive
{
	ime-mode: active; /*日本語*/
}

.imeInactive
{
	ime-mode: inactive; /*英数字*/
}

.imeDisabled
{
	ime-mode: disabled; /*英数字変更不可*/
}

.txtBox
{
	border:1px solid #004080;
	text-align:left;
	font-family:ＭＳ ゴシック;
}

.txtBoxNum
{
	border:1px solid #004080;
	text-align:right;
	font-family:ＭＳ ゴシック;
}

.DDlList 
{
	font-family:ＭＳ ゴシック;
}

.cmdButton 
{
	font-size : 15px;
	width : 80px;
	height : 25px;
	vertical-align : middle;
	text-align : center;
}

.lblEditMode 
{
	text-align: center;
	font-family:ＭＳ ゴシック;
}

.Freezing 
{
    border-color:#9FA0A0;
	border-right-style:none;
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:none;
    position: relative;
    top: expression(GetElementById("FreezingDiv").scrollTop - 1);
    z-index: 10;
}

.GridListHead
{
    border-color:#9FA0A0;
    border-right-style:none;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
}

.GridListHeadRight 
{
    border-color:#9FA0A0;
    border-right-style:solid;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
}

.GridListItem
{
    border-color:#9FA0A0;
    border-right-style:none;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
}

.GridListItemRight 
{
    border-color:#9FA0A0;
    border-right-style:solid;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
}

.GridListButton
{
    border-style:none;
    background-color:white;
    color:blue;
    font-family:ＭＳ ゴシック;
}