@charset "utf-8";
/* CSS Document */

html {
	background-image: url(https://www.noguchiryokan.com/gr_img/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}

body {
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header_bg {
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	background-image: url(https://www.noguchiryokan.com/gr_img/header_bg.png);
	background-position:left top;
	background-repeat: repeat-x;
	text-indent: -9999px;
}


/*フッターメニュー*/
#footer_banner ul {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#footer_banner ul li {
	float: left;
	height: 57px;
	line-height: 57px;
	list-style: none;
}
.footer_banner_01 a{
	width: 129px;
	height: 57px;
	line-height: 57px;
	display: block;
	text-indent: -9999px;
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_01.png);
}
.footer_banner_01 a:hover{
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_01_on.png);
}
.footer_banner_02 a{
	width: 96px;
	height: 57px;
	line-height: 57px;
	display: block;
	text-indent: -9999px;
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_02.png);
}
.footer_banner_02 a:hover{
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_02_on.png);
}
.footer_banner_03 a{
	width: 130px;
	height: 57px;
	line-height: 57px;
	display: block;
	text-indent: -9999px;
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_03.png);
}
.footer_banner_03 a:hover{
	background-image: url(https://www.noguchiryokan.com/gr_img/footer_banner_03_on.png);
}
/*フッターメニューここまで*/

#footer_left {
	clear: both;
	color: #493827;
	margin-top: 73px;
}

#footer_center {
	float: left;
	margin-top: -70px;
	margin-left: 600px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-right: 1px #dab585 solid;
}

#footer_right {
	float: left;
	margin-top: -70px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#footer_copy {
	clear: both;
	color: #1e1717;
	font-size: 10px;
	margin-left: 600px;
}


/*ページトップ*/
#page-top {
	position: relative;
	z-index: 9999;
	top: 0px;
	left: 819px;
}
#page-top a {
	background-image: url(https://www.noguchiryokan.com/gr_img/pagetop.png);
	color: #fff;
	width: 161px;
	height: 57px;
	display: block;
	text-indent:-9999px;
}
#page-top a:hover {
	background-image: url(https://www.noguchiryokan.com/gr_img/pagetop_on.png);
}
/*ページトップここまで*/
