﻿body 
{
    font-family:ＭＳ ゴシック;
    font-size:larger;
    background-color:white;
    /*GRAY→#FFFFCC*/
}
a:link
{
	color:#0000FF
}
a:visited
{
	color:#0000FF
}
a:active
{
	color:#0000FF
}
/* テキストボックス *//*
input[type="text"]
{
    font-family:ＭＳ ゴシック;
    font-size:medium;
}*/

/* 在庫照会、発注ボタン */
.clsButtonOrder
{
    width:100px;
}
/* マスタページボタン *//*
.clsButtonOrder
{
    width:80px;
}*/
/* 数値用テキストボックス設定 */
.clsTextBoxNum
{
    text-align:right;
    ime-mode:disabled;
}
/* グリッドビュー基本設定 */
.clsGridView
{
    font-family:ＭＳ ゴシック
}
/* 項目非表示 */
.clsDispNone
{
    display:none;
}
/* グリッドビューヘッダ行固定 */
.Freezing
{
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	z-index: 10;
}
.FreezingCol
{
	z-index: 1;
	left: expression(document.getElementById("freezingDiv").scrollLeft);
	position: relative
}
