﻿/*　-------------------------------------------------------------------------------------

サイト共通設定
-------------------------------------------------------------------------------------　*/

* {
	font-size: 100%;
	line-height: 1;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.8em;
	color: #D2AF93;
	background-color: #160C03;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,a {
	line-height: 1.4;
}
strong {
	font-weight: bold;
}

/*　ヘッダ　*/
#header {
	background-image: url(../img/total/header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
}
#header .wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_top {
	clear: both;
	float: left;
	height: 100px;
	width: 1000px;
}
h1 {
	background-image: url(../img/total/tel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 100px;
	float: right;
	height: 100px;
	width: 685px;
	padding-left: 15px;
}
h2 {
	float: left;
	width: 280px;
}
h2 a {
	background-image: url(../img/total/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 280px;
	overflow: hidden;
}

/*　キービジュアル　*/
#kv {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 400px;
	width: 1000px;
}

/*　ナビ　*/
#navi {
	clear: both;
	height: 60px;
	width: 1000px;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	float: left;
}
#navi li a {
	background-image: url(../img/total/navi.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	overflow: hidden;
}
#n1 a {
	background-position: 0px 0px;
	width: 130px;
}
#n2 a {
	background-position: -130px 0px;
	width: 139px;
}
#n3 a {
	background-position: -269px 0px;
	width: 157px;
}
#n4 a {
	background-position: -426px 0px;
	width: 158px;
}
#n5 a {
	background-position: -584px 0px;
	width: 139px;
}
#n6 a {
	background-position: -723px 0px;
	width: 142px;
}
#n7 a {
	background-position: -865px 0px;
	width: 135px;
}
#n1 a:hover {
	background-position: 0px -120px;
	width: 130px;
}
#n2 a:hover {
	background-position: -130px -120px;
	width: 139px;
}
#n3 a:hover {
	background-position: -269px -120px;
	width: 157px;
}
#n4 a:hover {
	background-position: -426px -120px;
	width: 158px;
}
#n5 a:hover {
	background-position: -584px -120px;
	width: 139px;
}
#n6 a:hover {
	background-position: -723px -120px;
	width: 142px;
}
#n7 a:hover {
	background-position: -865px -120px;
	width: 135px;
}
#page1 #n1 a {
	background-position: 0px -60px;
	width: 130px;
}
#page2 #n2 a {
	background-position: -130px -60px;
	width: 139px;
}
#page3 #n3 a {
	background-position: -269px -60px;
	width: 157px;
}
#page4 #n4 a {
	background-position: -426px -60px;
	width: 158px;
}
#page4 #n5 a {
	background-position: -584px -60px;
	width: 139px;
}
#page6 #n6 a {
	background-position: -723px -60px;
	width: 142px;
}
#page7 #n7 a {
	background-position: -865px -60px;
	width: 135px;
}

/*　メインコンテンツ枠　*/
#container {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 1000px;
	padding-top: 40px;
	padding-bottom: 50px;
	float: left;
}
.b_pagetop {
	clear: both;
	height: 30px;
	width: 1000px;
}
.b_pagetop p {
	float: right;
	width: 150px;
}


/*　フッタ店舗情報　*/
#footer_info {
	background-image: url(../img/total/footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
	width: 100%;
}
#footer_info .wrap {
	background-image: url(../img/total/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 300px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	padding-top: 30px;
}
.b_pagetop a {
	background-image: url(../img/total/b_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 150px;
	overflow: hidden;
}

#footer_info h5 {
	font-weight: bold;
}
#footer_info dl {
	font-size: 0.9em;
}
#footer_info dt {
	float: left;
}
#footer_info dd {
	padding-left: 8em;
}

/*　フッタ　*/
#footer {
	background-image: url(../img/total/footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px -150px;
	clear: both;
	height: 50px;
	width: 100%;
}
#footer .wrap {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer #fn {
	float: left;
	height: 35px;
	width: 680px;
	padding-top: 15px;
}
#footer #fn ul {
	list-style-type: none;
}
#footer #fn li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #160C03;
}
#footer #fn li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #160C03;
}
#footer #fn a {
	color: #D2AF93;
}
#footer #copyright {
	float: right;
	width: 235px;
}
#footer #copyright p {
	background-image: url(../img/total/copyright.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 235px;
}

/*　-------------------------------------------------------------------------------------

トップページ
-------------------------------------------------------------------------------------　*/

/*　キービジュアル　*/
#page1 #kv {
	background-image: url(../img/top/flash.jpg);
	height: 500px;
}

/*　フッタ上マージン　*/
#page1 #contents {
	padding-bottom: 0px;
}

/*　リンクバナー（1段目）　*/
#top1 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 1em;
}
#top1 .b1 {
	float: left;
	width: 235px;
	margin-right: 20px;
}
#top1 .b2 {
	float: left;
	width: 235px;
	margin-right: 20px;
}
#top1 .b3 {
	float: left;
	width: 235px;
}
#top1 .b4 {
	float: right;
	width: 235px;
}
#top1 dt a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 190px;
	width: 235px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
#top1 .b1 a {
	background-image: url(../img/top/b1.jpg);
}
#top1 .b2 a {
	background-image: url(../img/top/b2.jpg);
}
#top1 .b3 a {
	background-image: url(../img/top/b3.jpg);
}
#top1 .b4 a {
	background-image: url(../img/top/b4.jpg);
}

/*　2段目　*/
#top2 {
	background-image: url(../img/top/top2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 250px;
	width: 1000px;
	float: left;
	padding-top: 35px;
}
#top_concept {
	float: left;
	width: 450px;
}
#top_concept h3 {
	text-indent: -9999px;
	height: 85px;
}
#info {
	float: right;
	width: 270px;
	padding-right: 25px;
	padding-left: 25px;
}
#info h4 {
	text-indent: -9999px;
	height: 65px;
}
#info #feed {
	color: #000000;
	font-size: 0.9em;
}
#info ul {
	padding-left: 1.5em;
}
#info #feed li {
	margin-bottom: 0.2em;
}

/*　-------------------------------------------------------------------------------------

こだわり
-------------------------------------------------------------------------------------　*/

/*　キービジュアル　*/
#page2 #kv {
	background-image: url(../img/concept/kv.jpg);
}

/*　肉　*/
#concept1 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept1 h3 {
	background-image: url(../img/concept/t1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept1 .photo {
	float: left;
	width: 600px;
}
#concept1 .r {
	float: right;
	width: 380px;
}
#concept1 p {
	margin-bottom: 1em;
}
#concept1 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

/*　味の秘密･･･　*/
#concept2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept2 h3 {
	background-image: url(../img/concept/t2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept2 .photo {
	float: left;
	width: 600px;
}
#concept2 .r {
	float: right;
	width: 380px;
}
#concept2 p {
	margin-bottom: 1em;
}
#concept2 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

/*　豊富な料理の数々　*/
#concept3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept3 h3 {
	background-image: url(../img/concept/t3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept3 .photo {
	float: left;
	width: 600px;
}
#concept3 .r {
	float: right;
	width: 380px;
}
#concept3 p {
	margin-bottom: 1em;
}
#concept3 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

/*　落ち着いた店内　*/
#concept4 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept4 h3 {
	background-image: url(../img/concept/t4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept4 .photo {
	float: left;
	width: 600px;
}
#concept4 .r {
	float: right;
	width: 380px;
}
#concept4 p {
	margin-bottom: 1em;
}
#concept4 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

/*　姉妹店　～ラウンジ騎士　*/
#concept5 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept5 h3 {
	background-image: url(../img/concept/t5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept5 .photo {
	float: left;
	width: 600px;
}
#concept5 .r {
	float: right;
	width: 380px;
}
#concept5 p {
	margin-bottom: 1em;
}
#concept5 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}



/*　新店　～駒一　*/
#concept6 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#concept6 h3 {
	background-image: url(../img/concept/t6.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#concept6 .photo {
	float: left;
	width: 600px;
}
#concept6 .r {
	float: right;
	width: 380px;
}
#concept6 p {
	margin-bottom: 1em;
}
#concept6 p a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}



/*　-------------------------------------------------------------------------------------

宴会コース
-------------------------------------------------------------------------------------　*/

/*　キービジュアル　*/
#page3 #kv {
	background-image: url(../img/party/kv.jpg);
}

/*　ご予約について　*/
#party1 {
	background-image: url(../img/party/party1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 860px;
	padding-right: 40px;
	padding-left: 100px;
	clear: both;
	float: left;
	height: 400px;
	margin-bottom: 20px;
}
#party1 h3 {
	text-indent: -9999px;
	height: 50px;
}
#party1 .l {
	float: left;
	width: 390px;
}
#party1 .l  .wrap1 h4 {
	text-indent: -9999px;
	height: 20px;
}
#party1 .l .wrap1 #tel {
	text-indent: -9999px;
	height: 20px;
}
#party1 .l .wrap1 p {
	margin-bottom: 1em;
}
#party1 .l .wrap1 a {
	background-image: url(../img/total/point4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#party1 .l .wrap2 .b_course a {
	background-image: url(../img/party/b_course.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 390px;
	margin-bottom: 10px;
	overflow: hidden;
}
#party1 .l .wrap2 .b_floor a {
	background-image: url(../img/party/b_floor.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 390px;
	overflow: hidden;
}
#party1 .r {
	float: right;
	width: 380px;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 180px;
}
#party1 .r h4 {
	text-indent: -9999px;
	height: 20px;
}
#party1 .r ul {
	color: #160C03;
	list-style-type: none;
}

/*　店内ご紹介　*/
#party2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#party2 h3 {
	background-image: url(../img/party/t2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#party2 .wrap1 {
	clear: both;
	margin-bottom: 20px;
}
#party2 #floor {
	clear: both;
	width: 1000px;
	margin-bottom: 20px;
}
#party2 .wrap2 {
	clear: both;
	float: left;
	width: 1000px;
}
#party2 .wrap2 .l {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#party2 .wrap2 .c {
	float: left;
	width: 320px;
}
#party2 .wrap2 .r {
	float: right;
	width: 320px;
}
#party2 .wrap2 h4 {
	background-image: url(../img/total/point2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #F7F1EC;
}
#party2 .wrap2 .photo {
	clear: both;
	margin-bottom: 0.5em;
}

/*　コース料理ご紹介　*/
#party3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#party3 h3 {
	background-image: url(../img/party/ts2_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#party3 .photo {
	clear: both;
	width: 1000px;
	margin-bottom: 20px;
}
#party3 .wrap {
	background-image: url(../img/total/contents_back3.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 20px;
	width: 280px;
}

#party3 h4 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 50px;
	width: 1000px;
	margin-bottom: 1em;
}
#party3 #ts1 {
	background-image: url(../img/party/ts1.jpg);
}
#party3 #ts2 {
	background-image: url(../img/party/ts2.jpg);
}
#party3 #ts3 {
	background-image: url(../img/party/ts2_2.jpg);
}

#party3 .wrap1 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#party3 .wrap1 .l {
	float: left;
	width: 490px;
}
#party3 .wrap1 .r {
	float: right;
	width: 490px;
}
#party3 .wrap1 p {
	margin-bottom: 1em;
}
#party3 .wrap1 dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#party3 .wrap1 dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#party3 .wrap1 ul {
	list-style-type: none;
	margin-bottom: 1em;
	color: #990000;
}

#party3 .wrap2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
	background-image: url(../img/party/party3a.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#party3 .wrap2 .l {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#party3 .wrap2 .c {
	float: left;
	width: 320px;
}
#party3 .wrap2 .r {
	float: right;
	width: 320px;
}
#party3 .wrap2 h5 {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #990000;
	font-size: 1.5em;
}
#party3 .wrap2 p {
	margin-bottom: 1em;
}
#party3 .wrap2 dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#party3 .wrap2 dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#party3 .wrap2 ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#party3 .wrap2 li {
	background-image: url(../img/total/point9.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6F6E5;
}

#party3 .wrap3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
	background-image: url(../img/party/party3b.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#party3 .wrap3 .l {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#party3 .wrap3 .c {
	float: left;
	width: 320px;
}
#party3 .wrap3 .r {
	float: right;
	width: 320px;
}
#party3 .wrap3 h5 {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #990000;
	font-size: 1.5em;
}
#party3 .wrap3 p {
	margin-bottom: 1em;
}
#party3 .wrap3 dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#party3 .wrap3 dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#party3 .wrap3 ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#party3 .wrap3 li {
	background-image: url(../img/total/point9.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6F6E5;
}

/*　-------------------------------------------------------------------------------------

旬のお料理　+　お品書き
-------------------------------------------------------------------------------------　*/

/*　キービジュアル　*/
#page4 #kv {
	background-image: url(../img/menu/kv.jpg);
}

/*　旬のメニュー（CMS）　*/
#menu1 {
	clear: both;
	width: 1000px;
	margin-bottom: 20px;
}
#menu1 h3 {
	background-image: url(../img/menu/t1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#menu1 .wrap {
	background-image: url(../img/menu/season.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 20px 20px 20px 170px;
	height:445px;
	width: 790px;
}

/*　ページ内リンク　*/
#menu2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#menu2 .wrap1 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 10px;	
}
#menu2 .wrap1 ul {
	list-style-type: none;
}
#menu2 .wrap1 li {
	float: left;
	padding-left: 13px;
	background-image: url(../img/total/point5.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-right: 1em;
}
#menu2 .wrap2 {
	clear: both;
	width: 1000px;
}
#menu2 .wrap2 .b_lunch a {
	background-image: url(../img/menu/b_lunch.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 390px;
	overflow: hidden;
}

/*　はじめのお品書き　*/
#menu3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#menu3 h3 {
	background-image: url(../img/menu/t3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#menu3 .wrap1 {
	background-image: url(../img/menu/menu3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 20px;
	clear: both;
	float: left;
	width: 960px;
	margin-bottom: 20px;
	height: 445px;
}
#menu3 .wrap1 h4 {
	float: left;
	width: 470px;
	text-indent: -9999px;
}
#menu3 .wrap1 .r {
	float: right;
	width: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu3 .wrap1 dt {
	float: left;
	color: #FFCC99;
	font-weight: bold;
	background-image: url(../img/total/point9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#menu3 .wrap1 dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#menu3 .wrap1 p {
	margin-bottom: 1em;
	padding-left: 20px;
}
#menu3 .wrap2 {
	clear: both;
	float: left;
	width: 1000px;
}
#menu3 .wrap2 .l {
	float: left;
	width: 490px;
}
#menu3 .wrap2 .r {
	float: right;
	width: 490px;
}
#menu3 .wrap2 h4 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 50px;
	width: 490px;
	margin-bottom: 1em;
}
#menu3 .wrap2 #ts2 {
	background-image: url(../img/menu/ts2.jpg);
}
#menu3 .wrap2 #ts3 {
	background-image: url(../img/menu/ts3.jpg);
}
#menu3 .wrap2 #ts4 {
	background-image: url(../img/menu/ts4.jpg);
}
#menu3 .wrap2 #ts5 {
	background-image: url(../img/menu/ts5.jpg);
}
#menu3 .wrap2 #ts6 {
	background-image: url(../img/menu/ts6.jpg);
}
#menu3 .wrap2 #ts7 {
	background-image: url(../img/menu/ts7.jpg);
}
#menu3 .wrap2 #ts8 {
	background-image: url(../img/menu/ts8.jpg);
}
#menu3 .wrap2 #ts9 {
	background-image: url(../img/menu/ts9.jpg);
}
#menu3 .wrap2 #ts10 {
	background-image: url(../img/menu/ts10.jpg);
}
#menu3 .wrap2 .wrap {
	padding: 20px;
	clear: both;
	width: 450px;
	margin-bottom: 10px;
	background-color: #000000;
}
#menu3 .wrap2 .wrap dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#menu3 .wrap2 .wrap dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#menu3 .wrap2 .wrap p {
	margin-bottom: 1em;
	padding-left: 20px;
}
#menu3 .wrap2 .wrap .photo {
	clear: both;
	width: 450px;
	margin-bottom: 1em;
}

/*　お昼の食事に　*/
#menu4 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#menu4 h3 {
	background-image: url(../img/menu/t4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#menu4 .wrap1 {
	clear: both;
	width: 460px;
	margin-bottom: 20px;
	background-image: url(../img/menu/lunch.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 510px;
	height: 300px;
}
#menu4 .wrap1 h4 {
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #D09436;
}
#menu4 .wrap1 p {
	clear: both;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7F1EC;
	padding-left: 25px;
	color: #F7F1EC;
}
#menu4 .wrap1 strong {
	font-size: 1.5em;
}
#menu4 .wrap2 {
	clear: both;
	float: left;
	width: 1000px;
}
#menu4 .wrap2 .l {
	float: left;
	width: 490px;
}
#menu4 .wrap2 .r {
	float: right;
	width: 490px;
}
#menu4 .wrap2 h4 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 50px;
	width: 490px;
	margin-bottom: 1em;
}
#menu4 .wrap2 #ts11 {
	background-image: url(../img/menu/ts11.jpg);
}
#menu4 .wrap2 #ts12 {
	background-image: url(../img/menu/ts12.jpg);
}
#menu4 .wrap2 .wrap {
	padding: 20px;
	clear: both;
	width: 450px;
	margin-bottom: 10px;
	background-color: #000000;
}
#menu4 .wrap2 .wrap dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#menu4 .wrap2 .wrap dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#menu4 .wrap2 .wrap ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#menu4 .wrap2 .wrap p {
	margin-bottom: 1em;
}

/*　お飲み物　*/
#menu5 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#menu5 h3 {
	background-image: url(../img/menu/t5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#menu5 .l {
	float: left;
	width: 490px;
}
#menu5 .r {
	float: right;
	width: 490px;
}
#menu5 h4 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 50px;
	width: 490px;
	margin-bottom: 1em;
}
#menu5 #ts13 {
	background-image: url(../img/menu/ts13.jpg);
}
#menu5 #ts14 {
	background-image: url(../img/menu/ts14.jpg);
}
#menu5 #ts15 {
	background-image: url(../img/menu/ts15.jpg);
}
#menu5 #ts16 {
	background-image: url(../img/menu/ts16.jpg);
}
#menu5 #ts17 {
	background-image: url(../img/menu/ts17.jpg);
}
#menu5 #ts18 {
	background-image: url(../img/menu/ts18.jpg);
}
#menu5 #ts19 {
	background-image: url(../img/menu/ts19.jpg);
}
#menu5 #ts20 {
	background-image: url(../img/menu/ts20.jpg);
}
#menu5 #ts21 {
	background-image: url(../img/menu/ts21.jpg);
}
#menu5 .wrap {
	padding: 20px;
	clear: both;
	width: 450px;
	margin-bottom: 10px;
	background-color: #000000;
}
#menu5 .wrap dt {
	float: left;
	color: #A47226;
	font-weight: bold;
	background-image: url(../img/total/point7.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#menu5 .wrap dd {
	text-align: right;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #825B35;
	font-weight: bold;
	color: #F7F1EC;
}
#menu5 .wrap ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#menu5 .wrap p {
	margin-bottom: 1em;
}
#menu5 .photo {
	clear: both;
	width: 490px;
	margin-bottom: 1em;
}

/*　-------------------------------------------------------------------------------------

店舗情報
-------------------------------------------------------------------------------------　*/

/*　キービジュアル　*/
#page6 #kv {
	background-image: url(../img/shop/kv.jpg);
}

/*　店内写真　*/
#shop1 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#shop1 h3 {
	background-image: url(../img/shop/t1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#shop1 .wrap {
	clear: both;
	float: left;
	width: 1000px;
}
#shop1 .wrap .l {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#shop1 .wrap .c {
	float: left;
	width: 320px;
}
#shop1 .wrap .r {
	float: right;
	width: 320px;
}
#shop1 .wrap .photo {
	margin-bottom: 0.5em;
}

/*　店舗情報　*/
#shop2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#shop2 h3 {
	background-image: url(../img/shop/t2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#shop2 .l {
	float: left;
	width: 490px;
}
#shop2 .r {
	float: right;
	width: 490px;
}
#shop2 h4 {
	background-image: url(../img/total/point2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #F7F1EC;
}
#shop2 p {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C2F0C;
}
#shop2 dl {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C2F0C;
}
#shop2 dt {
	float: left;
}
#shop2 dd {
	padding-left: 5em;
}

/*　アクセスマップ　*/
#shop3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#shop3 h3 {
	background-image: url(../img/shop/t3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#shop3 .l {
	float: left;
	width: 490px;
}
#shop3 .r {
	float: right;
	width: 490px;
}

/*　-------------------------------------------------------------------------------------

ラウンジ騎士
-------------------------------------------------------------------------------------　*/

/*　TEL　*/
#page7 h1 {
	background-image: url(../img/total/tel2.png);
}

/*　ロゴ　*/
#page7 h2 {
	float: left;
	width: 290px;
}
#page7 h2 a {
	background-image: url(../img/kishi/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 290px;
	overflow: hidden;
}

/*　キービジュアル　*/
#page7 #kv {
	background-image: url(../img/kishi/kv.jpg);
}

/*　フッタ店舗情報　*/
#page7 #footer_info .wrap {
	background-image: url(../img/kishi/footer_img.jpg);
}
#kishi1 {
	background-image: url(../img/kishi/kishi1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 320px;
	padding-right: 660px;
	padding-left: 20px;
	clear: both;
	height: 300px;
	margin-bottom: 20px;
}
#kishi1 h3 {
	text-indent: -9999px;
	height: 80px;
}

/*　店舗情報　*/
#kishi2 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#kishi2 h3 {
	background-image: url(../img/kishi/t2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#kishi2 .l {
	float: left;
	width: 490px;
}
#kishi2 .r {
	float: right;
	width: 490px;
}
#kishi2 h4 {
	background-image: url(../img/total/point3.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #F7F1EC;
}
#kishi2 p {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C2F0C;
}
#kishi2 dl {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C2F0C;
}
#kishi2 dt {
	float: left;
}
#kishi2 dd {
	padding-left: 5em;
}
#kishi2 ul {
	padding-left: 1.5em;
}

/*　アクセスマップ　*/
#kishi3 {
	clear: both;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
#kishi3 h3 {
	background-image: url(../img/kishi/t3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-bottom: 15px;
}
#kishi3 .l {
	float: left;
	width: 490px;
}
#kishi3 .r {
	float: right;
	width: 490px;
}
