/* センタリングbody */
.box_input_area
{
	text-align:center;
	padding:2px;
}

/* メニューボックス */
.box_order_menu
{
	width:98%;
	height:100px;
	text-align:center;
	padding:2px;
}

/* オーダ種ボックス（ラベル） */
.box_order_lbl
{
	width:95%;
	text-align:center;
	color:#000033;
	display:block;
	padding:6px;
	border-left:8px solid #3333ff;
	border-right:8px solid #3333ff;
	border-top:2px solid #3333ff;
	border-bottom:2px solid #3333ff;
	background:#ccccff;
}

/* オーダ種ボックス（リンク） */
.box_order_link
{
	width:200px;
	padding:1px;
	text-align:center;
	font-size:16px;
	float:left;
}

/*通常リンク*/
.box_order_link a
{
	width:100%;
	text-decoration:none;
	background:#e0e0ff;
	display:block;
	padding:5px;
	border-left:2px solid #3333ff;
	border-right:2px solid #000099;
	border-top:2px solid #3333ff;
	border-bottom:2px solid #000099;
	color:#000000;
	float:left;
}

/*既に見たリンク*/
.box_order_link a:visited
{
	display:block;
	float:left;
	color:#000000;
}

/*カーソルが上にある時のリンク*/
.box_order_link a:hover
{
	background:#00ffff;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-left:2px solid #000099;
	border-right:2px solid #3333ff;
	border-top:2px solid #000099;
	border-bottom:2px solid #3333ff;
	float:left;
}

/* 編集中オーダボックス（ラベル） */
.box_editing_lbl
{
	width:95%;
	text-align:center;
	color:#000033;
	display:block;
	padding:6px;
	border-left:8px solid #33cc33;
	border-right:8px solid #33cc33;
	border-top:2px solid #33cc33;
	border-bottom:2px solid #33cc33;
	background:#ccffcc;
}

/* 編集中オーダテーブル */
.tbl_editing_order
{
	margin:6px 20px;
}

/* 編集中オーダ種別 */
.td_editing_order_kind
{
	margin:6px 20px;
}

/* 発行時メッセージ（ラベル） */
.lb_hakkou_message
{
	padding:5px 0;
	font-weight:600;
	font-size:110%;
	text-align:center;
}

/* 発行時サブメッセージ（ラベル） */
.lb_sub_message
{
	padding:5px 10px;
	font-size:100%;
}

/* エラーメッセージ（ラベル） */
.lb_error_message
{
	color:#cc3333;
	padding:5px 0;
	font-weight:600;
	font-size:110%;
	text-align:center;
}

/* フッター */
.box_order_footer
{
	width:95%;
	text-align:center;
}

/* 選択中の項目（ラベル） */
.lb_select_item
{
	font-weight:700;
	font-size:120%;
	text-align:center;
}

/* 選択中の項目（ラベル・補足） */
.lb_select_item span
{
	font-weight:400;
	font-size:90%;
}