/*
//********************************************************************
//
// プログラム名	:	byomei_master_dialog.css
//
// 内容			:	病名マスタ選択ダイアログ用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*項目タイトル*/
.koumoku_title
{
	font-size:13pt;
	font-weight:bold;
}

/*テーブル*/
table
{
	text-align:center;
}
table.search_table
{
	/*background-color:#d2ffff;*/
}

/*テーブルセル*/
td.search_table_cell
{
	/*text-align:left;*/
	border-style:solid;
	border-color:black;
	border-width:2px;
}
td.result_table_cell
{
	background-color:#bbffff;
	vertical-align:top;
}

/*コンボボックス*/
.select_box
{
	width:180px;
}

/*ボタン*/
.button1
{
	width:80px;
	height:40px;
	font-size:11pt;
}
.button2
{
	width:60px;
	height:30px;
	font-size:10pt;
}

