@charset "UTF-8";
.headTittle/* 共通見出しレイアウト
--------------------------*/
 {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 1px;
}
.headTittle  .icon {
	display: block;
	float: left;
	height: 98px;
	width: 105px;
	margin-right: 10px;
}
.headTittle  h2 {
	float: left;
	display: block;
	margin-bottom: 4px;
	width: 435px;
	margin-top: 2px;
}
.headTittle  p {
	display: block;
	width: 435px;
	float: left;
}




/* index.html
--------------------------*/
#info #main_area {
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 155px;
}
#info h2 {
	margin-bottom: 7px;
}
#read {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.padding30 {
	height: 100px;
	width: 115px;
	padding-right: 30px;
}
.menuBox/* food.html
--------------------------*/
 {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	white-space: nowrap;
	padding-bottom: 1px;
}
.menuBoxLeft {
	float: left;
	width: 265px;
	margin-right: 20px;
}
.menuBoxRight {
	float: left;
	width: 265px;
}
.menuBox  dl {
	width:265px;
	border-bottom: 1px dotted #999999;
	height: 1.5em;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menuBox  dd {
	width:80px;
	float: left;
	text-align: right;
	display: block;
}
#food  .menuBox  dt {
	float:left;
	width:172px;
	background-image: url(../images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	color: #CC0000;
	display: block;
}
#food  .menuBox  a:link {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
#food  .menuBox  a:visited {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#food  .menuBox  a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#drink /* drink.html
--------------------------*/
 .menuBox  dt {
	float:left;
	width:172px;
	background-image: url(../images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	color: #0066FF;
	display: block;
}
#drink  .menuBox  a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}
#drink  .menuBox  a:visited {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
#drink  .menuBox  a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.iconGreen/* course.html
--------------------------*/
 {
	display: block;
	height: 1.2em;
	float: left;
	margin-right: 10px;
	border: 1px solid #00A84E;
	color: #00A84E;
	font-size: 10px;
	background-color: #E6E6E6;
	margin-top: 5px;
	text-align: center;
	line-height: 120%;
	width: 8em;
}
.courseBox {
	margin-bottom: 20px;
	width: 550px;
	padding-bottom: 1px;
}
.courseBoxLeft {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.courseBoxRight {
	float: left;
	width: 335px;
}
#courseMenu1 {
	width: 200px;
	margin-top: 8px;
	height: 250px;
}
#courseMenu1   td {
	border-bottom: 1px dotted #999999;
	height: 11px;
	background-image: url(../images/icon_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#courseDrink1 {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 248px;
	margin-top: 8px;
}
#courseDrink1  th {
	text-align: left;
	background-color: #00A84E;
	color: #FFFFFF;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	width: 8em;
}
#courseDrink1  td {
	text-align: left;
	background-color: #EBEBEB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	line-height: 1.5em;
	padding-left: 6px;
	padding-right: 6px;
}
.iconPurple {
	display: block;
	height: 1.2em;
	float: left;
	margin-right: 10px;
	border: 1px solid #9C4998;
	color: #9C4998;
	font-size: 10px;
	background-color: #E6E6E6;
	margin-top: 5px;
	text-align: center;
	line-height: 120%;
	width: 8em;
}
#courseMenu2 {
	width: 200px;
	margin-top: 8px;
	height: 260px;
}
#courseMenu2  td {
	border-bottom: 1px dotted #999999;
	height: 11px;
	background-image: url(../images/icon_purple.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#courseDrink2 {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 330px;
	margin-top: 8px;
}
#courseDrink2  th {
	text-align: left;
	background-color: #9C4998;
	color: #FFFFFF;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	width: 8em;
}
#courseDrink2  td {
	text-align: left;
	background-color: #EBEBEB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	line-height: 1.5em;
	padding-left: 6px;
	padding-right: 6px;
}
.blueGreen/* accese.html
--------------------------*/
 {
	color: #00AFAE;
}
#acccese   .headTittle   p   img {
	vertical-align: -3px;
	margin-right: 1px;
	margin-left: 1px;
}
.headTittle /* reserve.html
--------------------------*/
 dl {
	display: block;
	width: 435px;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
}
.headTittle  dl  dt {
	font-weight: bold;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#reserveForm,#questForm {
	width: 550px;
	display: block;
}
#reserveForm th,#questForm th {
	text-align: right;
	white-space: nowrap;
	width: 16em;
	padding-right: 1em;
	border-right: 2px solid #FF7D00;
}
#reserveForm th img, #questForm th img {
	vertical-align: -4px;
	margin-right: 2px;
}
#reserveForm td, #questForm td {
}
#reserveForm td ul li, #questForm td ul li {
	display: inline;
	margin-right: 1em;
}
#reserveFormBtn {
	width: 550px;
	text-align: center;
}
.required {
	color: #CC0000;
	padding-right: 2px;
	font-size: 15px;
	font-weight: lighter;
}
.english {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.fb-like-box {
	margin-bottom:10px;
}

