@charset "utf-8";
#foodcontens {
	float: left;
	height: 220px;
	width: 900px;
}
#foodcontens ul {
	float: left;
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#foodcontens li {
	float: left;
	height: auto;
	list-style-type: none;
	width: 200px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ibent {
	width: 900px;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
#ivent2 {
	width: 900px;
	float: left;
}

