@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
}
body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-position: center top;
	color: #161616;
	font-size:100%;
}
a:link {
	color: #161616;
	text-decoration: underline;
}
a:visited {
	color: #161616;
	text-decoration: none;
}
a:hover {
	color: #161616;
	text-decoration: none;
}
a:active {
	color: #161616;
	text-decoration: none;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container ul {
	list-style-type: none;
}
#container ul li {
}
#goyoyaku {
	background-image: url(img/goyoyaku-back.jpg);
	padding-right: 252px;
	padding-left: 252px;
	padding-top: 30px;
	margin-top: -5px;
}
#hotel_link {
	background-image: url(img/footer-back.jpg);
	height: 250px;
	padding-right: 149px;
	padding-left: 149px;
	margin-top: -7px;
}
#hotel_link a {
}
#hotel_link a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
.banner {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.banner a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
.banner img {
	margin: 10px;
}