/***********************************************/
/** 全画面共通スタイルシート                  **/
/** 作成：株式会社ベータネット                **/
/** ( default.css )                           **/
/***********************************************/

/** 全画面共通標準フォントサイズ **/
body , tr , td , th {font-size:9pt;}


/** テキスト位置標準クラス **/
.center{text-align:center;}		/* テキスト位置真中 */
.left{text-align:left;}			/* テキスト位置左 */
.right{text-align:right;}		/* テキスト位置右 */
.top{vertical-align:top;}		/* テキスト位置上 */
.bottom{vertical-align:bottom;}	/* テキスト位置下 */
.topleft{text-align:left; vertical-align:top;}	/* テキスト位置左上 */

/**　星　**

strong{text-align:right;}




/** テキスト太さ標準クラス **/
.bold{font-weight:bold;}


/* 画面タイトル(Title1) */
.TopTitle
{
  font-size : 14pt;
  font-family : "MS Gothic";
  font-weight : bold;
}

/*テーブル科目(Title2)*/
.TableTitle
{
  background-image : url("../images/common/BackBlue02.gif");
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : bold;
}

/*フィールド名*/
.FieldTitle
{
  font-size : 11pt;
  font-family : "MS Gothic";
}

/* コンボボックス(ログイン画面)(OPT1) */
.LoginCombo
{
  width : 6cm;
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : 400;
}
/* コンボボックス(ログイン画面以外)(OPT2) */
.MainCombo
{
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
}

/* 項目ラベル(背景色：濃いブルー,テーブルなどの項目)(Index1) */
.TableMenuBackGround
{
  background-image : url(../images/common/BackBlue02.gif);
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : bold;
}
/* 項目ラベル(背景色：薄いブルー、テーブル周りの配色) (Index2)*/
.SurroundTable
{
  background-image : url(../images/common/BackColor.gif);
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
}
/* 項目ラベル(背景色：無し、右上リスト番号、テ−ブル外) (Index3)*/
.GeneralLabel
{
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
}
/* 項目ラベル(背景色：無し、エラー時用) (Index4)*/
.ErrorLabel
{
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
  color : RED;
}
/* 項目ラベル(背景色：無し、更新メッセージ用) (Index5)*/
.UpdateLabel
{
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
  color : BLACK;
}

/* 入力エリア(TXT1) */
.InputTxt
{
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
}
/* 入力エリア（エラー時） (TXT2)*/
.ErrorTxt
{
  background-color : #FF6600;
  font-size : 9pt;
  font-family : "MS Gothic";
  font-weight : normal;
}

/* メインメニュー (BAR01)*/
.TableBar
{
  background-image : url(../images/common/BackBlue02.gif);
  font-size : 11pt;
  font-family : "MS Gothic";
  color : #000099;
}

/* メインメニュー (SEL)*/
.TableSel
{
  border-top-width : 1px;border-left-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;
  color : black;
  font-size : 9pt;
  font-family : "MS Gothic";
  text-align : left;
  list-style-type : disc;
}

/* カーソルタイプ ()*/
.Type1
{
	cursor:hand;
}

/* テーブルの罫線(上)を消す */
.deltopline
{
	border-top-style : none;
}

/* テーブルの罫線（下）を消す */
.delbottomline
{
	border-bottom-style : none;
}

/* テーブルの罫線（上、下）を消す */
.deltopbottomline
{
	border-top-style : none;
	border-bottom-style : none;
}

/* テーブルの罫線（右）を消す */
.delrightline
{
	border-right-style : none;
}

/* テーブルの罫線（左）を消す */
.delleftline
{
	border-left-style : none;
}

/* テーブルの罫線（上、下）を点線にする */
.topbottomdot
{
	border-top-style : dotted;
	border-bottom-style : dotted;
}

/* テーブルの罫線（上）を点線にする */
.topdot
{
	border-top-style : dotted;
}

/* テーブルの罫線（下）を点線にする */
.bottomdot
{
	border-bottom-style : dotted;
}

/* 幅を800にする */
.width800
{
	width : 800;
}


