<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";

/* ---------------------------------- CSSリセット */
* {
	background-color : transparent;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic"; }

html&gt;/**/body {  
	font-size: 12px;
	height: 100%;
} 

/* ---------------------------------- ページ共通設定 */
body {
	height: 100%;
	background-image: url('images/bg.png');
	letter-spacing: 0.1em;
	line-height: 160%;
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6  {
	font-size: 100%;
	margin: 0;
} 

img {
	margin: 0;
	border-style: none;
	vertical-align: top;
	vertical-align: bottom;
}
.img_r {
	margin: 0;
	float: right;
}
.img_l {
	margin: 0;
	float: left;
}
.img_space {
	margin-top: 25px;
}

td {
vertical-align: top;
}

.clear {
clear: both;
margin: 0;
padding: 0;
}

a {
color: #0A0FFB;
text-decoration: underline;
outline: none;
}
a:hover {
color: #000;
text-decoration: none;
}

.txt_r { text-align: right; }
.txt_c { text-align: center; }
.txt_l { text-align: left; }

.red { color:#b22222; }

/* ---------------------------------- テキスト系 */

p.text-box {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2.0em;
}
.text-box ul {
list-style-type: none;
line-height: 2.0em;
padding-bottom: 10px;
}
.text-box li {
list-style-type: none;
}

strong.red { color: #880000; }
.txt_black { color: #000; }

/* ---------------------------------- ページ内クラス */

#wrap {
width:960px;
/*height: 100%;*/
margin: 0 auto;
padding: 0;
background-image: url('images/bg.gif');
background-repeat: repeat-y;
background-color: #e9e4de;
}

header {
width: 960px;
margin: 0 auto;
text-align: left;
}

footer {
	background: url('images/footer.gif') no-repeat;
	width: 930px;
	height: 150px;
	margin: 0 auto;
	display: block;
}

div#f_area {
	width: 930px;
	background: #c9caca;
	padding: 0;
}

div#f_area p.copylight {
	width: 930px;
	color: #566168;
}

div#f_area p.f_link {
	width: 930px;
	margin-top: 10px;
	color: #566168;
}

div#h_area {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

div#h_area p.shoukai {
	width: 500px;
	margin-left: 10px;
	float: left;
}

div#h_area p.link-box {
	width: 200px;
	float: right;
	margin-right: 10px;
}

#top-content {
width: 930px;
height: 100%;
margin: 0 auto;
}

.contact_txt {
	width: 740px;
	padding-left: 55px;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: left;
}
.contact_font {
	font-weight: bold;
	font-size: 120%;
}

#logo {
margin: 0 5px 5px 0;
}

/* ---------------------------------- 見出し */

h1#top_img {
	background: url('images/top.jpg') no-repeat;
	width: 930px;
	height: 300px;
	text-indent: -10000px;
	float: left;
}
/* ---------------------------------- トップページナビゲーション*/
aside {
	width: 250px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	background: #000;
	float: left;
}

aside ul#list_sidenavi {
	width: 250px;
	display: block;
	float: left;
}

*html aside ul#list_sidenavi { /*IE6用のハック*/
	width: 250px;
	height: 3000px;
	margin-left: 7.5px;
	background: #000;
	display: block;
	float: left;
}

aside ul#list_sidenavi li {
	height: 50px;
	list-style-type: none;
	margin-bottom: 0px;
}
aside ul#list_sidenavi li a {
	background: url('images/navi_btn.gif') no-repeat left;
	width: 250px;
	height: 50px;
	text-decoration: none;
	text-indent: -10000px;
	display: block;
}

aside ul#list_sidenavi li#page1 a {	/* 店舗概要 */
	background-position: 0 0;
	width: 250px;
}
aside ul#list_sidenavi li#page1 a:hover {
	background-position: -250px 0;
	width: 250px;
}
aside ul#list_sidenavi li#page1stay {
	background: url('images/navi_btn.gif') no-repeat left;
	width: 250px;
	height: 50px;
	text-indent: -10000px;
	background-position: -250px 0;
	width: 250px;
}

aside ul#list_sidenavi li#page2 a {	/* 御品書き(昼) */
	background-position: 0 -50px;
	width: 250px;
}
aside ul#list_sidenavi li#page2 a:hover {
	background-position: -250px -50px;
	width: 250px;
}
aside ul#list_sidenavi li#page2stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -50px;
	width: 250px;
}

aside ul#list_sidenavi li#page3 a {	/* 御品書き(夜) */
	background-position: 0 -100px;
	width: 250px;
}
aside ul#list_sidenavi li#page3 a:hover {
	background-position: -250px -100px;
	width: 250px;
}
aside ul#list_sidenavi li#page3stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -100px;
	width: 250px;
}

aside ul#list_sidenavi li#page4 a {
	background-position: 0 -150px;
	width: 250px;
}
aside ul#list_sidenavi li#page4 a:hover {
	background-position: -250px -150px;
	width: 250px;
}
aside ul#list_sidenavi li#page4stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -150px;
	width: 250px;
}

aside ul#list_sidenavi li#page5 a {	/* アクセス */
	background-position: 0 -200px;
	width: 250px;
}
aside ul#list_sidenavi li#page5 a:hover {
	background-position: -250px -200px;
	width: 250px;
}
aside ul#list_sidenavi li#page5stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -200px;
	width: 250px;
}

aside ul#list_sidenavi li#page6 a {
	background-position: 0 -250px;
	width: 250px;
}
aside ul#list_sidenavi li#page6 a:hover {
	background-position: -250px -250px;
	width: 250px;
}
aside ul#list_sidenavi li#page6stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -250px;
	width: 250px;
}

aside ul#list_sidenavi li#page7 a {
	background-position: 0 -300px;
	width: 250px;
}
aside ul#list_sidenavi li#page7 a:hover {
	background-position: -250px -300px;
	width: 250px;
}
aside ul#list_sidenavi li#page7stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -300px;
	width: 250px;
}

aside ul#list_sidenavi li#page8 a {
	background-position: 0 -350px;
	width: 250px;
}
aside ul#list_sidenavi li#page8 a:hover {
	background-position: -250px -350px;
	width: 250px;
}
aside ul#list_sidenavi li#page8stay {
	background: url('images/navi_btn.gif') no-repeat left;
	text-indent: -10000px;
	width: 250px;
	height: 50px;
	background-position: -250px -350px;
	width: 250px;
}

/* ---------------------------------- 店舗メニュー */
ul#list_tenponavi {
	width: 930px;
	margin: 0 auto;
}

ul#list_tenponavi li {
	width: 186px;
	height: 20px;
	list-style-type: none;
	float:left;
	padding: 0;
}
ul#list_tenponavi li a {
	background: url('images/tenponavi_btn.gif') no-repeat left;
	width:186px;
	height: 20px;
	text-decoration: none;
	text-indent: -10000px;
	display: block;
}

ul#list_tenponavi li#stay {
	width:186px;
	background: url('images/tenponavi_btn.gif') no-repeat left;
	background-position: -186px -20px;;
	text-decoration: none;
	text-indent: -10000px;
	display: block;
}

ul#list_tenponavi li#page01 a { /* 櫻道 */
	background-position: 0 0;
	width:186px;
}
ul#list_tenponavi li#page01 a:hover {
	background-position: 0 -20px;
	width:186px;
}

ul#list_tenponavi li#page02 a { /* 櫻ン坂 */
	background-position: -186px 0;
	width:186px;
}
ul#list_tenponavi li#page02 a:hover {
	background-position: -186px -20px;
	width:186px;
}

ul#list_tenponavi li#page03 a { /* ぎんなん */
	background-position: -372px 0;
	width:186px;
}
ul#list_tenponavi li#page03 a:hover {
	background-position: -372px -20px;
	width:186px;
}

ul#list_tenponavi li#page04 a { /* 旬彩館 */
	background-position: -558px 0;
	width:186px;
}
ul#list_tenponavi li#page04 a:hover {
	background-position: -558px -20px;
	width:186px;
}

ul#list_tenponavi li#page05 a { /* くまもと酒蔵 */
	background-position: -744px 0;
	width:186px;
}
ul#list_tenponavi li#page05 a:hover {
	background-position: -744px -20px;
	width:186px;
}
</pre></body></html>