@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------- 
	base
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
  font-family: Arial, sans-serif, Verdana;
  font-size: 12px;
  color: #633;
  line-height: 150%;
	height: 100%;
	background: #FFCC66;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	color: #633;
}
a:hover {
	color: #966;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #C00;
}

/*---------------------------------------------------------------------- 
	layout
----------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 900px;
}

/*---------------------------- 
	header style
----------------------------*/
#header {
	height: 115px;
	background: url(images/bg_header_01.gif) no-repeat bottom right;
}

#logo {
	width: 420px;
	float: left;
}

#lang {
	width: 90px;
	float: left;
	padding-top: 20px;
}

#lang ul, #lang li {
	list-style-type: none;
}

#menu {
	width: 390px;
	float: right;
}

#menu ul, #menu li {
	list-style-type: none;
}

#menu li {
	display: inline;
	width: 65px;
	height: 70px;
}

/*---------------------------- 
	index style
----------------------------*/
#index_header {
	clear: both;
	padding-bottom: 10px;
}

#index_main_header {
	background: url(images/bg_index_main_header_01.gif) no-repeat;
	height: 30px;
}

#index_main_body {
	background: url(images/bg_index_main_body_01.gif) repeat-y;
	height: 530px;
}

#index_main_body #left {
	float: left;
	width: 545px;
	height: 100%;
	padding: 0 0 0 30px;
	background: url(images/bg_index_main_right_01.jpg) no-repeat bottom right;
}

#index_main_body #left ul, #index_main_body #left li {
	list-style-type: none;
}

#index_main_body #left ul {
	padding: 10px 0 20px;
}

#index_main_body #left li {
	list-style-image: url(images/icon_index_info_list_01.gif);
	margin-left: 23px;
}

#index_main_body #right {
	float: right;
	width: 245px;
	padding: 0 30px 0 50px;
}

#index_main_body #right img {
	padding: 10px 0 10px;
}

#index_main_footer {
	clear: both;
	background: url(images/bg_index_main_footer_01.gif) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

/*---------------------------- 
	food menu style
----------------------------*/
#food_main_header {
	clear: both;
	height: 70px;
}

#food_main_header h2 {
	display: inline;
}

#food_main_body {
	background: url(images/bg_food_main_body_01.gif) repeat-y;
	padding: 20px 50px;
}

/* lunch menu style ここから */
#food_main_body table {
	width: 90%;
	margin: 0 auto;
}

#food_main_body tr:hover {
	background: #FFF3D9;
}

#food_main_body th {
	padding: 10px 20px 10px 10px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

#food_main_body th.c {
	padding: 10px 0;
	text-align: center;
}

#food_main_body td.l {
	padding: 10px 20px 10px 0;
	vertical-align: top;
}

#food_main_body td.r {
	text-align: right;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
/* lunch menu style ここまで */

/* dinner menu style ここから */
#food_main_body table .n {
	font-weight: normal;
}

#food_main_body table.di th {
	padding: 5px 20px 5px 10px;
	text-align: left;
	white-space: normal;
}

#food_main_body th.u {
	text-decoration: underline;
	font-size: 16px;
}

#food_main_body table.di th.c {
	text-align: center;
}

#food_main_body table.di td {
	text-align: right;
	padding: 5px 10px 5px 0;
}
/* dinner menu style ここまで */

/* drink menu style ここから */
#food_main_body table .n {
	font-weight: normal;
}

#food_main_body table.dr th {
	padding: 5px 20px 5px 10px;
	text-align: left;
	white-space: normal;
}

#food_main_body th.u {
	text-decoration: underline;
	font-size: 16px;
}

#food_main_body table.dr th.c {
	text-align: center;
}

#food_main_body table.dr th.r {
	text-align: right;
	padding-right: 10px;
}

#food_main_body table.dr td {
	text-align: right;
	padding: 5px 10px 5px 0;
}
/* drink menu style ここまで */

#food_main_footer {
	background: url(images/bg_food_main_footer_01.gif) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

/*---------------------------- 
	map style
----------------------------*/
#map_main_header {
	clear: both;
	background: url(images/bg_photo_main_header_01.gif) no-repeat;
	height: 30px;
}

#map_main_body {
	background: url(images/bg_photo_main_body_01.gif) repeat-y;
	padding: 20px 20px 20px 50px;
}

#map_main_footer {
	background: url(images/bg_photo_main_footer_01.gif) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

/*---------------------------- 
	photolog style
----------------------------*/
#photo_main_header {
	clear: both;
	background: url(images/bg_photo_main_header_01.gif) no-repeat;
	height: 30px;
}

#photo_main_body {
	background: url(images/bg_photo_main_body_01.gif) repeat-y;
	padding: 20px 20px 20px 50px;
}

#photo_main_body #contentwrap {
  margin: 0;
  width: 830px;
	text-align: center;
}

#photo_main_body #contents {
	margin: 0;
  width: 800px;
	text-align: left;
}

#photo_main_footer {
	background: url(images/bg_photo_main_footer_01.gif) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

/*---------------------------- 
	footer style
----------------------------*/
#footer {
	background: url(images/bg_footer_01.gif) no-repeat bottom;
	height: 30px;
}

#footer #left {
	float: left;
}

#footer #right {
	float: right;
}

/*---------------------------- 
	google adsense style
----------------------------*/
#adsense {
	clear: both;
	text-align: center;
	padding: 15px 0 20px;
}