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

div.menu {
	border: 1px solid #666;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

	div.menu h2 {
		margin-bottom: 20px;
	}
	
	div.menu .dish {
		margin-bottom: 10px;
		padding-bottom: 20px;
		background:url(../../../images/line-img.png) center bottom no-repeat #fff;
	}
	
	div.menu .description {
		font-style: italic;
	}
	
	div.menu .pictures {
		margin-top: 2em;
	}

	div.menu .pictures a img {
		border: 3px solid #999;
	}

