@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	font-size: 12px;
}

p{margin:0}

h2{color: #0099CC; font-size: 14px; font-weight: bolder}
h3{color: #003300; font-size: 12px; font-weight: bolder; margin: 5px 0px}

a{color: #3366ff; text-decoration: none;}
a:hover {color: #2e8b57; text-decoration: underline}

#wrap {
	width: 840px;
	margin: 0px auto;
	background: url(images/back.png);
/*	border: 1px #666666 solid; */
}

#mypage{
	width: 798px;
	border-left: #999999;
	border-right: #999999;
	margin: 0px auto;
}

#head{
	height: 70px;
	margin: 0px auto;
	width: 798px;
}

#header_navi{
	height: 36px;
}

#header_navi img{
	margin: 0;
}

#mybody {
	margin: 0px;
	line-height: 140%;
}

#no_top {
	width: 750px;
	margin: 20px auto 0px;
}

#mybody_top {
	margin: 0px;
	background-image: url(photos/hotel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mycontents{
	width: 500px;
	margin: 0 0 0 290px;
	padding: 0px
}

#contents_foot {
	clear: both;
	width: 840px;
	margin: 0px auto;
}

#footer_navi{
	font-size: 10px;
	text-align: center;
}

#footer_navi a{
	color: #666699;
	text-decoration: none;
}


#footer_navi a:visited{
	color: #999999;
}

#footer_navi a:hover{
	color: #ff4500;
	text-decoration: underline;
}

#footer_navi img{
	margin-top: 20px;
}

#copyright{
	width: 798px;
	margin: 8px auto 0;
	padding: 5px 0;
	font-size: 10px;
	color: #ffffff;
	background: #666699;
	text-align: center;
}


/* index.html */
#news_area{
	margin: 5px 0px 5px 10px;
	font-size: 12px;
	line-height: 150%;
}

/* info.html */
#info_left {
	width: 480px;
	float: left;
}

#info_right {
	font-size: 10px;
	width: 250px;
	float: right;
}

/* room.html */
#room_left {
	width: 410px;
	float: left;
}

#room_right {
	width: 310px;
	float: right;
}

#room_tbl{margin: 30px 0;}
#room_tbl img{margin-bottom: 8px;}


#amenity{margin: 20px 0;}
#amenity td{vertical-align: top; padding-bottom: 20px;}

/* access.html */
#access_left {
	width: 360px;
	float: left;
}

#access_right {
	width: 360px;
	float: right;
}

#access_left2 {
	width: 360px;
	float: left;
}

#access_right2 {
	width: 338px;
	float: right;
}

#access_map {
	width: 750px;
	text-align: center;
}
/* ask.html */
#tbl_ask {
	width: 500px;
	margin: 20px auto 30px;;
}

#tbl_ask td{
	padding: 5px;
}

#tbl_ask input{
	width: 400px;
}

#tbl_ask textarea{
	width: 400px;
	height: 200px;
}


.sml{font-size: 10px;}

#form_sessage{padding: 100px 0 300px; text-align: center;}

.red{color: #FF0000}
