/*
//********************************************************************
//
// プログラム名	:	calendar_time_mainte_dialog.css
//
// 内容			:	カレンダー時間帯メンテ用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*日付文字列*/
.date_str
{
	font-size:14pt;
	font-weight:bold;
}

/*テーブル*/
table.jikantai_table
{
	text-align:center;
	border-collapse:collapse;
	border-style:solid;
	border-color:black;
	border-width:2px;
	width:120pt;
}

/*テーブル行*/
tr.yakin_row
{
	height:70pt;
}
tr.nikkin_row
{
	height:70pt;
}
tr.junya_row
{
	height:70pt;
}
tr.yakin_space_row1
{
	height:60pt;
}
tr.yakin_space_row2
{
	height:37pt;
}
tr.nikkin_space_row1
{
	height:38pt;
}
tr.nikkin_space_row2
{
	height:50pt;
}
tr.junya_space_row
{
	height:48pt;
}

/*テーブルセル*/
td.jikantai_table_cell
{
	vertical-align:top;
}
td.space_table_cell
{
	vertical-align:top;
}

td.jikantai_cell
{
	border-style:dashed;
	border-color:black;
	border-width:1px;
}

td.yakin_cell
{
	background-color:#ccccff;
}
td.nikkin_cell
{
	background-color:#ccffcc;
}
td.junya_cell
{
	background-color:#cc9966;
}

/*ボタン*/
.button1
{
	width:80px;
	height:40px;
	font-size:11pt;
}
.button2
{
	width:60px;
	height:30px;
	font-size:10pt;
}

/*メッセージ*/
.message
{
	color:red;
}

