/* @override 
	http://www.eastendcounty.com/test/css/common.css
	http://www.eastendcounty.com/css/common.css
*/

body{
	text-align: center;
	background-color: #082147;
	padding-bottom: 50px;
}

span.red-bold {
	color: #fd0614;
	font-weight: bold;
}
p.text-white {
	color: #FFFFFF;
}
p.text-white a {
	color: #BEB87E;
}

div#top, div#under {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
div#header, div#main, div#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#top {
	text-align: center;
	background-image: url(../images/bg_wood_blue.gif);
	background-repeat: repeat-y;
}

div#under {
	background-image: url(../images/bg_under.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	text-indent: -9999px;
}
div#header {

}
div#header h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAE9D3;
}

div#header h1 a {
	height: 255px;
	width: 800px;
	background-image: url(../images/top_image_index.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
div#header h2 {
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 5px;
}
ul#menu {
}
ul#menu li {
	float: left;
}
ul#menu li a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ul#menu li ul {
	display: none;
	position: absolute;
}

ul#menu li ul li {
	float: none;
}

ul#menu li ul li a {
	display: block;
	float: none;
}

ul#menu li:hover ul {
	display: block;
}

li#menu-top a {
	background-image: url(../images/menu_bar_01.gif);
	width: 100px;
	height: 30px;
}
li#menu-food a {
	background-image: url(../images/menu_bar_02.gif);
	width: 100px;
	height: 30px;
}

li#menu-food a:hover {
	background-image: url(../images/menu_bar_02_hover1.gif);
	width: 100px;
	height: 30px;
}

li#menu-lunch a {
	background-image: url(../images/menu_bar_02_hover2.gif);
	width: 100px;
	height: 22px;
}

li#menu-lunch a:hover {
	background-image: url(../images/menu_bar_02_hover2.gif);
	width: 100px;
	height: 22px;
}

li#menu-dinner {
	height: 20px;
	width: 100px;
}

li#menu-dinner a {
	height: 20px;
	background-image: url(../images/menu_bar_02_hover3.gif);
	width: 100px;
}

li#menu-dinner a:hover {
	height: 20px;
	background-image: url(../images/menu_bar_02_hover3.gif);
	width: 100px;
}

li#menu-other a {
	background-image: url(../images/menu_bar_02_hover4.gif);
	width: 100px;
	height: 22px;
}

li#menu-other a:hover {
	background-image: url(../images/menu_bar_02_hover4.gif);
	width: 100px;
	height: 22px;
}

li#menu-drink a {
	background-image: url(../images/menu_bar_03.gif);
	width: 100px;
	height: 30px;
}

li#menu-drink a:hover {
	background-image: url(../images/menu_bar_03_hover1.gif);
	width: 100px;
	height: 30px;
}

li#menu-soft-drink a {
	background-image: url(../images/menu_bar_03_hover2.gif);
	width: 100px;
	height: 22px;
}

li#menu-soft-drink a:hover {
	background-image: url(../images/menu_bar_03_hover2.gif);
	width: 100px;
	height: 22px;
}

li#menu-beer-wine {
	width: 100px;
	height: 20px;
}

li#menu-beer-wine a {
	background-image: url(../images/menu_bar_03_hover3.gif);
	width: 100px;
	height: 20px;
}

li#menu-beer-wine a:hover {
	background-image: url(../images/menu_bar_03_hover3.gif);
	width: 100px;
	height: 20px;
}

li#menu-shot-bottle {
	width: 100px;
	height: 20px;
}

li#menu-shot-bottle a {
	background-image: url(../images/menu_bar_03_hover4.gif);
	width: 100px;
	height: 20px;
}

li#menu-shot-bottle a:hover {
	background-image: url(../images/menu_bar_03_hover4.gif);
	width: 100px;
	height: 20px;
}

li#menu-cocktail a {
	background-image: url(../images/menu_bar_03_hover5.gif);
	width: 100px;
	height: 22px;
}

li#menu-cocktail a:hover {
	background-image: url(../images/menu_bar_03_hover5.gif);
	width: 100px;
	height: 22px;
}
li#menu-party a {
	background-image: url(../images/menu_bar_04.gif);
	width: 100px;
	height: 30px;
}
li#menu-about a {
	background-image: url(../images/menu_bar_05.gif);
	width: 100px;
	height: 30px;
}
li#menu-access a {
	background-image: url(../images/menu_bar_06.gif);
	width: 100px;
	height: 30px;
}
li#menu-contact a {
	background-image: url(../images/menu_bar_07.gif);
	width: 100px;
	height: 30px;
}
li#menu-mobile a {
	background-image: url(../images/menu_bar_08.gif);
	width: 100px;
	height: 30px;
}
div#main {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	padding-bottom: 10px;
	clear: both;
}
div#main-inner {
	background-image: url(../images/bg_illst.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #CCCC33;
	height: 500px;
	width: 500px;
}

div#left {
	float: left;
	width: 370px;
	display: inline;
	margin-left: 30px;
}
div#recommend-menu {
	margin-top: 30px;
	color: #FFFFFF;
}
div#recommend-menu-top {
	width: 360px;
	background-image: url(../images/bg_menuItem-top_middle.gif);
}
div#recommend-menu-top h3 {
	text-align: center;
	background-image: url(../images/bg_menuItem-top_top.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 30px;
	font-size: 18px;
}

div#recommend-menu-mid {
	width: 330px;
	background-image: url(../images/bg_menuItem-top_middle.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
}
div#recommend-menu-mid dl {
}
div#recommend-menu-mid dl dt {
	float: left;
	clear: left;
	width: 260px;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}
div#recommend-menu-mid dl dd {
	float: left;
	width: 40px;
	display: block;
	text-align: right;
	margin-bottom: 15px;
	font-size: 13px;
}
div#recommend-menu-bottom {
	width: 360px;
	background-image: url(../images/bg_menuItem-top_middle.gif);
	background-repeat: repeat-y;
	clear: both;
	padding-top: 15px;
	padding-bottom: 25px;
}
div#recommend-menu-bottom p {
	text-align: center;
	font-size: 12px;
}

div#recommend-menu-shadow {
	background-image: url(../images/bg_menuItem-top_under.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 360px;
	display: block;
}
div#recommend-menu-shadow p {
	display: none;
}
p#qr-code a {
	background-image: url(../images/qr_code.gif);
	height: 73px;
	width: 74px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	clear: both;
}
p#qr-hosoku {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}
div#right {
	float: right;
	width: 360px;
	display: inline;
	margin-right: 30px;
}
p#discription {
	background-image: url(../images/discription_top.gif);
	text-indent: -9999px;
	height: 85px;
	width: 360px;
	margin-top: 30px;
}
div.news {
	margin-top: 20px;
}
p.news-title {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #330000;
	border-left-color: #330000;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 0px;
	letter-spacing: 1px;
}
ul.news-list {
	margin-left: 15px;
	margin-top: 5px;
}
ul.news-list li.news-list-title {
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.news-list li {
	margin-left: 10px;
	line-height: 170%;
	font-size: 12px;
}
p.news-discription {
	margin-left: 15px;
	line-height: 170%;
	margin-top: 5px;
}




div#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-bottom: 5px;
	clear: both;
}
div#footer p {
	text-align: center;
	font-size: 10px;
}
div#footer p a {
	font-size: 10px;
}

p.heading-bottom {
	margin-left: 30px;
	margin-top: 15px;
}
