﻿img {
	border: none;
}


html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;

	background-color: #0f0f0f;

	color: #f7f7f7;
	font-size: 13px;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

div.maincontainer {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url('./img/bkMain.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
}


div.header {
	width: 798px;
	height: 240px;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
}


div.contentsContainer {
	overflow: hidden;
	width: 798px;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	padding-bottom: 1em;
}


/* メニュー */
div.menu {
	width: 157px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

div.menuBlock {
	margin-bottom: 20px;
}

h3.menuTitle {
	font-size: 12px;
	padding: 0 0 0 19px;
	margin: 3px 0;
	background-repeat: no-repeat;
}

h3.storeInfo {
	background-image: url('./img/house.png');
}
h3.menuInfo {
	background-image: url('./img/drink.png');
}
h3.exBlog {
	background-image: url('./img/world.png');
}
h3.otherInfo {
	background-image: url('./img/information.png');
}


h4 {
	padding: 0 0 0 16px;
	margin: 3px 0;
	background-repeat: no-repeat;
	background-image: url('./img/bullet_orange.png');
}


ul.menuLinks {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

ul.menuLinks li {
	border-bottom:1px dotted #DADADA;
	padding: 1px 0 1px 0;
}

ul.menuLinks li:hover {
	background-color: #ffffff;
	color: #111111;
}

ul.menuLinks li a {
	color: #eeeeee;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 2px;
}

ul.menuLinks li a:hover {
	color: #111111;
}



div.content {
	float: left;
	width: 600px;
	border-left: 1px solid #7b7b7b;
	padding-left: 8px;
	padding-right: 16px;
}



/* フッター */
div.footer {
	padding-top: 1em;
	padding-bottom: 1em;

	width: 798px;
	height: 1em;

	background-color: #3b3b3b;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;

	text-align: center;
	font-size: 80%;
	color: #f0f0f0;
}


/* エントリ */
div.entryBlock {
	margin: 0 0 20px 0;
}

ul.entryBlock {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

ul.entryBlock li {
	padding: 1px 0px 1px 14px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border-bottom:1px dotted #555555;
}

ul.entryBlock li.entryDate {
	background-image: url('./img/calendar_view_day.png');
}



/* ページタイトル */

h2 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 19px;
	color: #ecf9ff;
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom:1px solid #999999;
}

h2.news {
	background-image: url('./img/star.png');
}

h2.openTime {
	background-image: url('./img/time.png');
}

h2.closeTime {
	background-image: url('./img/time_delete.png');
}

h2.addressInfo {
	background-image: url('./img/house.png');
}

h2.access {
	background-image: url('./img/arrow_merge.png');
}

h2.masterMsg {
	background-image: url('./img/user_comment.png');
}

h2.shopOrigin {
	background-image: url('./img/house_go.png');
}

h2.contact {
	background-image: url('./img/help.png');
}

h2.opinion {
	background-image: url('./img/comment.png');
}

h2.reservation {
	background-image: url('./img/calendar_edit.png');
}

h2.seatcount {
	background-image: url('./img/group.png');
}

h2.foodMenu {
	background-image: url('./img/cake.png');
}

h2.drinkMenu {
	background-image: url('./img/drink.png');
}







img.masterImg {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
p.masterMsg {
	line-height: 22px;
}
p.masterMsg:first-letter {
	font-size: 150%;
	font-weight: bold;
	float: left;
	margin: 6px 5px 0px 0px;
	color: #ecf9ff;
}


img.shopOrgImg {
}
p.shopOrgImg {
	line-height: 22px;
}
p.shopOrgImg:first-letter {
	font-size: 150%;
	font-weight: bold;
	float: left;
	margin: 6px 5px 0px 0px;
	color: #ecf9ff;
}



a.email {
	color: #fcf473;
	text-decoration: none;
}
