/* ---------------------------------------------
 ユーザ情報ボックス
--------------------------------------------- */
.box_user_info
{
	position: absolute;
	top: 64px;
	left: 10px;
}


/* ---------------------------------------------
 検索条件ボックス
--------------------------------------------- */
.box_search_joken
{
	position: absolute;
	top: 220px;
	left: 10px;
	text-align:center;
}

/* ---------------------------------------------
 患者IDテキストボックス
--------------------------------------------- */
.tx_kanja_id
{
	ime-mode:disabled;
	text-align:center;
}

/* ---------------------------------------------
 リンクボックス
--------------------------------------------- */
.box_link
{
	padding:5px;
	margin: 0px;
	border: 2px solid #ffcc00;
	background-color:#ffffcc;
	width:150px;
}

/* ---------------------------------------------
 検索結果ボックス
--------------------------------------------- */
.box_search_result
{
	text-align:center;
	position: absolute;
	top: 64px;
	left: 235px;
	height: 700px;
	width: 1100px;
	background-color:#ffffff;
	overflow: auto;
}
