@charset "utf-8";
body {
	font-size: 14px;
	color: #660000;
}
.indent01 {
	color: #660000;
	padding-left: 20px;
}
.indent01_bold {
	color: #660000;
	padding-left: 20px;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
h2 {
	font-size: 16px;
	color: #83c379;
	margin: 0px;
	border-bottom-width: medium;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #edcb83;
	border-right-color: #edcb83;
	border-bottom-color: #edcb83;
	border-left-color: #edcb83;
	padding: 5px;
}
h3 {
	font-weight: bold;
	color: #009900;
	border-left-width: 30px;
	border-left-style: inset;
	border-left-color: #FFCC66;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E8F987;
	border-right-width: 30px;
	border-right-style: outset;
	border-right-color: #FFCC66;
	background-repeat: no-repeat;
	margin: 0px;
	width: auto;
	height: auto;
}

.line_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8F987;
}
a:visited {
	font-weight: bold;
	color: #FF6B2F;
	text-decoration: none;
}

a:link {
	font-weight: bold;
	color: #FF6838;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
.line_all {
	border: 1px solid #999999;
}
.recipe1 {
	font-size: 16px;
	color: #CC3366;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(image/recipe01.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.small {
	font-size: 12px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
}

