@charset   "Shift_JIS";
body {
	margin: 0px;
	padding: 0px;
	color: #3E2D00;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
}

#title {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 700px;
	text-align: center;
	font-size:24px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	border-width: 1px;
}

.hotel_info{
	margin: 20px 0px 0px 0px;
	padding: 10px;
	width: 700px;
	text-align: left;
	font-size:16px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	border-width: 1px;
}

.info_title{
	background-color:DarkSlateGray;
	border-style: none;
	padding: 4px 4px 4px 4px;
	font-size:20px;
	color: BlanchedAlmond;
}

.info_cont{
	padding: 4px 4px 24px 4px;
	font-size:16px;
	color: Black;
}


na:hover {   
	vertical-align: ; 
	text-decoration: underline;
	background : url(../pict/btn2.gif) ;
}

a:link {
	color: MidnightBlue;
}

a:visited {                 
	color: MidnightBlue;
  text-decoration: none;
}

a:active {
	color: red;
}

a:hover {                   
  color: blue;
  text-decoration: underline;
}
