@import url("initial.css");

body {
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	font-size: 1em;
}

table {
	margin: 0 auto;
	padding: 0px;
}
label {
	color: #333;
	font-size: 1em;
	display: block;
}
a:active, a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignjustify {
	text-align:justify;
}
.floatright {
	float: right;
	margin: 0 0 10px 15px;
}
.floatleft {
	float: left;
	margin: 0 15px 10px 0;
}
.nospace {
	margin: 0 !important;
	padding: 0 !important;
}
.vegetarian {
	font-weight: bold;
	color: #ff0000;
}
.red {
	font-weight: bold;
	color: #ff0000;
}
.twocol {
	float: left;
	width: 48%;
}
/* ID */
.container_outer{
	width: 770px;
	margin: 30px auto 20px;
	padding: 1px 0;
	background: #485900;
}
#container_inner {
	margin: 10px;
	background: #fff;
	padding: 5px;
}
#container_content {
	border: 2px solid #485900;
}
#content_header {
	background: #94a74d url(../images/bg_header.gif) top right no-repeat;
	border-bottom: 3px solid #485900;
}
#content_header img {
	margin: 17px 0 17px 20px;
}
#menu p {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background: #5f7803;
	padding: 7px 0;
	text-align: center;
	margin: 0;
}
#menu a:active, #menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
}
#container_inside {
	padding: 7px;
}
#banner {
	background: #c0c8a1 url(../images/front_rest.jpg) top left no-repeat;
	height: 255px;
	padding: 0 10px 0 0;
}
#banner_content {
	width: 250px;
	float: right;
	padding: 10px 0
}
#banner_content h2 {
	color: #4a5707;
	font-size: 1.6em;
}
#banner_content p {
	font-size: 1.1em;
}
#content {
	background: #e2e8c6;
	margin: 8px 0 0 0;
	padding: 10px;
}
#content h2 {
	font-size: 1.6em;
}
#content h2 span {
	font-size: 0.7em;
}
#content h2 span a, #content h2 span a:visited {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
#content h2 span a:hover {
	color: #4a5707;
	text-decoration: none;
}
#content p {
	font-size: 1.1em;
}
#menulist ul {

}
#menulist li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000;
}
#menulist a, .menulist a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
#menulist a:hover {
	color: #4a5707;
	text-decoration: none;
}
#menucontent {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#menucontent h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
#menucontent h3 span {
	font-weight: normal;
	font-size: 0.8em;
}
.restaurant_contact {
	float: left;
	width: 48%;
}

#promotion {
	width: 90%;
	margin: 0px auto;
	text-align: left;
	height: 260px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.promotionlist {
	text-align: center;
	float: left;
	width: 48%;
}
.promotionlist p {
	text-align: center;
	font-size: 1.2em;
}
.contact_list {
	float: left;
	width: 47%;
}
#footer {
	width: 770px;
	margin: 0px auto;
	text-align: right;
}
#footer a:active, #footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#menu_content {
	color : #336600;
}
