@import url("common.css");
@import url("base.css");

/* Outback Steakhouse Japan */
/* menu.css */

/* menu */

p.recommendImg {
	text-align:center;
	margin:1.5em 0;
	}



/* menu descriptions */

h3 {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	color:#990000;
	margin:1.5em 0 0;
	}

h4 {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	margin:1em 0 0;
	}

h3.small,h4.small {
	font-size:11px;
	line-height:1.4;
	color:#000000;
	}


/* party and catering */

h3.party {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	color:#990000;
	}

ul.partyList {
	list-style:none;
	margin-left:1em;
	}





