/* ---------------------------------------------
 ボディー
--------------------------------------------- */
.body_kanja_profile
{
	text-align:center;
}

/* ---------------------------------------------
 患者IDテキストボックス
--------------------------------------------- */
.tx_kanja_id
{
	ime-mode:disabled;
}

/* ---------------------------------------------
 日付テキストボックス
--------------------------------------------- */
.tx_date
{
	ime-mode:disabled;
}

/* ---------------------------------------------
 名前Dテキストボックス
--------------------------------------------- */
.tx_name
{
	ime-mode:active;
}

/* ---------------------------------------------
 住所テキストボックス
--------------------------------------------- */
.tx_address
{
	ime-mode:active;
}

/* ---------------------------------------------
 電話番号テキストボックス
--------------------------------------------- */
.tx_tel
{
	ime-mode:inactive;
}


/* ---------------------------------------------
 患者情報テーブル
--------------------------------------------- */
.tbl_kanja_profile
{
	margin: 0px auto;
	table-layout:fixed;
	width:80%;
}

/* ---------------------------------------------
 患者情報セル
--------------------------------------------- */
.td_kanja_profile
{
	padding:10px;
}

/* ---------------------------------------------
 タイトルセル
--------------------------------------------- */
.td_kanja_profile_title
{
	font-weight:bold;
	background-color: #ccffcc;
	text-align:right;
}

/* ---------------------------------------------
 データセル
--------------------------------------------- */
.td_kanja_profile_data
{
	background-color: #ffe5ff;
	text-align:left;
}
/* ---------------------------------------------
 注意事項メッセージ
--------------------------------------------- */
.msg_alert
{
	color:red;
}