@charset "UTF-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #f4f4f4;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
h1,h2,h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #EC87AF;
	text-decoration: underline;
}
a:visited {
	color: #EC87AF;
	text-decoration: none;
}
a:hover {
	color: #CA2B63;
	text-decoration: underline;
}

#container {
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
}
#header  {
	background-image: url(../images/header.jpg);
	height: 167px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 90px;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
}
#navi {
	padding: 0px;
	height: 43px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
* #navi {
behavior: expression(I.jpgFIX.fix(this));
}
#navi li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#contents {
	margin: 0px;
	padding: 0px;
}
#leftContents {
	width: 590px;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#rightContent {
	width: 240px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/right_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#rightContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#rightContent li {
	background-image: url(../images/gp_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#leftContents    .topBlock {
	width: 50%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topImage {
	margin: 0px;
	padding: 0px;
}
/* Foot
-------------------------------------------------------------------------*/
#footer_adjust {
	height: 60px;
	clear: both;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}

#footContent {
	width: 850px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	height: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.blockContent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.listBox {
	background-color: #F4F4F4;
	background-image: url(../images/list_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 580px;
	padding-top: 10px;
	padding-right: 1px;
	padding-left: 1px;
}
.listBox_btm {
	background-image: url(../images/list_btm.jpg);
	height: 10px;
	background-repeat: no-repeat;
}

/* second page
-------------------------------------------------------------------------*/
#second {
	padding: 0px;
	clear: both;
}
#second table  {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#second tr {
	background-color: #F4F4F4;
}
#second td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#second td .roomtype {
	width: 30%;
	color: #EC87AF;
	font-weight: bold;
	text-align: center;
}
#second .item {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DEDDDD;
}
#second .header {
	background-color: #F8D0DF;
	width: 20%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F4F4F4;
	color: #DF5A87;
	font-weight: bold;
}
#second .header_top {
	background-color: #F8D0DF;
	font-weight: bold;
	color: #E0628E;
	width: 30%;
}
#second .header_end {
	border-right-width: 1px;
	background-color: #F8D0DF;
	width: 20%;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F4F4F4;
	font-weight: bold;
	color: #E0628E;
}
#second .checkin_out {
	width: 20%;
	color: #DF5A87;
	background-color: #F8D0DF;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F4F4F4;
}
#second .check_late {
	width: 60%;
	color: #DF5A87;
	background-color: #F8D0DF;
	font-weight: bold;
}
#second .check_item {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#second .food_head {
	width: 30%;
	background-color: #F8D0DF;
	font-weight: bold;
	color: #DF5A87;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#second .setubi {
	text-align: left;
	width: 60%;
}
#leftContents #mapBox {
	float: left;
	width: 370px;
	padding-top: 20px;
}
#addressBox {
	width: 215px;
	padding-left: 0px;
	float: right;
	padding-top: 5px;
}
#addressBox h3 {
	background-image: url(../images/maru.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-size: 12px;
	color: #EC87AF;
}
#addressBox table {
	width: 204px;
	margin-right: auto;
	margin-left: auto;
}
#addressBox  td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#addressBox .head {
	width: 40px;
	vertical-align: top;
	background-image: url(../images/maru.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#second .contact_val {
	text-align: left;
}
#btn_area {
	height: 58px;
	width: 420px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
}
.form_error {
	color: #FF0000;
	font-weight: normal;
}
#topBanner {
	padding: 0px;
	height: 60px;
	width: 838px;
	margin: 9px auto 2px;
}
