﻿body {
}

/* 通常文字 */
.mfont
{
	color:#000000;	
	font-size:10pt;	
	font-family: "ＭＳ ゴシック";
}

/* ﾒﾆｭｰ.ﾛｸﾞｱｳﾄB */
.mLogout
{
	text-align:center;
	vertical-align:middle;
}

/* テキストボックス表示 */
.textReadOnly
{
  height:16px;
  background-color:#E0E0E0;
  border-color:Silver;
  border-style:solid;
  border-width:1px;    
}

.textReadOnlyR
{
  height:16px;
  background-color:#E0E0E0;    
  text-align:right;  
  border-color:Silver;
  border-style:solid;
  border-width:1px;    
}

/* 半角英数字のみ(入力用) */
.disfont
{	
	height:15px;
	ime-mode: disabled;
}

/* 半角英数字のみ・右寄せ(入力用) */
.disfontR
{
	text-align:right;
	height:15px;
	ime-mode: disabled;
}


/* 日本語入力(入力用) */
.actfont
{
	height:15px;
	ime-mode: active;
}

/* 半角入力(入力用) */
.inactfont
{
	height:15px;
	ime-mode: inactive;
}

/* テーブルスクロール(入力用) */
 .tblIns 
 {			
	position:absolute;	
	overflow-y:scroll;	
	background-color:white;
	/*
	scrollbar-face-color:#C0FFC0;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-shadow-color:#80FF80;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
*/
	padding:0;
 }
 
 /* テーブルスクロール(入力用・縦横スクロール) */
 .tblInsBoth 
 {			
	position:absolute;	
	overflow:scroll;	
	background-color:white;
	/*
	scrollbar-face-color:#C0FFC0;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-shadow-color:#80FF80;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
*/
	padding:0;
 }
 
 /* テーブルスクロール(検索用) */
 .tbl 
 {		
	position:absolute;	
	overflow-y:scroll;	
	background-color:white;
	padding:0;
 }
 
 /* グリッドヘッダー */
.gridheader
{	
	color:DimGray;	
	font-weight:bold;
	border-style:Solid;	
	background-color:#FFE0C0;
}

 /* グリッドヘッダー(検索用) */
.gridheaderKen
{
	/*font-weight:bold;*/
	color:#000000;	
	/*height:20;*/
	background-color:#B0E0E6;
	position:relative; 
    top:expression(this.offsetParent.scrollTop - 2);    
    z-index: 10; 
}
 
 /* グリッド(発注入力系明細用) */
.gridmei
{    
    color:Black;
    background-color:White;
    border-color:#DEDFDE;
    border-width:1px;    
    font-size:10pt;
    height:1px;       
}


/* Gridのﾍｯﾀﾞｰ固定 */
.Freezing 
{ 
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
}