/* ---------------------------------------------
 ボディー
--------------------------------------------- */
.body_regist_dummy_kanja
{
	text-align:center;
}

/* ---------------------------------------------
 患者IDテキストボックス
--------------------------------------------- */
.tx_kanja_id
{
	ime-mode:disabled;
}

/* ---------------------------------------------
 日付テキストボックス
--------------------------------------------- */
.tx_date
{
	ime-mode:disabled;
}


/* ---------------------------------------------
 患者情報テーブル
--------------------------------------------- */
.tbl_kanja_profile
{
	margin: 0px 10px;
	table-layout:fixed;
	width:70%;
}

/* ---------------------------------------------
 患者情報セル
--------------------------------------------- */
.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;
}

/* ---------------------------------------------
 リンクボックス
--------------------------------------------- */
.box_link
{
	padding:5px;
	margin: 0px;
	border: 2px solid #ffcc00;
	background-color:#ffffcc;
	width:150px;
}