/*
//********************************************************************
//
// プログラム名	:	shokai_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;
	width:50%;
}
table.search_table
{
	/*background-color:#d2ffff;*/
}
table.byoin_info_table
{
	width:100%;
}

/*テーブルセル*/
td
{
	text-align:center;
}
td.search_table_cell
{
	border-style:solid;
	border-color:black;
	border-width:2px;
}
td.byoin_ichiran_table_cell
{
	/*background-color:#bbffff;*/
	vertical-align:top;
	width:47%;
	border-style:solid;
	border-color:black;
	border-width:2px;
}
td.byoin_info_table_cell
{
	/*background-color:#f2ffff;*/
	text-align:left;
	vertical-align:top;
	width:50%;
	border-style:solid;
	border-color:black;
	border-width:2px;
}
td.table_byoin_info_cell
{
	/*background-color:#f2ffff;*/
	text-align:left;
	width:100%;
}

/*ボタン*/
.button1
{
	width:80px;
	height:40px;
	font-size:11pt;
}
.button2
{
	width:60px;
	height:30px;
	font-size:10pt;
}


/*コンボボックス*/
.select_box1
{
	width:250px;
}
.select_box2
{
	width:150px;
}