/*
//********************************************************************
//
// プログラム名	:	tantou_result.css
//
// 内容			:	担当医
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}


/*グループボックス*/
fieldset.tantou_fieldset
{
	border-style:solid;
	border-width:2px;
	border-color:#D3D3D3;
	padding:0 10px 5px 10px;
}

legend.shokushu_name_legend
{
	color:black;
	font-size:12pt;
	font-weight:bold;
}


/*テーブル全て*/
table
{
	width:100%;
}
.weather_table
{
	width:35%
}
.touban_table
{
	width:65%
}

/*テーブルセル*/
td
{
	/*background-color:#ccffff;*/
	text-align:center;
	vertical-align:top;
}

.touban_table td
{
	text-align:left;
}

/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:80px;
	height:32px;
	font-size:11pt;
}

/*テキストエリア*/
textarea.tantou_text
{
	overflow:hidden;
	width:200pt;
}

/*テキスト*/
.touban_comment
{
	ime-mode:active;
}
