/*
//********************************************************************
//
// プログラム名	:	doctor_comment_dialog.css
//
// 内容			:	医師コメント
//
// 作成者		:	川村 寿志
//
// 作成日		:	2011/08/24
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}


/*グループボックス*/
fieldset.comment_fieldset
{
	border-style:solid;
	border-width:2px;
	border-color:#D3D3D3;
	padding:0 10px 5px 10px;
}

legend.comment_legend
{
	color:black;
	font-size:12pt;
	font-weight:bold;
}

/*ラエル*/
.koumoku_title
{
	font-size:15pt;
	font-weight:bold;
	text-align:center;

}

/*テーブルセル*/
td
{
	text-align:center;
}

/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:80px;
	height:32px;
	font-size:11pt;
}

/*テキストエリア*/
textarea.doctor_comment
{
	overflow:hidden;
	width:200pt;
}
