﻿/*==================================================================*/
/*Filename : TimeAssetGreen.css									    */
/*Date     : 2010-05-07												*/
/*Version  : 2.2.910.0												*/
/*Copyright(C) 2010 AMANO Corporation.  All rights reserved.	    */
/*==================================================================*/

/* TimeAsset Page 全般に対する設定   */

/*要素（コントロール全般に対する設定）*/
	Body
	{
		background: #ffffff;							/* 背景色をSystem-Windowに設定する。							*/
	}

/*クラス（指定オブジェクトに対する設定）*/
	.SI_TitleBar
	{
		background: url(../images/toolbar/Image_TB_Bgptn_B_01.gif);
	}

	.SI_ToolBar
	{
		border-style: solid;
		border-width: 1px;
		border-color: #bbd788;		
		background: -webkit-linear-gradient(top, #f4fce5 0%, #b7d785 100%);
	    background: -moz-linear-gradient(top, #f4fce5 0%, #b7d785 100%);
	    background: -ms-linear-gradient(top, #f4fce5 0%, #b7d785 100%);
	    background: -o-linear-gradient(top, #f4fce5 0%, #b7d785 100%);
	}

	.SI_InnerToolBar
	{
	}

	.SI_HistoryBar
	{
		background: #f4f4f4;							/* 背景色を#99cc99に設定する。									*/
	}

	.SI_ToolButton
	{
		background-color: transparent;					/* 背景を透明に設定する。										*/
	}

	.SI_Button
	{
		background-color: #99cc99;						/* 背景を#99cc99に設定する。									*/
	}

	.SI_DateButton
	{
		background-color: #99cc99;						/* 背景を#99cc99に設定する。									*/
	}

	.SI_DlgButton
	{
		background-color: #99cc99;						/* 背景を#99cc99に設定する。									*/
	}

	.SI_TableHeader
	{
		background: #99cc99;							/* 背景色を#99cc99に設定する。									*/
	}

	/* ★border-colorをffffffからa6a6a6に修正、その他はa6a6a6から000000へ修正*/
	.SI_Ctrl_InnerBorder
	{
			border-color: #A6A6A6;
			border-bottom-color: #000000;
			border-right-color: #000000;
	}

	.SI_Ctrl_OuterBorder
	{
			border-color: #A6A6A6;
			border-bottom-color: #FFFFFF;
			border-right-color: #FFFFFF;
	}

    .SI_Ctrl_Title1_BackColor
	{	
      background-color: #F3F3F3;
	}

	.SI_Ctrl_Title2_BackColor
	{
	  background-color: #CDCDCD;
	}

	/* タブ（マウスHoverの状態 ） */
	.SI_TabHover
	{
        background: #EEFFEE;								/* 背景色を#FFF5E6に設定する。									*/
	}

	/* タブ（デフォルトの選択されていない状態 ） */
	.SI_TabDefault
	{
	 background: #99cc99;								/* 背景色を#99cc99に設定する。									*/
	}
	
	.SI_Report_Label
	{
	 border-color: #DCFADC;								/* 罫線を#DCFADC設定する。										*/
	 background-color: #DCFADC;							/* 背景色を#DCFADCに設定する。									*/
	}

	.SI_Report_Cell
	{
	 border-color: #DCFADC;								/* 罫線を#DCFADCに設定する。									*/
	}

	.SI_Ctrl_Report_Label
	{
	 border-color: #ffffff;								/* 罫線を#CDCDC設定する。										*/
	 background-color: #ffffff;							/* 背景色を#CDCDCに設定する。									*/
	}

	.SI_Ctrl_Report_Cell
	{
	 border-color: #ffffff;								/* 罫線を#CDCDCに設定する。										*/
	}

    .SI_Ctrl_BackColor
	{	
      background-color: #ffffff;	
	}
/* 2010.11.18 Ver2.2.1004.10 改善連絡【F220_7144】対応 Start */
	.SI_Ctrl_NO_BackColor
	{
		background-color: transparent;
	}
/* 2010.11.18 Ver2.2.1004.10 改善連絡【F220_7144】対応 End */
	.SI_Ctrl_Btn_BGImag
	{
		background-image:url(../images/top_b_reload_01.gif);
	}

/* BsmWebToolBarに設定  */

/* ====「個人指定」(単一個人)====  */
.SI_Button_SelEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SelEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SelEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SelEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_SelEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_SelEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_SelEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SelEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SelEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SelEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_SelEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_SelEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_SelEmpTextAtt
{
	color:black;
}
/* ====「プレビュー」====  */
.SI_Button_PreviewBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PreviewBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PreviewBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PreviewBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PreviewBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PreviewBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_PreviewBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PreviewBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PreviewBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PreviewBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PreviewBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PreviewBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_PreviewTextAtt
{
	color:black;
}
/* ====「条件指定」====  */
.SI_Button_NameSelBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NameSelBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NameSelBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NameSelBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_NameSelBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_NameSelBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_NameSelBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NameSelBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NameSelBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NameSelBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_NameSelBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_NameSelBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_NameSelTextAtt
{
	color:black;
}
/* ====「先頭指定」====  */
.SI_Button_FirstEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_FirstEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_FirstEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_FirstEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_FirstEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_FirstEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_FirstEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_FirstEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_FirstEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_FirstEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_FirstEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_FirstEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
/* ====「前指定」====  */
.SI_Button_PreEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PreEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PreEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_con_right_green.png");
}
.SI_Button_PreEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PreEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PreEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_con_right_green.png");
}
.SI_Button_PreEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PreEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PreEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_con_right_green.png");
}
.SI_Button_PreEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PreEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PreEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_con_right.png");
}
/* ====「次指定」====  */
.SI_Button_NextEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_con_left_green.png");
}
.SI_Button_NextEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NextEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NextEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_con_left_green.png");
}
.SI_Button_NextEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_NextEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_NextEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_con_left_green.png");
}
.SI_Button_NextEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NextEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NextEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_con_left.png");
}
.SI_Button_NextEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_NextEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
/* ====「末尾指定」====  */
.SI_Button_LastEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LastEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LastEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LastEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_LastEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_LastEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_LastEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LastEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LastEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LastEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_LastEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_LastEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
/* ====「登録」====  */
.SI_Button_EntryBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EntryBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EntryBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}

.SI_Button_EntryBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_EntryBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_EntryBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_EntryBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EntryBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EntryBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_EntryBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_EntryBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_EntryBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_EntryTextAtt
{
	color:black;
}

.Title
{
	/* background: url(../images/toolbar/Image_TB_Bgphoto_B02.gif); */
}
.BackImg
{
	background: url(../images/toolbar/Image_TB_Bgptn_B_01.gif);
}

/* ====「ヘルプ」====  */
.SI_HelpbuttonIconInitial
{
	background-image:url("../images/tool/Image_TB_Help_01.gif");
}
.SI_HelpbuttonIconMouseEnter
{
	background-image:url("../images/tool/Image_TB_Help_02.gif");
}
.SI_HelpbuttonIconMouseDown
{
	background-image:url("../images/tool/Image_TB_Help_03.gif");
}
.SI_HelpbuttonIconDisabled
{
	background-image:url("../images/tool/Image_TB_Help_00.gif");
}

/* ====「戻る」====  */

.SI_BackbuttonBgInitial
{
	background-image:url("../images/toolbar/Image_TB_Return_Bg_01.gif");
}

.SI_BackbuttonBgMouseEnter
{
	background-image:url("../images/toolbar/Image_TB_Return_Bg_02.gif");
}

.SI_BackbuttonBgMouseDown
{
	background-image:url("../images/toolbar/Image_TB_Return_Bg_03.gif");
}

.SI_BackbuttonBgDisabled
{
	background-image:url("../images/toolbar/Image_TB_Return_Bg_00.gif");
}

/* ====「月間指定」====  */
.SI_Button_MonthBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_MonthBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_MonthBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_MonthBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_MonthBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_MonthBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_MonthBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_MonthBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_MonthBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_MonthBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_MonthBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_MonthBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_MonthTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_SwitchBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SwitchBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SwitchBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SwitchBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_SwitchBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_SwitchBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_SwitchBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SwitchBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SwitchBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SwitchBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_SwitchBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_SwitchBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_SwitchTextAtt
{
	color:black;
}

/* ====「グループ」====  */
.SI_Button_GroupBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_GroupBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_GroupBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_GroupBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_GroupBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_GroupBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_GroupTextAtt
{
	color:black;
}

/* ====「ｸﾞﾙｰﾌﾟ削除」====  */
.SI_Button_GroupRemoveBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupRemoveBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupRemoveBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupRemoveBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_GroupRemoveBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_GroupRemoveBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_GroupRemoveBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupRemoveBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupRemoveBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupRemoveBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_GroupRemoveBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_GroupRemoveBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_GroupRemoveTextAtt
{
	color:black;
}

/* ====「実行」====  */
.SI_Button_RunBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RunBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RunBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RunBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RunBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RunBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RunBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RunBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RunBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RunBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RunBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RunBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RunTextAtt
{
	color:black;
}

/* ====「前日」====  */
.SI_Button_PrevLastBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrevLastBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevLastBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_con_right_green.png");
}
.SI_Button_PrevLastBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PrevLastBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PrevLastBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_con_right_green.png");
}
.SI_Button_PrevLastBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrevLastBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevLastBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_con_right_green.png");
}
.SI_Button_PrevLastBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PrevLastBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PrevLastBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_con_right.png");
}
.SI_Button_PrevLastTextAtt
{
	color:black;
}

/* ====「翌日」====  */
.SI_Button_PrevNextBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_con_left_green.png");
}
.SI_Button_PrevNextBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevNextBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrevNextBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_con_left_green.png");
}
.SI_Button_PrevNextBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PrevNextBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_PrevNextBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_con_left_green.png");
}
.SI_Button_PrevNextBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevNextBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrevNextBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_con_left.png");
}
.SI_Button_PrevNextBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PrevNextBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_PrevNextTextAtt
{
	color:black;
}

/* ====「戻る」====  */
.SI_Button_BackBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_BackBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_BackBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_BackBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_BackBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_BackBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_BackBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_BackBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_BackBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_BackBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_BackBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_BackBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_BackTextAtt
{
	color:black;
}
/* ====「」====  */
.SI_Button_FilterBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_FilterBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_FilterBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_FilterBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_FilterBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_FilterBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_FilterBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_FilterBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_FilterBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_FilterBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_FilterBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_FilterBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_FilterTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_AppliBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_AppliBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_AppliBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_AppliBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_AppliBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_AppliBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_AppliBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_AppliBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_AppliBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_AppliBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_AppliBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_AppliBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_AppliTextAtt
{
	color:black;
}

/* ====「個人指定」(複数個人)====  */
.SI_Button_OutEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_OutEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_OutEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_OutEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_OutEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_OutEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_OutEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_OutEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_OutEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_OutEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_OutEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_OutEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_OutEmpTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_GroupIndexBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupIndexBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupIndexBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupIndexBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_GroupIndexBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_GroupIndexBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_GroupIndexBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_GroupIndexBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_GroupIndexBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_GroupIndexBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_GroupIndexBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_GroupIndexBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_GroupIndexIconAtt
{
	vertical-align:middle;
}
.SI_Button_GroupIndexTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_SearchBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SearchBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SearchBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SearchBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_SearchBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_SearchBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_SearchBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_SearchBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_SearchBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_SearchBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_SearchBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_SearchBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_SearchTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RefreshBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RefreshBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RefreshBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RefreshBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RefreshBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RefreshBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RefreshBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RefreshBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RefreshBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RefreshBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RefreshBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RefreshBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RefreshTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_ApproBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ApproBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ApproBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ApproBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_ApproBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_ApproBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_ApproBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ApproBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ApproBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ApproBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_ApproBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_ApproBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_ApproTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RemandBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RemandBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RemandBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RemandBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RemandBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RemandBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RemandBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RemandBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RemandBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RemandBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RemandBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RemandBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RemandTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_DenialBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_DenialBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_DenialBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_DenialBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_DenialBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_DenialBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_DenialBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_DenialBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_DenialBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_DenialBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_DenialBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_DenialBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_DenialTextAtt
{
	color:black;
}
.SI_Button_DetailBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_DetailBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_DetailBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_DetailBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_DetailBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_DetailBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_DetailBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_DetailBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_DetailBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_DetailBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_DetailBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_DetailBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_DetailTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RcvBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RcvBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RcvBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RcvBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RcvBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RcvBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RcvBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RcvBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RcvBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RcvBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RcvBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RcvBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RcvTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_ConfirmBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ConfirmBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ConfirmBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ConfirmBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_ConfirmBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_ConfirmBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_ConfirmBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ConfirmBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ConfirmBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ConfirmBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_ConfirmBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_ConfirmBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_ConfirmTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_UnConfirmBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_UnConfirmBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_UnConfirmBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_UnConfirmBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_UnConfirmBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_UnConfirmBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_UnConfirmBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_UnConfirmBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_UnConfirmBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_UnConfirmBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_UnConfirmBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_UnConfirmBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_UnConfirmTextAtt
{
	color:black;
}

/* ====「作成」====  */
.SI_Button_CreateBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_CreateBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_CreateBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_CreateBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_CreateBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_CreateBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_CreateBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_CreateBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_CreateBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_CreateBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_CreateBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_CreateBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_CreateTextAtt
{
	color:black;
}

/* ====「再作成」====  */
.SI_Button_ReCreateBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ReCreateBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ReCreateBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ReCreateBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_ReCreateBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_ReCreateBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_ReCreateBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ReCreateBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ReCreateBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ReCreateBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_ReCreateBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_ReCreateBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_ReCreateTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_EmpMasterBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EmpMasterBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EmpMasterBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_EmpMasterBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_EmpMasterBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_EmpMasterBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_EmpMasterBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EmpMasterBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EmpMasterBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_EmpMasterBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_EmpMasterBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_EmpMasterBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_EmpMasterTextAtt
{
	color:black;
}

/* ====「新規個人」====  */
.SI_Button_NewEmpBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NewEmpBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NewEmpBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NewEmpBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_NewEmpBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_NewEmpBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_NewEmpBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NewEmpBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NewEmpBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NewEmpBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_NewEmpBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_NewEmpBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_NewEmpTextAtt
{
	color:black;
}

/* ====「パスワードクリア」====  */
.SI_Button_PasswordClearBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PasswordClearBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PasswordClearBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PasswordClearBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PasswordClearBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PasswordClearBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_PasswordClearBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PasswordClearBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PasswordClearBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PasswordClearBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PasswordClearBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PasswordClearBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_PasswordClearTextAtt
{
	color:black;
}

/* ====「ロックアウト解除」====  */
.SI_Button_UnLockBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_UnLockBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_UnLockBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_UnLockBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_UnLockBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_UnLockBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_UnLockBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_UnLockBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_UnLockBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_UnLockBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_UnLockBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_UnLockBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_UnLockTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_LS_SearchBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LS_SearchBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LS_SearchBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LS_SearchBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_LS_SearchBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_LS_SearchBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_LS_SearchBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LS_SearchBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LS_SearchBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LS_SearchBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_LS_SearchBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_LS_SearchBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_LS_SearchTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RS_SearchBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RS_SearchBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RS_SearchBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RS_SearchBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RS_SearchBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RS_SearchBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RS_SearchBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RS_SearchBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RS_SearchBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RS_SearchBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RS_SearchBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RS_SearchBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RS_SearchTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_LS_ApproBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LS_ApproBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LS_ApproBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LS_ApproBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_LS_ApproBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_LS_ApproBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_LS_ApproBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_LS_ApproBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_LS_ApproBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_LS_ApproBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_LS_ApproBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_LS_ApproBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_LS_ApproTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RS_DenialBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RS_DenialBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RS_DenialBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RS_DenialBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RS_DenialBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RS_DenialBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RS_DenialBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RS_DenialBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RS_DenialBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RS_DenialBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RS_DenialBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RS_DenialBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RS_DenialTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_M_RemandBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_M_RemandBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_M_RemandBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_M_RemandBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_M_RemandBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_M_RemandBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_M_RemandBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_off_left.png");
}
.SI_Button_M_RemandBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_M_RemandBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_M_RemandBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_left_green.png");
}
.SI_Button_M_RemandBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_M_RemandBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_M_RemandTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RetireBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RetireBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RetireBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RetireBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RetireBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RetireBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RetireBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RetireBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RetireBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RetireBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RetireBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RetireBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RetireTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_EvacuateBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EvacuateBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EvacuateBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_EvacuateBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_EvacuateBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_EvacuateBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_EvacuateBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_EvacuateBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_EvacuateBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_EvacuateBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_EvacuateBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_EvacuateBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_EvacuateTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_ReInstateBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ReInstateBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ReInstateBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ReInstateBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_ReInstateBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_ReInstateBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_ReInstateBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_ReInstateBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_ReInstateBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_ReInstateBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_ReInstateBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_ReInstateBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_ReInstateTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RestoreBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RestoreBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RestoreBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RestoreBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RestoreBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RestoreBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RestoreBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RestoreBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RestoreBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RestoreBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RestoreBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RestoreBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RestoreTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_RemoveAllBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RemoveAllBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RemoveAllBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RemoveAllBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_RemoveAllBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_RemoveAllBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_RemoveAllBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_RemoveAllBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_RemoveAllBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_RemoveAllBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_RemoveAllBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_RemoveAllBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_RemoveAllTextAtt
{
	color:black;
}


/* ====「」====  */
.SI_Button_PrintBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrintBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrintBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrintBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PrintBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PrintBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_PrintBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrintBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrintBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrintBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PrintBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PrintBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_PrintTextAtt
{
	color:black;
}
/* Common Border
    BsmWebSelEmp_OutSetCmn.aspx
    BsmWebSelEmp_OutSetPrt.aspx
    BsmWebSortDialog.aspx
    BsmWebDlgDepmentSelect_OutSetEmp.ascx
    OVa01500tView02.aspx
    OVa03110tView02.aspx
    OVa03300tView02.aspx
    OVa02200tView02.aspx
    OVa02210tView02.aspx
    OVa02220tView02.aspx
    OVa04000tView02.aspx
    OVa04230tView01.aspx
    OVa04230tView02.aspx
    OVa04330tView01.aspx
    OVa04330tView02.aspx
    OVg01800tView01.aspx
    OVa01100tView02.aspx
    OVa01110tView02.aspx
*/
.SI_OuterBorder0
{
    border-color: #A6A6A6;
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
}
.SI_InnerBorder0
{
    border-color: #FFFFFF;
    border-bottom-color: #A6A6A6;
    border-right-color: #A6A6A6;
}
.SI_OuterBorder1
{
    border-color: #A6A6A6;
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
}
.SI_InnerBorder1
{
    border-color: #FFFFFF;
    border-bottom-color: #A6A6A6;
    border-right-color: #A6A6A6;
}
.SI_OuterBorder2
{
    border-color: #A6A6A6;
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
}
.SI_InnerBorder2
{
    border-color: #FFFFFF;
    border-bottom-color: #A6A6A6;
    border-right-color: #A6A6A6;
}

/* Common Border TextBox_Disabled */
    /* OVg01000tTab4.aspx */
    .SI_TextBox_Disabled
    {
        background-color: LightGrey;
    }

/* Common SplitBar */
    /*  OVa02010tView01.aspx
        OVa02220tView01.aspx 
    */
    .SI_SplitBar_Init
    {
        background-color: transparent;
    }
    .SI_SplitBar_Move
    {
        background-color: black;
    }

/* Common HistoryBar_Line/EmpBar_Line */
    /* OVa01100tView01.aspx */
    /* OVa02000tView01.aspx */
    /* OVa02020tView01.aspx */
    /* OVa02210tView01.aspx */
    /* OVg01000tView01.aspx */
    /* OVg01010tView01.aspx */
    /* OVg01800tView01.aspx */
    /* OVg07100tView01.aspx */
    /* OVg07900tView01.aspx */
    /* OVg07900tView02.aspx */
    .SI_HistoryBar_Line
    {
        background-color:white;
    }

/* BsmWebBase\BsmEmpDialog */
    /* BsmWebSelEmp_OutSet.aspx */
    .BsmWebSelEmp_OutSet_Bg_Color0
    {
        background-color:white;
    }
    .BsmWebSelEmp_OutSet_Bg_Color1
    {
        background-color:#000000;
    }
    .BsmWebSelEmp_OutSet_Bg_Color2
    {
        background-color:#FFFFFF;
    }
    
    /* BsmWebSelEmp_OutSetEmp_ItemList.aspx */
    .BsmWebSelEmp_OutSetEmp_ItemList_Bg_Color1
    {
        background-color:white;
    }
    .BsmWebSelEmp_OutSetEmp_ItemList_Bg_Color2
    {
        background-color:#000000;
    }
    .BsmWebSelEmp_OutSetEmp_ItemList_Bg_Color3
    {
        background-color:#FFFFFF;
    }
    
    /* BsmWebSelEmp_SelDiv.aspx */
    .BsmWebSelEmp_SelDiv_Bg_Color0
    {
        background-color:white;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color1
    {
        background-color:#000000;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color2
    {
        background-color:#FFFFFF;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color3
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color4
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color5
    {
        background-color:#FFFFFF;
    }
    .BsmWebSelEmp_SelDiv_Bg_Color6
    {
        background-color:#ffffff;
    }

    /* BsmWebSelEmp_SelEmp.aspx */
    .BsmWebSelEmp_SelEmp_Bg_Color1
    {
        background-color:#FFFFFF;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color2
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color3
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color4
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color5
    {
        background-color:#EBEBED;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color6
    {
        background-color:#FFFFFF;
    }
    .BsmWebSelEmp_SelEmp_Bg_Color7
    {
        background-color:white; 
    }
    .BsmWebSelEmp_SelEmp_Bg_Color8
    {
        background-color:#000000; 
    }

/* BsmWebBase\BsmSortDialog */
    /* BsmWebSortDialog.aspx */
    .BsmSortDialog_TD_Color
    {
        color: white;
    }

/* BsmWebBase\CommonComponent */
    /* BsmWebMonthDialog.aspx */
    .BsmControl
    {
        background-color: #ffffff;
    }
    .BsmYearTitle
    {
        background:#527e23;
        color: white;
        /* 2010.11.12 Ver2.2.1004.8 機能変更依頼【F22_004】再対応 Start */
        border:1 solid #c7c7c7;
        /* 2010.11.12 Ver2.2.1004.8 機能変更依頼【F22_004】再対応 End */
    }
    .BsmMonthCell
    {
        background-color: #FFFFFF;
        color: #000000;
    }
    .BsmTrail
    {
        background-color: #FFFFFF;
        color: GrayText;
    }
    .BsmMonthCell_Sel
    {
        background-color: #003366;
        color: #FFFFFF;
    }
	/* 2010.11.02 Ver2.2.1004.7 機能変更依頼【F22_004】対応 Start */
    .BsmDialogToolTip
    {
    	/* 2010.11.12 Ver2.2.1004.8 機能変更依頼【F22_004】再対応 Start */
        /*background-color: #033003; */
        background-color: #f2f2f2;
        /* 2010.11.12 Ver2.2.1004.8 機能変更依頼【F22_004】再対応 End */
        color: #000000;
    }
    .BsmDialogInput
    {
        background-color: #EBEBED;
    }
    .BsmDialogOutBorder
    {
        background-color: #A6A6A6;
    }
	/* 2010.11.02 Ver2.2.1004.7 機能変更依頼【F22_004】対応 End */
    /* BsmWebProcTerm.aspx */
    .BsmWebCalendarDialog_Bg_Color0
    {
        background-color: white;
    }
    .BsmWebCalendarDialog_Bg_Color1
    {
        background-color: #000000;
    }
    .BsmWebCalendarDialog_Bg_Color2
    {
        background-color: #f2f2f2;
    }
    .BsmWebCalendarDialog_Bg_Color3
    {
        background-color: #EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color4
    {
        background-color: #EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color5
    {
        background-color: #EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color6
    {
        background-color: #EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color7
    {
        background-color: #EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color8
    {
        background-color: #FFFFFF;
    }       
    
    /* BsmWebCalendarDialog.aspx */
    .BsmWebCalendarDialog_Bg_Color1
    {
	    /* 2010.11.02 Ver2.2.1004.7 機能変更依頼【F22_004】対応 Start */
        /*background-color:white;*/
		background-color:#f2f2f2;
		color:#000000;
		/* 2010.11.02 Ver2.2.1004.7 機能変更依頼【F22_004】対応 End */
    }
    .BsmWebCalendarDialog_Bg_Color2
    {
        background-color:#f2f2f2;
    }
        .BsmWebCalendarDialog_Bg_Color3
    {
        background-color:#FFFFFF;
    }
    .BsmWebCalendarDialog_Bg_Color4
    {
        background-color:#EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color5
    {
        background-color:#EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color6
    {
        background-color:#FFFFFF;
    }
    .BsmWebCalendarDialog_Bg_Color7
    {
        background-color:#EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color8
    {
        background-color:#EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color9
    {
        background-color:#EBEBED;
    }
    .BsmWebCalendarDialog_Bg_Color10
    {
        background-color:#EBEBED;
    }

    /* BsmWebCtrlHistory.ascx */
    .BsmWebCtrlHistory_Table_Bg_Color
    {
        background-color: transparent;
    }
    
    /* BsmWebDlgDepmentSelect_OutSetEmp.ascx */
    .BsmWebDlgDepmentSelect_OutSetEmp_BorderColor
    {
        border-color: #A6A6A6;
        border-bottom-color: #FFFFFF;
        border-right-color: #FFFFFF;
    }

    /* BsmWebItemRef_Base.aspx */
    .BsmWebItemRef_Base_BsmWebEditEx_Bg_Color
    {
        background-color:ActiveBorder;
    }

    /* BsmWebLogin.ascx */
    .BsmWebLogin_Table_Bg_Color
    {
        background-color:Transparent;
    }
    .BsmWebLogin_Label
    {
        Color:Black;
    }

    /* BsmWebLoginInfo.ascx */
    .BsmWebLoginInfo_Table_Bg_Img
    {
        background-image:url(../images/menulist/image_bg_photo_B06.gif); 
    }
    .BsmWebLoginInfo_Table_Bg_Color0
    {
        background-color:Transparent; 
        color: #FFFFFF;
    }
    .BsmWebLoginInfo_Table_Bg_Color1
    {
        background-color:Transparent;
    }
    .BsmWebLoginInfo_Td_Color
    {
        color: #FFFFFF;
    }

    /* BsmWebProcMenuSessionCheck.aspx */
    .BsmWebProcMenuSessionCheck_Body_Bg_Color
    {
        background-color:#FFFFFF;
    }

/* OVg00000t | OVg00000p | OVg00000r */
    /* OVg00000tSpacer.aspx */
    .OVg00000t_Spacer_Bg_Color
    {
        background-color:#aeaeae;
    }

    /* OVg00000rViewLogin.aspx
       OVg00000tViewLogin.aspx
     */
    .OVg00000t_ViewLogin_Table_Bg_Color
    {
        background-color:#DEDEDE;
    }
    .OVg00000t_ViewLogin_Top_Td_Color
    {
        background-color:White;
    }
    .OVg00000t_ViewLogin_Div_LoginCtrl
    {
        background-color:Transparent;
    }
    .SI_ViewLogin_Title_Img
    {
        background-image: url(../images/login/image_login_logo.png);
    }
    .SI_ViewLoginTitleBgImg
    {
        background-image: url(../images/login/image_login_bg.png);
    }
    
    /* OVg00000tViewSelect.aspx
       OVg00000pViewSelect.aspx
    */
    .SI_ViewSelectBgColor
    {
        background-color:#757575;
    }
    
    /* OVg00000tViewSelect.aspx.vb
       OVg00000pViewSelect.aspx.vb
    */
    .SI_MainMenuCollapsed
    {
        color:#ffffff;
        background-image:url(../images/menulist/image_b_bar01_B01.GIF);
    }
    .SI_MainMenuHoveredCollapsed
    {
        color:#ffffff;
        background-image:url(../images/menulist/image_b_bar01_B02.GIF);
    }
    .SI_MainMenuExpanded
    {
        color:#ffffff;
        background-image:url(../images/menulist/image_b_bar02_B01.GIF);
    }
    .SI_MainMenuHoveredExpanded
    {
        color:#ffffff;
        background-image:url(../images/menulist/image_b_bar02_B02.GIF);
    }
    .SI_MainMenuCollapsedArrow
    {
        background-image:url(../images/menulist/image_b_arrow01_B01.GIF);
    }
    .SI_MainMenuHoveredCollapsedArrow
    {
        background-image:url(../images/menulist/image_b_arrow01_B02.GIF);
    }
    .SI_MainMenuExpandedArrow
    {
        background-image:url(../images/menulist/image_b_arrow02_B01.GIF);
    }
    .SI_MainMenuHoveredExpandedArrow
    {
        background-image:url(../images/menulist/image_b_arrow02_B02.GIF);
    }
    .SI_SubMenuInit
    {
        background-image:url(../images/menulist/image_b_bar03_B01.GIF);
    }
    .SI_SubMenuHovered
    {
        background-image:url(../images/menulist/image_b_bar03_B02.GIF);
    }

/* OVg00020x */
    /* OVg00020xCtrlManual.ascx */
    .TopMenu_URL_MouseOver
    {
        color:#DAA520;
    }
    
    /* OVg00020x.aspx */
    .TopMenu_body
    {
        background-color: #dbd7ca;
    }

    /* IconBtnColor */
    .TopMenu_IconBtnColor_0_0
    {
        background-color: #abc286;
    }
    .TopMenu_IconBtnColor_0_1
    {
        background-color: #5c8544;
    }
    .TopMenu_IconBtnColor_1_0
    {
        background-color: #d1e4ad;
    }
    .TopMenu_IconBtnColor_1_1
    {
        background-color: #a0c75e;
    }
    .TopMenu_IconBtnColor_2_0
    {
        background-color: #577138;
    }
    .TopMenu_IconBtnColor_2_1
    {
        background-color: #263715;
    }
    .TopMenu_IconBtnColor_Gradient_0_0-1
    {
        background: -webkit-linear-gradient(top, #abc286 0%, #5c8544 100%);
	    background: -moz-linear-gradient(top, #abc286 0%, #5c8544 100%);
	    background: -ms-linear-gradient(top, #abc286 0%, #5c8544 100%);
	    background: -o-linear-gradient(top, #abc286 0%, #5c8544 100%);
    }
    .TopMenu_IconBtnColor_Gradient_1_0-1
    {
        background: -webkit-linear-gradient(top, #d1e4ad 0%, #a0c75e 100%);
	    background: -moz-linear-gradient(top, #d1e4ad 0%, #a0c75e 100%);
	    background: -ms-linear-gradient(top, #d1e4ad 0%, #a0c75e 100%);
	    background: -o-linear-gradient(top, #d1e4ad 0%, #a0c75e 100%);
    }
    .TopMenu_IconBtnColor_Gradient_2_0-1
    {
        background: -webkit-linear-gradient(top, #577138 0%, #263715 100%);
	    background: -moz-linear-gradient(top, #577138 0%, #263715 100%);
	    background: -ms-linear-gradient(top, #577138 0%, #263715 100%);
	    background: -o-linear-gradient(top, #577138 0%, #263715 100%);
    }

    /* MsgBtnColor */
    .TopMenu_MsgBtnColor_0_0
    {
        background-color: #344a1e;
    }
    .TopMenu_MsgBtnColor_0_1_0
    {
        background-color: #344a1e;
    }
    .TopMenu_MsgBtnColor_0_1_1
    {
        background-color: #acc893;
    }
    .TopMenu_MsgBtnColor_0_1_2
    {
        background-color: #344a1e;
    }
    .TopMenu_MsgBtnColor_0_2_0
    {
        background-color: #344a1e;
    }
    .TopMenu_MsgBtnColor_0_2_1_0
    {
        background-color: #acc893;
    }
    .TopMenu_MsgBtnColor_0_2_1_1
    {
        background-color: #3d5724;
    }
    .TopMenu_MsgBtnColor_0_2_2_0
    {
        background-color: #668844;
    }
    .TopMenu_MsgBtnColor_0_2_2_1
    {
        background-color: #3f5520;
    }
    .TopMenu_MsgBtnColor_0_2_3_0
    {
        background-color: #acc893;
    }
    .TopMenu_MsgBtnColor_0_2_3_1
    {
        background-color: #3d5724;
    }
    .TopMenu_MsgBtnColor_0_2_4
    {
        background-color: #344a1e;
    }
 
     .TopMenu_MsgBtnColor_1_0
    {
        background-color: #65a529;
    }
    .TopMenu_MsgBtnColor_1_1_0
    {
        background-color: #65a529;
    }
    .TopMenu_MsgBtnColor_1_1_1
    {
        background-color: #d6f49d;
    }
    .TopMenu_MsgBtnColor_1_1_2
    {
        background-color: #65a529;
    }
    .TopMenu_MsgBtnColor_1_2_0
    {
        background-color: #65a529;
    }
    .TopMenu_MsgBtnColor_1_2_1_0
    {
        background-color: #d6f49d;
    }
    .TopMenu_MsgBtnColor_1_2_1_1
    {
        background-color: #78b631;
    }
    .TopMenu_MsgBtnColor_1_2_2_0
    {
        background-color: #abe345;
    }
    .TopMenu_MsgBtnColor_1_2_2_1
    {
        background-color: #78b631;
    }
    .TopMenu_MsgBtnColor_1_2_3_0
    {
        background-color: #d6f49d;
    }
    .TopMenu_MsgBtnColor_1_2_3_1
    {
        background-color: #78b631;
    }
    .TopMenu_MsgBtnColor_1_2_4
    {
        background-color: #65a529;
    }
 
     .TopMenu_MsgBtnColor_2_0
    {
        background-color: #172309;
    }
    .TopMenu_MsgBtnColor_2_1_0
    {
        background-color: #172309;
    }
    .TopMenu_MsgBtnColor_2_1_1
    {
        background-color: #253812;
    }
    .TopMenu_MsgBtnColor_2_1_2
    {
        background-color: #172309;
    }
    .TopMenu_MsgBtnColor_2_2_0
    {
        background-color: #172309;
    }
    .TopMenu_MsgBtnColor_2_2_1_0
    {
        background-color: #253812;
    }
    .TopMenu_MsgBtnColor_2_2_1_1
    {
        background-color: #1d2b0d;
    }
    .TopMenu_MsgBtnColor_2_2_2_0
    {
        background-color: #253812;
    }
    .TopMenu_MsgBtnColor_2_2_2_1
    {
        background-color: #1d2b0d;
    }
    .TopMenu_MsgBtnColor_2_2_3_0
    {
        background-color: #253812;
    }
    .TopMenu_MsgBtnColor_2_2_3_1
    {
        background-color: #1d2b0d;
    }
    .TopMenu_MsgBtnColor_2_2_4
    {
        background-color: #172309;
    }
  
    .TopMenu_MsgBtn_Gradient_0_1_0-1
    {
        background: -webkit-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -moz-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -ms-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -o-linear-gradient(top, #acc893 0%, #3d5724 100%);
    }
    .TopMenu_MsgBtn_Gradient_0_2_0-1
    {
        background: -webkit-linear-gradient(top, #668844 0%, #3f5520 100%);
	    background: -moz-linear-gradient(top, #668844 0%, #3f5520 100%);
	    background: -ms-linear-gradient(top, #668844 0%, #3f5520 100%);
	    background: -o-linear-gradient(top, #668844 0%, #3f5520 100%);
    }
    .TopMenu_MsgBtn_Gradient_0_3_0-1
    {
        background: -webkit-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -moz-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -ms-linear-gradient(top, #acc893 0%, #3d5724 100%);
	    background: -o-linear-gradient(top, #acc893 0%, #3d5724 100%);
    }

    .TopMenu_MsgBtn_Gradient_1_1_0-1
    {
        background: -webkit-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -moz-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -ms-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -o-linear-gradient(top, #d6f49d 0%, #78b631 100%);
    }
    .TopMenu_MsgBtn_Gradient_1_2_0-1
    {
        background: -webkit-linear-gradient(top, #abe345 0%, #78b631 100%);
	    background: -moz-linear-gradient(top, #abe345 0%, #78b631 100%);
	    background: -ms-linear-gradient(top, #abe345 0%, #78b631 100%);
	    background: -o-linear-gradient(top, #abe345 0%, #78b631 100%);
    }
    .TopMenu_MsgBtn_Gradient_1_3_0-1
    {
        background: -webkit-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -moz-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -ms-linear-gradient(top, #d6f49d 0%, #78b631 100%);
	    background: -o-linear-gradient(top, #d6f49d 0%, #78b631 100%);
    }

    .TopMenu_MsgBtn_Gradient_2_1_0-1
    {
        background: -webkit-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -moz-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -ms-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -o-linear-gradient(top, #253812 0%, #1d2b0d 100%);
    }
    .TopMenu_MsgBtn_Gradient_2_2_0-1
    {
        background: -webkit-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -moz-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -ms-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -o-linear-gradient(top, #253812 0%, #1d2b0d 100%);
    }
    .TopMenu_MsgBtn_Gradient_2_3_0-1
    {
        background: -webkit-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -moz-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -ms-linear-gradient(top, #253812 0%, #1d2b0d 100%);
	    background: -o-linear-gradient(top, #253812 0%, #1d2b0d 100%);
    }

    .OVg00020x_Table_Shadow_Color
    {
        color:#606060;
    }
    .OVg00020x_Td_Color0
    {
        color:black;
    }
    .OVg00020x_Td_Color1
    {
        color:black;
    }

    .OVg00020x_MsgBtn_Bottom_Line_Color
    {
        background-color:#FFFFFF;
    }

    .OVg00020x_Div_Color0
    {
        background-color:white;
    }
    .OVg00020x_Div_Color1
    {
        background-color:white;
    }
    
    .OVg00020x_IconBtn_Line_Color
    {
        background-color:#f2ffe5;
    }

    /* OVg00020xCtrlInfo.ascx.vb */
    .TopMenu_Notice_A_0
    {
        background-image:url(../images/TopMenu/image_notice1_A_0.gif);
    }
    .TopMenu_Notice_A_1
    {
        background-image:url(../images/TopMenu/image_notice1_A_1.gif);
    }
    .TopMenu_Notice_B_0
    {
        background-image:url(../images/TopMenu/image_notice1_B_0.gif);
    }
    .TopMenu_Notice_B_1
    {
        background-image:url(../images/TopMenu/image_notice1_B_1.gif);
    }

    /* OVg00020xCtrlCalender.ascx */
    .BsmCalDateCell_Hover
    {
        background-color: #3377FF;
    }

    /* OVg00020xTopTitle.aspx */
    .TopMenu_LogOut_Color   /* ログアウト */
    {
        color:Red;
    }
    .TopMenu_License_Color  /* ライセンス返却 */
    {
        color:black;
    }

/* OVg01000t */ 
    /* OVg01000tTab1.aspx */
    .OVg01000t_GroupBox_Color
    {
        border-color: gray;
    }

/* css */
    /* OVg00020x.css */
    .TopMenu_Expand
    {
        color:#3b591d;
    }
    .TopMenu_Line
    {
        background-color: #4C4A45;
    }
    .TopMenu_Dot
    {
        background-color: #504d46;
    }
    .TopMenu_Button_MSGTextAtt
    {
        color: white;
    }
    .TopMenu_Button_MSGText2Att
    {
        color: white;
    }
    .Month_td_CHeader
    {
        BORDER-COLOR: #838289;
        background-color:#b9b8c6;
    }
    .Month_td_Item
    {
        BORDER-COLOR: #838289;
        background-color:#fdfef1;
    }
    .ClockBar
    { 
        background-color: #F3F3F3;
    }
    .DateTermBar
    {
        background-color: #CDCDCD;
    }

/* js */
    /* BsmWebCalendar.js */
    .BsmWebCalendar_Title_Color
    {
        border-left-color:#4f7923;
        border-top-color:#7a9e56;
        border-right-color:#4f7923;
        border-bottom-color:#233710;
        background: -webkit-linear-gradient(top, #96da75 0%, #69ac45 100%);
	    background: -moz-linear-gradient(top, #96da75 0%, #69ac45 100%);
	    background: -ms-linear-gradient(top, #96da75 0%, #69ac45 100%);
	    background: -o-linear-gradient(top, #96da75 0%, #69ac45 100%);
    }

/* BsmWebButton.css */
/* Add History Button */
/* ====「」====  */
.SI_BtnAddHis_LSBgInitialL
{
	background-image:url("../images/data/image_btn00L_T.gif");
}
.SI_BtnAddHis_LSBgInitialM
{
	background-image:url("../images/data/image_btn00M_T.gif");
}
.SI_BtnAddHis_LSBgInitialR
{
	background-image:url("../images/data/image_btn00R2_T.gif");
}
.SI_BtnAddHis_LSBgMouseEnterL
{
	background-image:url("../images/data/image_btn00L_T.gif");
}
.SI_BtnAddHis_LSBgMouseEnterM
{
	background-image:url("../images/data/image_btn00M_T.gif");
}
.SI_BtnAddHis_LSBgMouseEnterR
{
	background-image:url("../images/data/image_btn00R2_T.gif");
}
.SI_BtnAddHis_LSBgMouseDownL
{
	background-image:url("../images/data/image_btn00L_T.gif");
}
.SI_BtnAddHis_LSBgMouseDownM
{
	background-image:url("../images/data/image_btn00M_T.gif");
}
.SI_BtnAddHis_LSBgMouseDownR
{
	background-image:url("../images/data/image_btn00R2_T.gif");
}
.SI_BtnAddHis_LSBgDisabledL
{
	background-image:url("../images/data/image_btn00L_T.gif");
}
.SI_BtnAddHis_LSBgDisabledM
{
	background-image:url("../images/data/image_btn00M_T.gif");
}
.SI_BtnAddHis_LSBgDisabledR
{
	background-image:url("../images/data/image_btn00R2_T.gif");
}
.SI_BtnAddHis_LSTextAtt
{
	color:black;
}


/* ====「」====  */
/* 2010.08.31 Ver2.2.1004.1 機能変更依頼【F22_007】対応 Start */
.SI_Button_PrevMonthBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrevMonthBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevMonthBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrevMonthBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_PrevMonthBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_PrevMonthBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_PrevMonthBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_PrevMonthBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_PrevMonthBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_PrevMonthBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_PrevMonthBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_PrevMonthBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_PrevMonthTextAtt
{
	color:black;
}

/* ====「」====  */
.SI_Button_NextMonthBgInitialL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NextMonthBgInitialM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NextMonthBgInitialR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NextMonthBgMouseEnterL
{
	background-image:url("../images/tool/green/image_TBbtn_on_left_green.png");
}
.SI_Button_NextMonthBgMouseEnterM
{
	background-image:url("../images/tool/green/image_TBbtn_on_center_green.png");
}
.SI_Button_NextMonthBgMouseEnterR
{
	background-image:url("../images/tool/green/image_TBbtn_on_right_green.png");
}
.SI_Button_NextMonthBgMouseDownL
{
	background-image:url("../images/tool/green/image_TBbtn_left_green.png");
}
.SI_Button_NextMonthBgMouseDownM
{
	background-image:url("../images/tool/green/image_TBbtn_center_green.png");
}
.SI_Button_NextMonthBgMouseDownR
{
	background-image:url("../images/tool/green/image_TBbtn_right_green.png");
}
.SI_Button_NextMonthBgDisabledL
{
	background-image:url("../images/tool/image_TBbtn_off_left.png");
}
.SI_Button_NextMonthBgDisabledM
{
	background-image:url("../images/tool/image_TBbtn_off_center.png");
}
.SI_Button_NextMonthBgDisabledR
{
	background-image:url("../images/tool/image_TBbtn_off_right.png");
}
.SI_Button_NextMonthTextAtt
{
	color:black;
}

/* ====「」====  */
/* 2010.08.31 Ver2.2.1004.1 機能変更依頼【F22_007】対応 End */

/* 2010.10.22 Ver2.2.1004.5 改善連絡【F220_4259】対応 Start */
	.SI_Ctrl_InnerBorder_APL
	{
		border-color: #FFFFFF;
		border-bottom-color: #A6A6A6;
		border-right-color: #A6A6A6;
		background: #dfefc4;
		height: 0px;
		border-style: solid;
		border-width: 1px;
		padding: 4px;
	}
	
	.SI_Label_APL
	{
		height: 16px;									/* 高さを20pxに設定する。										*/
		font-size: 10pt;								/* フォントのサイズを10ptに設定する。							*/
		font-family: "ＭＳ ゴシック", "MS Gothic";					/* フォントを"ＭＳ ゴシック"に設定する。						*/
		background: #dfefc4;
	}
/* 2010.10.22 Ver2.2.1004.5 改善連絡【F220_4259】対応 End */

/* 2010.11.25 Ver2.2.1004.14 改善連絡【F220_4779】再対応 Start */
/* 2010.11.20 Ver2.2.1004.12 改善連絡【F220_4779】対応 Start */
/* 届出申請の申請モードダイアログの予定申請ボタンと実績申請ボタン */
.SI_Button_APL_AppliModeTemp
{
	background: #e8e8e8;
	color: black;
	font-family: 'ＭＳ ゴシック', 'MS Gothic';
	font-size: 13pt;
	font-weight: bold;
}
.SI_Button_APL_AppliModeReal
{
	background: #dfefc4;
	color: black;
	font-family: 'ＭＳ ゴシック', 'MS Gothic';
	font-size: 13pt;
	font-weight: bold;
}
/* 2010.11.20 Ver2.2.1004.12 改善連絡【F220_4779】対応 End */
/* 2010.11.25 Ver2.2.1004.14 改善連絡【F220_4779】再対応 End */
/* 2010.12.22 Ver2.2.1004.15 BR【F220SP_3012】対応 Start */
.SI_INFO_BGCOLOR
{
	background-color:#e6e6e6;
}
/* 2010.12.22 Ver2.2.1004.15 BR【F220SP_3012】対応 End */

.Sm_ln
{
    width:1180px;   
    border-color:#bbd788;
    border-style:solid;
    border-width:1px;
	background: -webkit-linear-gradient(top, #e0f3c2 0%, #eef8de 100%);
	background: -moz-linear-gradient(top, #e0f3c2 0%, #eef8de 100%);
	background: -ms-linear-gradient(top, #e0f3c2 0%, #eef8de 100%);
	background: -o-linear-gradient(top, #e0f3c2 0%, #eef8de 100%);
}