body {
  margin: 0;
  font-family: "Futura", Helvetica, sans-serif;
}

/* メニュータイトル */
.menu_title {
	font-size: 20px;
	font-weight: bold;
	border-left: solid 6px #dc143c;
	border-right: solid 6px #dc143c;
	padding: 5px;
	line-height: 1.5;
	background: whitesmoke;
}
