@charset "utf-8";

@import url("../../css/common.css");

h2 {
	margin: 10px 0 0;
	height: 76px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

/* ページ内リンク */

#gallery_link {
	clear: both;
	width: 750px;
	height: 65px;
}

#gallery_link ul {
	display: block;
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	width: 543px;
	height: 65px;
}

#gallery_link li {
	float: left;
	margin-left: 20px;
	text-indent: -9000px;
}

#gallery_link li a {
	display: block;
	height: 65px;
	background-image: url(../img/gallery_link.gif);
	background-repeat: no-repeat;
	/*\*/
	overflow: hidden;
	/**/
}

#gallery_link .link_hotel a {
	width: 62px;
	background-position: 0 0;
}

#gallery_link .link_hotel a:hover {
	width: 62px;
	background-position: 0 -65px;
}

#gallery_link .link_dish a {
	width: 69px;
	background-position: -81px 0;
}

#gallery_link .link_dish a:hover {
	width: 69px;
	background-position: -81px -65px;
}

#gallery_link .link_hotspring a {
	width: 65px;
	background-position: -170px 0;
}

#gallery_link .link_hotspring a:hover {
	width: 65px;
	background-position: -170px -65px;
}

#gallery_link .link_view a {
	width: 90px;
	background-position: -255px 0;
}

#gallery_link .link_view a:hover {
	width: 90px;
	background-position: -255px -65px;
}

#gallery_link .link_transport a {
	width: 78px;
	background-position: -364px 0;
}

#gallery_link .link_transport a:hover {
	width: 78px;
	background-position: -364px -65px;
}

#gallery_link .link_niceshot a {
	width: 59px;
	background-position: -463px 0;
}

#gallery_link .link_niceshot a:hover {
	width: 59px;
	background-position: -463px -65px;
}

/* 本文 */

#contents_main {
	margin: 0 auto;
	width: 700px;
}

h3 {
	margin: 0 0 10px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

#contents_main ul {
	clear: both;
	margin: 0;
	padding: 0;
}

#contents_main li {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	padding: 4px;
	border: #B4ACBE solid 1px;
	width: 150px;
}

#contents_main .list_end {
	margin-right: 0;
}

#contents_main li img {
	margin-bottom: 3px;
}

.pagetop {
	border-top: #B4ACBE dotted 1px;
	text-align: right;
}

/* ホテル */

#gallery_hotel {
	clear: both;
}

#gallery_hotel h3 {
	background-image: url(../img/title_hotel.gif);
}

/* 料理 */

#gallery_dish h3 {
	background-image: url(../img/title_dish.gif);
}

/* 施設・温泉 */

#gallery_hotspring h3 {
	background-image: url(../img/title_hotspring.gif);
}

/* 風景 */

#gallery_view h3 {
	background-image: url(../img/title_view.gif);
}

/* 乗り物 */

#gallery_transport h3 {
	background-image: url(../img/title_transport.gif);
}

/* ナイスショット */

#gallery_niceshot h3 {
	background-image: url(../img/title_niceshot.gif);
}
