@charset "UTF-8";
#cafemanu {
	width: 540px;
	height: 100%;
	position: relative;
	top: 0;
	left: 80px;
}

#cafe {
	position: absolute;
	left: 10px;
	top: 0;
	width: 80px;
	height: 245px;
	background-color: white;
	background-repeat: no-repeat;
}
#cafe li {
	list-style-type: none;
	display: block;
	position: absolute;
	width: 80px;
	height: 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#cafe li a {
	display: block;
	height: 20px;
	padding-top: 2px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	background-position: top;
}
#cafe li a:link, #cafe li a:visited, #cafe li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#cafe li a:hover {
	background-position: 0 20px;
	padding-top: 2px;
	color: #006600;
}

#coffee {
	left: 0;
	top: 15px;
	font-size: 70%;
}
#coffee a {
	background-image: url(images/back-menu.gif);
}
#tea {
	left: 0;
	top: 50px;
	font-size: 70%;
}
#tea a {
	background-image: url(images/back-menu.gif);
}
#drink {
	left: 0;
	top: 85px;
	font-size: 70%;
}
#drink a {
	background-image: url(images/back-menu.gif);
}
#bread {
	left: 0;
	top: 120px;
	font-size: 70%;
}
#bread a {
	background-image: url(images/back-menu.gif);
}
#rice {
	left: 0;
	top: 155px;
	font-size: 70%;
}
#rice a {
	background-image: url(images/back-menu.gif);
}
#cake {
	left: 0;
	top: 190px;
	font-size: 70%;
}
#cake a {
	background-image: url(images/back-menu.gif);
}
#sweet {
	left: 0;
	top: 225px;
	font-size: 70%;
}
#sweet a {
	background-image: url(images/back-menu.gif);
}

#bread2 {
	left: 0;
	top: 260px;
	font-size: 70%;
}

#bread2 a {
	background-image: url(images/back-menu.gif);
}

#lay1, #lay2, #lay3, #lay4, #lay5, #lay6, #lay7, #lay8 
	{
	border: 2px solid #006600;
	width: 400px;
	border-collapse: collapse;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 130px;
}

table {
	border: 2px solid #008000;
	width: 400px;
	border-collapse: collapse;
	background-color: #ebfeef;
	color: #006600;
	text-align: center;
}

th {
	background-color: #008000;
	color: #ffffff;
	vertical-align: middle;
	border-style : none;
	text-align: center;
	font-weight: bold; 
	font-size: 12pt;
}
td {
	border-style : none;
	height: 1.5em;
	text-align: center;
}	
.im {
	width: 80px;
	height: 20px;
	font-weight: bold; 
	font-size: 12pt;
}
.mm {
	font-weight: bold; 
	font-size: 12pt;
	text-align: left;
	width: 240px;
	height: 20px;
}

.c {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

.mc {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	border-style: none;
	width: 320px;
}
.m {
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
}
