@charset "utf-8";

/* div.tastymovie
-----------------------------------------------------------*/
div#content div.tastymovie {
	margin:0;
	margin-bottom:12px;
	padding:12px;
	background-position:bottom;
	background-repeat:no-repeat;
}
div#content div.potato {
	background-image:url(/menu/tastymovie/shared/graphic/background_potato_01.jpg);
}
div#content div.beef {
	background-image:url(/menu/tastymovie/shared/graphic/background_beef_01.jpg);
}
div#content div.tastymovie div.movie {
	margin-right:12px;
}
div#content div.tastymovie div.othermovie {
	padding-top:270px;
}

/* clearFix
-----------------------------------------------------------*/
div#content div.tastymovie {
	overflow: hidden;
}
div#content div.tastymovie:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#content div.tastymovie {
	height: 1em;
	overflow: visible;
}
/**/

