body {
	width: auto;
	margin-right: auto;
	margin-left : auto;
}
h1{
	text-align: center;
	color: blue;
}

h2{
	font-size: 16px;
	text-align: center;
}
p{
	font-size: 16px;
	text-align: center;
}
span {
display: inline-block;
width: 20em;
}

table {
	border: double 1px #666666;
	border-collapse: collapse;
	background-color: #f2f2f2;
	align: center;
}

.ryusi{
border-style: none;
background-color: transparent;
font-size: 12pt;
line-height: 80%;
}
.ryusi2{
border-style: none;
font-size: 12pt;
line-height: 80%;
}

th {
	padding: 10px;
	border-style: none;
	background-color: toransparent;
}

td {
	text-align: center;
	padding: 10px;
	border: double 1px #666666;
	white-space: nowrap;
}
.ryusi{
	text-align: left;
	border-style: none;
	background-color: toransparent;
	width: auto;
}


div {
	text-align: center;
	display: block;
}
.box1 {
	width: 400px;
	height: 250px;
	background-position: left;
	background-color: Lightgreen;
}
.menu {
	width: 400px;
	height: 250px;
	background-position: left;
	background-color: Lightgreen;
}
.wrapper {
	max-width: 300px;
	margin:0 auto;
	text-align: left;
	background: Lightgreen;
}
.txt {
	display: inline-block;
	text-align: left;
}
.recipe {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}
