@charser 'UTF-8';

#restaurant {
	margin: 30px;
}

#restaurant h2 {
	height: 158px;
	width: 724px;
	margin: 0px 0px 20px 0px;
}

#restaurant h3 {
	margin: 0px 0px 10px;
	font-size: 150%;
	color:#e75e00;
}

#restaurant p  {
	color: #FFFFFF;
	margin: 0px 0px 10px;
	line-height: 140%;
}

#restaurant p.lead {
	color: #FFFFFF;
	line-height: 140%;
	background: #e75e00;
	padding: 10px;
}

#restaurant p.banner {
	float: right;
	margin: 0px 0px 10px 10px;
}

#restaurant table.schedule {
	width: 50%;
	background: #e75e00;
	float: left;
	margin: 0px 20px 20px 0px;
}
#restaurant table.schedule th {
	background: transparent;
	color: #FFFFFF;
	padding: 5px 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 80px;
	text-align: center;
}
#restaurant table.schedule thead th {
	background: transparent;
	color: #FFFFFF;
	font-size: 150%;
	padding: 5px 10px;
	width: auto;
	border-right-style: none;
}
#restaurant table.schedule td {
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 80px;
	background: #828282;
}
#restaurant table.schedule .no_border_right {
	border-right: none;
}
#restaurant table.schedule .no_border_bottom {
	border-bottom: none;
}
