/* ---------------------------------------------
 メニューボックス
--------------------------------------------- */
.box_menu
{
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 5px;
	border: 1px;
	width: 220px;
	height:100%;
	text-align:center;
}

/* ---------------------------------------------
 メニューリンクボックス
--------------------------------------------- */
/*ボックス*/
.box_menu_link
{
	width:95%;
	padding:2px;
	text-align:center;
	font-size:16px;
	background:#f4ffff;
}

/*通常リンク*/
.box_menu_link a
{
	width:90%;
	text-decoration:none;
	color:#000000;
	display:block;
	padding:8px;
	border-left:6px solid #0000ff;
	border-bottom:2px solid #0000ff;
}

/*既に見たリンク*/
.box_menu_link a:visited
{
	display:block;
}

/*カーソルが上にある時のリンク*/
.box_menu_link a:hover
{
	background:#ffff00;
	text-decoration:none;
	display:block;
	font-weight:bold;
}

/* ---------------------------------------------
 患者情報ボックス
--------------------------------------------- */
.box_kanja_info
{
	position: absolute;
	top: 5px;
	left: 235px;
	padding: 5px;
	margin: 0px;
	width: 500px;
	height: 100px;
	border: 1px solid #ff0033;
	background-color:#ffeeff;
	vertical-align:middle;
}

/* ---------------------------------------------
 患者通知ボックス
--------------------------------------------- */
.box_kanja_tsuchi
{
	position: absolute;
	top: 5px;
	left: 755px;
	padding: 5px;
	margin: 0px;
	width: 400px;
	height: 100px;
	border: 1px solid #ff0033;
	background-color:#ffeeff;
}

/* ---------------------------------------------
 内容ボックス
--------------------------------------------- */
.box_content
{
	position: absolute;
	top: 120px;
	left: 235px;
	height: 650px;
	width: 1200px;
	padding: 5px;
	border: 1px;
	background-color: #f5f5f5;
	overflow: auto;
}

/* ---------------------------------------------
 内容タイトルラベル
--------------------------------------------- */
.lb_content_title
{
	width:200px;
	font-size:18px;
	font-weight:bold;
	padding:4px 5px;
	border-color:#ABCEF1;
	border-style:double;
	background:#F8F8F8;
	text-align:center;
}
