@charset "UTF-8";
/* CSS Document */
h2#tit_img {
	background: url(../lotus_garden/images/tit_h2_lotus.jpg) no-repeat;
}
h3#rest_lotus {
	background: url(../lotus_garden/images/tit_lotusgarden.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
a.hidden {
	display: none;
}


/* profile */
div.profile_txt {
	width: 390px;
	display: block;
	float: right;
}
img.tit_profile {
	margin-bottom: 0.5em;
}
table.pofile_data {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table.pofile_data th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 3px 2px 2px 2px;
	border-bottom: 1px dotted #E3E3E3;
}
table.pofile_data td {
	padding: 3px 2px 2px 2px;
	border-bottom: 1px dotted #E3E3E3;
}
/* shop information */
div#img_box {
	width: 201px;
	height: 151px;
	float: right;
	display: block;
}
div#info_txt {
	width: 360px;
	float: left;
	display: block;
}
table.shop_info {
	width: 360px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.shop_info th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	text-align: left;
}
table.shop_info td {
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
}
img.timetable {
	clear: both;
}

/* menu list table small */
table.menu_s {
	width: 400px;
	border-collapse: collapse;
	margin-bottom: 15px;
	float: left;
}
table.menu_s th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.menu_s td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

table.menu {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	clear: both;
}
table.menu th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.menu td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
img.photo_menu {
	float: right;
}
td.v_btm {
	vertical-align: bottom;
}
