/* ---------------------------------------------
 ボディー
--------------------------------------------- */
.body_user_basic
{
	text-align:center;
}

/* ---------------------------------------------
 ユーザ情報ボックス
--------------------------------------------- */
.box_user_info
{
	position: absolute;
	top: 64px;
	left: 10px;
}

/* ---------------------------------------------
 メニューボックス
--------------------------------------------- */
.box_menu
{
	padding:5px;
	margin: 0px auto;
	border: 0px solid #ffcc00;
	text-align:center;
	width:100%;
}

/* ---------------------------------------------
 リンクボックス
--------------------------------------------- */
.box_link
{
	padding:5px;
	margin: 0px auto;
	border: 2px solid #ffcc00;
	background-color:#ffffcc;
	width:80%;
}

/* ---------------------------------------------
 メニューリンクテーブル
--------------------------------------------- */
.tbl_menu_link
{
	margin: 0px auto;
	table-layout:fixed;
	width:40%;
}

/* ---------------------------------------------
 患者IDテキストボックス
--------------------------------------------- */
.tx_kanja_id
{
	ime-mode:disabled;
	text-align:center;
}

/* ---------------------------------------------
 通知情報フレーム
--------------------------------------------- */
.frame_tsuchi_info
{
	position: absolute;
	top: 280px;
	left: 10px;
	width:100%;
	height:500px;
}
