@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		print styles		*/
/* ------------------------------------------------------------------------- */

/* base
------------------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
	font-family:serif;
}
a{
	text-decoration:underline;
}
table{
	page-break-inside: avoid;
}
/*-- print size (A4) --*/
@page { size: 21.0cm 29.7cm; }
@page { marks: crop; }

/* ---------------------------------------------- */


.btn_print{
	display:none;
}

/*for IE6 or older*/
* html body.menu {
	zoom:0.7;
}
/*for IE7*/
*+html body.menu {
	zoom:1;
}

body.menu .margin_bottom_20{
	margin-bottom:5px;
}

body.menu .menu_contents{
	width:840px;
	padding:0 20px;
	background:url(../images/restaurant/menu_contents_bg.gif) repeat-y;
}


/*head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}*/
