@charset "utf-8";

#hotel {
	padding: 0px;
	width: 491px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#hotel #search {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


form fieldset {
	border : none;
}
input {
	padding : 1px;
}
select option {
	padding :1px 3px;
}
#hotel .note{
	padding : 7px 0 7px 15px;
	background : #FEE9E9;
	text-align : left;
}
#area .wrap {
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#area table {
  table-layout: auto;
  width: 100%;
}

#area table th,
#area table td {
  padding: 3px 4px 1px;
}

#area table th {
	
	vertical-align: top;
	background: url("../shop/img/table_1.gif") no-repeat 100% 0;
	font-weight: bold;
}

#area table tr.first th {
  background: url("../shop/img/table_1.gif") no-repeat 100% -1px;
}

#area table td.left,
#area table tr.first td.left {
	background: url("../shop/img/table_1_1.gif") no-repeat 100% 0;
}

#area table tr.first td.left {
  background-position: 100% -1px;
}



#area table td {
  background: url("../shop/img/table_2.gif") repeat-x 0 0;
}

#area table tr.first td {
  background-position: 0 -1px;
}

#area table td strong {
  font-weight: normal;
}

#area table td img {
  padding-top: 5px;
  vertical-align: bottom;
}

.ie_7 #area table td img {
  padding-top: 0;
  vertical-align: middle;
}



form.narrow fieldset {
	padding : 10px 0;
}
form.narrow fieldset select {
	width : 190px;
}
#hotel #area .wrap table tbody tr th {
	width: 200px;
}
#hotel #area .wrap table tbody tr .left.name {
	width: 200px;
}

#hotel #area .wrap table tbody tr .tel {
	width: 80px;
}

#hotel .cap {
	background-image: url(../img/cap_hotel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 491px;
	text-indent: -1500em;
}
#area table a:link {
	color:#F00;
}
#area table a:hover {
	color:#F00;
	text-decoration:underline;
}
#area table a:visited {
	color:#F00;
}
