@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../catering/images/catering_back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.catering_contents { margin-left: 50px; }
.catering_contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	line-height: 30pt;
	font-weight: bold;
	color: #999999;
}
.order {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.catering_contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: D71718;
}
.catering_contents h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: normal;
}
.catering_contents h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
}
.catering_contents2 { }
.party {
	font-size: 12px;
	padding-bottom: 10px;
}
.party td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#right {
	border-left: 1px solid #999999;
	padding-left: 10px;
}
#order {
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
}
.hotmealtext {
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	padding-right: 5px;
}
