<!--
/* 開発時には、全てスタイルシートにて描画情報を構築する */
/* 現在、タイトルと検索項目の一部を作成 */

BODY {
	margin: 0px ;
	padding: 0px ;
}

/* エラー部分 */
.error {
	background-color: #ffdddd;
	color: #000000 ;
}
div.error {
	text-align: left;
	vertical-align: center;
	background-color: #ffffff;
}
.errorlogin {
	text-align: left;
	vertical-align: center;
	color: #ff0000;
	background-color: #ffffff;
}


table.error {
	color: #000000;
	width: 100%;
	background-color: #ffffff;
}

table.error thead {
	font-size: 12pt;
	font: bold;
	color: #ff0000;
}

table.error tbody td {
	font-size: 10pt;
	font: normal;
	color: #ff0000;
}

div.reserve_select {
	margin: 5px 0px 0px 0px ;
	padding: 0px ;
	font-size: 9pt ;
/*	border: solid 1px ;*/
}
div.reserve_select table {
	font-size: 9pt ;
	vertical-align: middle ;
}
div.reserve_select input {
	font-size: 9pt ;
	vertical-align: middle ;
}
div.reserve_select select {
	font-size: 9pt ;
	vertical-align: middle ;
}

/* 状態 */
div.reserve_head {
	margin: 20px 5px 5px 5px ;
	padding: 5px ;
	font-size: 10pt ;
	border: solid 1px ;
	width: 720px;
	background-color: #eeffee ;
	vertical-align: middle ;
	text-align: left;
}
div.reserve_head span {
	font: bold 14pt ;
	padding: 3px 10px 3px 5px ;
}
div.reserve_head span.selpage {
	font: bold 13pt ;
	padding: 5px 3px 3px 5px ;
	background-color: #ffccff ;
}

div.reserve_info {
	margin: 10px 0px 0px 0px ;
	padding: 0px ;
	font: 12pt ;
	border: none ;
	width: 720px;
	background-color: #ffffff ;
	vertical-align: middle ;
	text-align: left;
}
div.reserve_info span {
	margin: 5px 0px 0px 15px ;
	height: 8px;
	font: bold 11pt ;
}
div.reserve_info span.foot {
	margin: 5px 0px 0px 15px ;
	height: 8px;
	font: bold 11pt ;
	color: #6699ff;
}

/* ここから買い物かご用 */
div.head_title {
	font-size: 12pt ;
	vertical-align: middle ;
	padding: 0px 0px 4px 8px ;
	background-image: url(../images/status_seldata.gif);
	margin: 0px 8px 3px 0px ;
}

/* 入力情報 */
div.reserve_data {
	margin: 20px 5px 5px 5px ;
	padding: 5px ;
	font: bold 14pt ;
	border: solid 1px ;
	width: 720px;
	background-color: #ffffff ;
	vertical-align: middle ;
	text-align: left;
}
div.reserve_data table.headtitle {
	border:none;
	width:100%;
}
div.reserve_data table.headtitle td {
	width:100%;
	text-align:right;
	padding: 0px 0px 3px 8px ;
	vertical-align: middle;
	background-color: transparent ;
}
div.reserve_data table {
	border: solid 1px #000000 ;
	width: 700px;
}
div.reserve_data table th {
	font: bold 10pt ;
	padding: 3px 3px 3px 8px ;
	background-color: #c8e0c8 ;
	text-align: left;
	color: #000000 ;
}
div.reserve_data table td {
	font: bold 10pt ;
	padding: 3px 3px 3px 8px ;
	background-color: #f5f5f5 ;
	text-align: left;
}
div.reserve_data table td.indata {
	color: #000000 ;
	background-color: #ffe0ff ;
}
div.reserve_data table td.seldata {
	color: #0000ff ;
	background-color: #e0e0ff ;
}

table.headtitle2 {
	border:none;
	width: 710px;
	height: 28px;
}
table.headtitle2 td {
	width:100%;
	text-align:right;
	padding: 1px 5px 2px 0px ;
}
table.headtitle2 input {
	font-size: 9pt ;
}

/* 予約入力 */
div.reserve_main {
	margin: 20px 5px 5px 5px ;
	padding: 5px ;
	font: bold 14pt ;
	text-align: left;
	border: solid 1px ;
	width: 720px;
}
div.reserve_main table.headtitle {
	border:none;
	width:100%;
}
div.reserve_main table.headtitle td {
	width:100%;
	text-align:right;
	padding: 0px 0px 3px 8px ;
	vertical-align: middle;
}
div.reserve_main table {
	font-size: 9pt ;
	vertical-align: middle ;
}
div.reserve_main table td {
	font-size: 9pt ;
	vertical-align: middle ;
	word-break: keep-all ;
	white-space: pre ;
}
div.reserve_main input {
	font-size: 9pt ;
	vertical-align: middle ;
}
div.reserve_main select {
	font-size: 9pt ;
	vertical-align: middle ;
}

div.reserve_main table.list {
	font-size: 9pt ;
	vertical-align: middle ;
	word-break: keep-all ;
	white-space: pre ;
	border: solid 1px #000000;
}
div.reserve_main table.list th {
	background-color: #666666;
	color: #ffffff ;
	vertical-align: middle ;
	padding: 2px 5px 2px 5px ;
}
div.reserve_main table.list tr {
	background-color: #dddddd;
}
div.reserve_main table.list td {
	padding: 2px 5px 2px 5px ;
	vertical-align: middle ;
}
div.reserve_main table.list td.cent {
	text-align: center; 
}

/* 修正前 */
div.reserve_main table.list tr.upprev {
	background-color: #bbbbff;
}
div.upprev {
	padding-top: 4px;
	font: bold 9pt;
	color: #4444ff;
	float:left;
}
div.upprevsub {
	font: bold 9pt;
	color: #4444ff;
}

.confirm {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FF3366;
}
.confirm2 {
	font-size: 13px;
	text-align: center;
	color: #dd2222 ;
}
.inputend {
	width: 400px;
	padding: 2px 5px 2px 5px ;
	font-size: 18px;
	font-weight: bold;
	border: ridge 3px ;
	color: #FF3366 ;
}

div.reserveHeadBack {
	width: 100%;
	height: 24px;
	padding: 2px 5px 5px 5px ;
	background-image: url(./images/head_back5.gif);
	border-bottom-width: 4px;
}

.mumber_style {
	text-align: center;
	color:#006699 ;
	font: bold 12pt ;
	font-family:'ＭＳ Ｐ明朝';
}

-->
