/*
//********************************************************************
//
// プログラム名	:	kyukyu_detail_dialog.css
//
// 内容			:	救急詳細用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*警告メッセージ*/
.alert_msg
{
	color:red;
}

/*項目タイトル*/
.koumoku_title_1
{
	font-size:15pt;
	font-weight:bold;
	text-decoration: underline;
}
.koumoku_title_2
{
	font-weight:bold;
}

/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:60px;
	height:24px;
	font-size:11pt;
}

/*テーブル全て*/
table
{
	width:100%;
}
td
{
	border-width:0px;
}

/*患者情報テーブル*/
table.kanja_table
{
	width:80%;
}
td.table_kanja_cell
{
	border-width:0px;
}


/*詳細情報テーブル*/
table.kyukyu_detail_table
{
	width:100%;
}
td.kyukyu_detail_table_left_cell
{
	width:65%;
	vertical-align:top;
}
td.kyukyu_detail_table_right_cell
{
	width:35%;
	vertical-align:top;
}

td.table_kyukyu_detail_parts1_cell
{
	vertical-align:top;
	/*background-color:#bbffff;
	border-style:solid;
	border-color:black;
	border-width:2px;*/
}
td.table_kyukyu_detail_parts2_cell
{
	vertical-align:top;
	/*background-color:#f2ffff;
	border-style:solid;
	border-color:black;
	border-width:1px;*/
}

/*グループボックス*/
fieldset.parts1_fieldset
{
	border-style:solid;
	border-width:2px;
	border-color:#D3D3D3;
	padding:0 10px 5px 10px;
}
fieldset.parts2_fieldset
{
	border-style:solid;
	border-width:1px;
	border-color:#D3D3D3;
	padding:0 10px 5px 10px;
}

legend.parts1_legend
{
	color:black;
	font-size:14pt;
	font-weight:bold;

}
legend.parts2_legend
{
	color:black;
	font-weight:bold;
}
