/*
//********************************************************************
//
// プログラム名	:	staff_multi_select_dialog.css
//
// 内容			:	利用者複数選択ダイアログ用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*項目タイトル*/
.koumoku_title
{
	font-size:13pt;
	font-weight:bold;
}

/*テーブルセル*/
td
{
	text-align:center;
}
td.table_ichiran_cell
{
	vertical-align:top;
	background-color:#bbffff;
}

/*ボタン*/
.button
{
	width:80px;
	height:40px;
	font-size:11pt;
}

/*コンボボックス*/
.select_box
{
	width:150px;
}