#cafeMenu{

}
.clearBoth{
	clear : both ;
}

.font10{
	font-size : 10pt ;
}
.menuFrame{
	height : auto ;
	border : 1px solid #999 ;
	background : #e3d0c6 ;
	margin-top : 5px ;
	padding : 0 3px 3px ;
}
.menuList{
}
.menuList h3{
	line-height : 1.2em ;
	border-bottom : 3px solid #fff ;
	margin-bottom : 2px ;
}
.menuList h4{
	padding-left : 5px ;
	text-align : left ;
}
.menuList dt{
	font-weight : normal ;
	padding-left : 10px ;
}
.menuList dd{
	position : relative ;
	bottom : 1.3em ;
	font-weight : bold ;
	text-align : right ;
	border-bottom : 1px solid #fff ;
	margin-bottom : -0.9em ;
}
.thum{
	width : 175px ;
	height : 200px ;
	background : #e5c1ac ;
	border : 1px solid #000 ;
	padding : 5px ;
	margin : 0 0 2px 2px ;
	float : left ;
}
.thum img{
	display : block ;
	margin : 0px auto 5px ;
}
.thum .price{
	position : relative ;
	text-align : right ;
}
.thum dt{
	font-size : 12pt ;
	font-weight : bold ;
	border-bottom : 0px solid #000 ;
}
.thum dd{
	position : relative ;
	bottom : 0 ;
}

* html .menuList dd,* html .thum .price{
	position : static ;
}
* html .menuList dd{
	margin : 0 ;
}

