/* ---------------------------------
メニュー全般
----------------------------------*/
.td_menu
{
	white-space: nowrap;
}
/* ---------------------------------
予約状況表示ラベル
----------------------------------*/
.td_yoyaku_label
{
	text-align: left;
	white-space: nowrap;
	width: 350px;
	font-weight: bold;

}

/* ---------------------------------
日付
----------------------------------*/
.td_day
{
	text-align: center;
	white-space: nowrap;
}

/* ---------------------------------
曜日（月〜金）
----------------------------------*/
.td_week_daily
{
	font-weight: bold;
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}

/* ---------------------------------
曜日（土）
----------------------------------*/
.td_week_saturday
{
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}

/* ---------------------------------
曜日（日）
----------------------------------*/
.td_week_sunday
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}

/* ---------------------------------
差分
----------------------------------*/
.td_day_diff
{
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}

/* ---------------------------------
一覧○
----------------------------------*/
.td_waku_ichiran_on
{
	text-align: center;
	background-color: #acd6ff; 
	white-space: nowrap;
}
/* ---------------------------------
一覧×
----------------------------------*/
.td_waku_ichiran_off
{
	text-align: center;
	background-color: #ffcccc;
	white-space: nowrap;
}
/* ---------------------------------
枠の状態(○)
----------------------------------*/
.td_waku_status_on
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
枠の状態(×)
----------------------------------*/
.td_waku_status_off
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
枠の状態(-1)
----------------------------------*/
.td_waku_status_1
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
枠の状態(空)
----------------------------------*/
.td_waku_status_null
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
項目名タイトル
----------------------------------*/
.td_order_kind_title
{
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}
/* ---------------------------------
項目名データ
----------------------------------*/
.td_order_kind_data
{
	text-align: left;
	white-space: nowrap;
}
/* ---------------------------------
枠名称タイトル
----------------------------------*/
.td_waku_name_title
{
	text-align: center;
	background-color: #eeeeff;
	white-space: nowrap;
}
/* ---------------------------------
枠名称データ
----------------------------------*/
.td_waku_name_data
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
時間データ
----------------------------------*/
.td_time_span
{
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------
日付タイトル
----------------------------------*/
.td_day_title
{
	text-align: center;
	background-color: #ccccff;
	white-space: nowrap;
}
/* ---------------------------------
テーブル左寄せ
----------------------------------*/
.table_left
{
	border: 1px
	text-align: left;
	white-space: nowrap;
}

/* ---------------------------------
セットメニュー
----------------------------------*/
.td_user_set_menu
{
	text-align: center;
	white-space: nowrap;
	background-color: #ccccff;
}

/* ---------------------------------
更新間隔
----------------------------------*/
.text_redraw_span
{
	ime-mode: disabled;
	width: 45px;
}

/* ---------------------------------
セット編集画面のボタン
----------------------------------*/
.button_edit_waku
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ---------------------------------
セット編集画面のテーブル
----------------------------------*/
.table_edit_waku
{
	margin: 7px;
}

/* ---------------------------------
セット編集画面のリストボックス
----------------------------------*/
.list_edit_waku
{
	min-width: 125px;
}
/* ---------------------------------
注意書き○
----------------------------------*/
.td_inst_on
{
	text-align: left;
	background-color: #acd6ff; 
	white-space: nowrap;
}
/* ---------------------------------
注意書き×
----------------------------------*/
.td_inst_off
{
	text-align: left;
	background-color: #ffcccc;
	white-space: nowrap;
}
/* ---------------------------------
注意書き△
----------------------------------*/
.td_inst_1
{
	text-align: left;
	background-color: #ffff00;
	white-space: nowrap;
}
/* ---------------------------------
注意書き空
----------------------------------*/
.td_inst_null
{
	text-align: left;
	background-color: #ffffff; 
	white-space: nowrap;
}
/* ---------------------------------
注意書きpoint
----------------------------------*/
.td_inst_point
{
	text-align: left;
	background-color: #ffffcc; 
	white-space: nowrap;
}