/*===============================================
 * <body>タグ
 *==============================================*/

/*** メイン画面 ***/
body.main {
	background-color:		#ecffec;
	font-family:			ＭＳ Ｐゴシック;
}

/*===============================================
 * <table>タグ
 *==============================================*/

/*** タイトル ***/
table.mTitle1 {
	width:				900px;
}

/*** ログイン情報 ***/
table.mLogin1 {
	width:				900px;
}

/*** タイトル下部 ***/
table.mTitleBottom1 {
	width:				900px;
}

/*** ポップアップ画面 ***/
table.mPopUp1 {
	width:				495px;
}

/*===============================================
 * <td>タグ
 *==============================================*/

/*** タイトル ***/
td.mTitle1_Title_I {
	color:					#FFFFFF;
	background-color:		#008400;
	text-align:				center;
	font-weight:			bold;
	font-size:				20pt;
}

/*** ログイン者名：項目名１ ***/
td.mLogin1_FieldName1 {
	width:					800px;
	text-align:				right;
	font-size:				10pt;
}

/*** ログイン者名：値１ ***/
td.mLogin1_FieldValue1 {
	text-align:				left;
	font-size:				10pt;
}

/*** タイトル下部：ボタン ***/
td.mTitleBottom1_Button1 {
	text-align:				right;
}

/* 入力部：ボタン */
td.mInputForm1_Button1 {
	background-color:		#d3d3d3;
	text-align:				center;
	white-space:			nowrap;
}

/*** 入力部：見出し（横幅可変） ***/
td.mInputForm1_Header_Var1 {
	color:					#ffffff;
	background-color:		#003333;
	text-align:				left;
	font-size:				11pt;
	font-weight:			bold;
}

/*** 入力部：見出し（横幅可変）(サイズ:小) ***/
td.mInputForm1_Header_Var2 {
	color:					#ffffff;
	background-color:		#003333;
	text-align:				left;
	font-size:				8pt;
	font-weight:			bold;
}

/*** 入力部：見出し（横幅可変、縦幅固定） ***/
td.mInputForm1_Header_Fix1 {
	color:					#ffffff;
	background-color:		#003333;
	text-align:				left;
	font-size:				11pt;
	font-weight:			bold;
	height:					25px;
}

/*** 入力部：見出し（横幅可変、縦幅固定）(サイズ:小) ***/
td.mInputForm1_Header_Fix2 {
	color:					#ffffff;
	background-color:		#003333;
	text-align:				left;
	font-size:				8pt;
	font-weight:			bold;
	height:					22px;
}

/*** 入力部：項目名（横幅可変） ***/
td.mInputForm1_Title_Var1 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				left;
	font-size:				11pt;
	font-weight:			bold;
}

/*** 入力部：項目名（横幅可変）(サイズ:小) ***/
td.mInputForm1_Title_Var2 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				left;
	font-size:				8pt;
	font-weight:			bold;
}

/*** 入力部：項目名（横幅可変、縦幅固定） ***/
td.mInputForm1_Title_Fix1 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				left;
	font-size:				11pt;
	font-weight:			bold;
	height:					25px;
}

/*** 入力部：項目名（横幅可変、縦幅固定）(サイズ:小) ***/
td.mInputForm1_Title_Fix2 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				left;
	font-size:				8pt;
	font-weight:			bold;
	height:					22px;
}

/*** 入力部：入力エリア ***/
td.mInputForm1_Value1 {
	background-color:		#ffffff;
	font-size:				11pt;
}

/*** 入力部：入力エリア(サイズ:小) ***/
td.mInputForm1_Value2 {
	background-color:		#ffffff;
	font-size:				8pt;
}

/*** ログイン：枠 ***/
td.mLoginForm1_Frame_Var1 {
	background-color:		#66bb99;
}

/*** ログイン：タイトル ***/
td.mLoginForm1_Title_Var1 {
	color:					#ffffff;
	background-color:		#008600;
	text-align:				center;
	font-size:				20pt;
	font-weight:			bold;
}

/*** メニュー：見出し（横幅可変） ***/
td.mMenuForm1_Header_Var1 {
	color:					#ffffff;
	background-color:		#008600;
	text-align:				center;
	font-size:				15pt;
	font-weight:			bold;
}

/*** メニュー：見出し（横幅可変）(サイズ:小) ***/
td.mMenuForm1_Header_Var2 {
	color:					#ffffff;
	background-color:		#008600;
	text-align:				center;
	font-size:				11pt;
	font-weight:			bold;
}

/*** メニュー：項目名（横幅可変） ***/
th.mMenuForm1_Title_Var1 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				center;
	font-size:				15pt;
	font-weight:			bold;
}

/*** メニュー：項目名（横幅可変）(サイズ:小) ***/
th.mMenuForm1_Title_Var2 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				center;
	font-size:				11pt;
	font-weight:			bold;
}

/*** メニュー：項目名（横幅可変） ***/
td.mMenuForm1_Title_Var3 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				center;
	font-size:				15pt;
	font-weight:			bold;
}

/*** メニュー：項目名（横幅可変）(サイズ:小) ***/
td.mMenuForm1_Title_Var4 {
	color:					#ffffff;
	background-color:		#00aa00;
	text-align:				center;
	font-size:				11pt;
	font-weight:			bold;
}

/*** メニュー：入力エリア ***/
td.mMenuForm1_Value1 {
	background-color:		#ffffff;
	font-size:				15pt;
}

/*** メニュー：入力エリア ***/
td.mMenuForm1_Value2 {
	background-color:		#ffffff;
	font-size:				9pt;
}

/*===============================================
 * <Button>タグ
 *==============================================*/

/*** ボタン ***/
input.mButton1 {
	width:					80px;
	height:					21px;
	font-size:				9pt;
	cursor:					hand;
}

/*** ボタン(サイズ:小) ***/
input.mButton2 {
	width:					80px;
	height:					18px;
	font-size:				8pt;
	cursor:					hand;
}

/*===============================================
 * <TextBox>タグ
 *==============================================*/

/*** テキストボックス ***/
input.mTextbox1 {
	height:					21px;
	font-size:				11pt;
}

/*** テキストボックス(サイズ:小) ***/
input.mTextbox2 {
	height:					18px;
	font-size:				8pt;
}

/*** 複数行テキストボックス(サイズ:小) ***/
textarea.mTextarea2 {
	height:					36px;
	font-size:				8pt;
	font-family:			ＭＳ Ｐゴシック;	
}

/*===============================================
 * <radiobutton>タグ
 *==============================================*/

/*** ラジオボタン ***/
span.mRadioButton1 {
	height:					21px;
	font-size:				11pt;
}

/*** ラジオボタン(サイズ:小) ***/
span.mRadioButton2 {
	height:					18px;
	font-size:				8pt;
}

/*===============================================
 * <checkbox>タグ
 *==============================================*/

/*** チェックボックス ***/
span.mCheckBox1 {
	height:  21px;
	font-size: 11pt
}

/*** チェックボックス ***/
span.mCheckbox2 {
	height:  21px;
	font-size: 11pt
}

/*===============================================
 * <dropdownlist>タグ
 *==============================================*/

/*** ドロップダウンリスト ***/
select.mDropDownList1 {
	height:					21px;
	font-size:				11pt;
}

/*** ドロップダウンリスト(サイズ:小) ***/
select.mDropDownList2 {
	height:					18px;
	font-size:				8pt;
}

/*===============================================
 * <label>タグ
 *==============================================*/

/*** ラベル ***/
span.mLabel1 {
	height:					1px;
	font-size:				11pt;
}

/*** ラベル(サイズ:小) ***/
span.mLabel2 
{
	height:					1px;
	font-size:				8pt;
}

/* ---------- Web修理用 ---------- */

span.mLabel_w1 {
	height:					1px;
	text-align:				left;
	font-size:				10pt;
/*	white-space:			nowrap;*/
}

span.mFontRed1 {
	color:				#ff0000;
	font-weight:		bold;
}

td.mInputForm1_Title_w1 {
	background-color:		#ffffff;
	text-align:				left;
	font-size:				10pt;
}

td.mInputForm1_Button_W1 {
	text-align:				center;
	white-space:			nowrap;
}

td.mInputForm1_Title_W2 {
	color:					#ffffff;
	background-color:		#008400;
	text-align:				left;
	font-size:				10pt;
	font-weight:			bold;
}

td.mInputForm1_Title_W3 {
	color:					#ffffff;
	background-color:		#a52a2a;
	text-align:				left;
	font-size:				10pt;
	font-weight:			bold;
}

input.mTextbox_w1 {
	height:					22px;
	font-size:				10pt;
}

span.mLabel_w2 {
	height:					1px;
	font-size:				10pt;
	text-align:				left;
	font-weight:			bold;
}

td.mInputForm1_Value_w1 {
	background-color:		#ffffff;
	font-size:				11pt;
}

td.mInputForm1_Value_w2 {
	background-color:		#ffffff;
	font-size:				10pt;
}

input.mTextbox_w2 {
	height:					23px;
	font-size:				11pt;
}

select.mDropDownList_w1 {
	font-size:				10pt;
}

span.mLabel_w3 {
	color:					#ff0000;
	height:					1px;
	text-align:				left;
	font-size:				11pt;
/*	font-weight:			bold;*/
}

a.mLink_w2 {
	height:					1px;
	font-size:				10pt;
	white-space:			nowrap;
}

/* 入力部：ボタン */
td.mInputForm1_Button2 {
	background-color:		#d3d3d3;
/*	text-align:				center;*/
	white-space:			nowrap;
}

td.mTitle_W1 {
	color:					#ff0000;
	font-size:				11pt;
	font-weight:			bold;
}

td.mTitle_W2 {
	height:					16px;
}
