body {
	background: #FFFFFF;
	font: x-small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	font-size: x-small;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #666666;
}
.navigation {
	text-align: left;
	font-size: small;
	text-indent: 15%;
}
.navigation a {
	font-size: small;
}
.title {
	text-align: center;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
.title a {
	font-size: medium;
}
.title h1 {
	font-size: xx-large;
}
.title h2 {
	font-size: x-large;
}
.title h3 {
	font-size: large;
}
.title h4 {
	font-size: medium;
}
.title h5 {
	font-size: medium;
	color: #FF0000;
}
.contents {
	text-align: center;
}
.contents table {
	border: thin solid #33FFFF;
	margin-top: 2em;
	margin-bottom: 2em;
}

.contents .name {
	text-align: left;
	width: auto;
	height: 2em;
	background-color: #33FFFF;
	text-indent: 10%;
	border: thin solid #33FFFF;
	padding-top: 1em;
	font-size: small;
}
.contents .picture {
	text-align: center;
	font-size: small;
	padding: 1em;
	width: 100px;
	background-color: #33FFFF;
	border: thin solid #33FFFF;
	vertical-align: middle;
}
.contents .picture img {
	border: 0;
}



.contents .ingredients {
	text-align: left;
	font-size: small;
	padding: 1em;
	vertical-align: top;
	width: 200px;
	background-color: #FFFFFF;
	border: thin solid #33FFFF;
}
.contents .explanation {
	text-align: left;
	font-size: small;
	padding: 1em;
	vertical-align: top;
	width: 360px;
	border: thin solid #33FFFF;
	background-color: #FFFFFF;
}
.contents a {
	font-size: medium;
}
.contents li {
	margin-top: 2em;
	margin-bottom: 2em;
}

.contents h1 {
	font-size: xx-large;
}
.contents h2 {
	font-size: x-large;
}
.contents h3 {
	font-size: large;
}
.contents h4 {
	font-size: medium;
}
