<!--#include virtual="inc_top/map.asp"-->
<!--#include file="function.asp"-->
<%
id=Server.HTMLEncode(request.querystring("id"))
hotel=Server.HTMLEncode(request.querystring("hotel"))
if int(hotel)>3 then
	response.end
end if

select case int(hotel)
case 1
	strFolder="hotel_sanwa"
case 2
	strFolder="hotel_newsanwa"
case 3
	strFolder="pension_bilu"
end select

mHotel= array ("ホテルサンワ","ホテルニューサンワ","ペンション美留")

mColor= array("#339900","#FF9966","#CCC1AB")


%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title>宿泊プラン</title>
<META name="keywords" content="沖縄,ホテル,宿泊,ビジネス,観光,出張,旅行,合宿,研修,修学旅行,那覇,恩納村,リゾート,サンエーホテルズ,ペンション,美留,サンワ,ニューサンワ,サンエー">
<meta name="description" content="ビジネス・観光・リゾート･･･。お客様のプランにあわせてご利用いただける沖縄のサンエーホテルズを是非ご利用ください。">
<link rel="stylesheet" href="plan.css" type="text/css">
<SCRIPT TYPE="text/javascript" SRC="plan.js"></SCRIPT>

<script language="JavaScript" type="text/JavaScript">
<!--
//-->
</script>
<style type="text/css">
<!--
-->
</style>

</head>
<body bgcolor="#fffadf" leftmargin="0"  topmargin="0" marginwidth="0" >

<div align="center">

<table width="806" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
	<td width="10" background="./img/left_line.jpg"><img src="./img/left_line.jpg" width="10" height="10"></td>
	<td width="785">
		<table width="785" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
		<tr>
			<td bgcolor="<%= mColor(hotel-1) %>"><img src="./img/head_line<%= hotel %>.gif" width="785" height="4"></td>
		</tr>
		<tr>
			<td>
				<table width="785" height="56" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="200" align="left">
						<a href="../<%= strFolder & "/" %>index.html"><img src="./img/head_logo<%= hotel %>1.gif" alt="<%= mHotel(hotel-1) %>"  hspace="3" vspace="10" border="0"></a>
					</td>
						<td align="right" valign="bottom">
							<table width="562" border="0" cellspacing="0" cellpadding="2">
							<tr>
							<td align="right"><a href="http://www.san-a.co.jp/" target="_blank"><img src="./img/head_logo<%= hotel %>2.gif" alt="サンエーホテルズ・グループサイト" width="271" height="13" hspace="2" vspace="2" border="0"></a></td>
						</tr>
						<tr>
							<td align="right"><% menu_sub(hotel) %></td>
						</tr>
						</table>
				  </td>
				</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td height="1"><img src="./img/dot_g<%= hotel %>.gif" width="785" height="1"></td>
		</tr>
		<tr><td width="785" height="5"><img src="./img/dot.gif" width="10" height="5"></td></tr>
		<tr>
			<td>
				<table width="785" height="47" border="0" cellpadding="0" cellspacing="0" background="./img/bg_menu<%=hotel%>.jpg">
				<tr>
					<td align="left" valign="middle"><% menu(hotel) %></td>
				</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td height="1"><img src="./img/dot_g<%= hotel %>.gif" width="785" height="1"></td>
		</tr>
		<tr><td width="785" height="5"><img src="./img/dot.gif" width="10" height="5"></td></tr>

<!--------------------------------------------------------------------------------------------->
		<tr>
			<td>
				<table width="785" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td colspan=2 align="center">
						<img src="./img/plan/form_main<%=hotel%>.jpg" alt="宿泊プランお申込みフォーム" width="780" height="190">
					</td>
				</tr>
				<tr>
					<!----------------------------------------------->
					<td colspan=2 align=center>
						<%= reserve(hotel,id) %>
					</td>
				</tr>
				</table>
			</td>
		</tr>
<!-------------------------------------------------------------------------------------------->
		<tr>
			<td><img src="./img/dot_g<%=hotel%>.gif" width="785" height="1"></td>
		</tr>
		<tr>
			<td align="right">
				<table width="785" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td><% menu_sub(hotel) %></td>
				</tr>
				<tr>
					<td align="right">
						<a href="../<%=strFolder%>/index.html"><img src="./img/foot_logo<%=hotel%>.gif" alt="<%= mHotel(hotel-1) %>" hspace="2" vspace="7" border="0"></a>
					</td>
				</tr>
				</table>
			</td>
		</tr>
		</table>
	</td>
	<td width="11" background="./img/right_line.jpg"><img src="./img/right_line.jpg" width="11" height="11"></td>
</tr>
</table>

<table width="806" border="0" cellspacing="0" cellpadding="0">
<tr>
	<td><img src="./img/foot<%= hotel %>.jpg" width="806" height="28"></td>
</tr>
</table>

</div>
</body>
</html>
