#recipe_bg {
	background-color: #FFFFFF;
}

/*--recipe_title--*/

#recipe_title {
	text-align: left;
}
#recipe_title h2 {
	font-size: 22pt;
	margin: 0px 0px 5px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}


/*--recipe_explanation--*/

#recipe_explanation {
	background-color: #D9E6FF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: table;
	padding: 10px;
	width: 458px;
	height: 100%;
}
#recipe_photo {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
	padding: 5px;
	height: 150px;
	text-align: center;
	margin-right: 7px;
}
#recipe_word {
}
#recipe_word h3 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#recipe_word p {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	margin: 5px;
	line-height: 1.3em;
	font-size: 0.9em;
}
#recipe_print {
	background-image: url(recipe_maincontents_images/pint.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 26px;
	float: right;
	clear: both;
}
#recipe_print a {
	display:block;
	background-image: url(recipe_maincontents_images/pint.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 26px;
}
#recipe_print a:hover {
	display:block;
	background-image: url(recipe_maincontents_images/pint.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	width: 90px;
	height: 26px;
}
#recipe_print h4 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}


/*--recipe_materialtable--*/

#recipe_materialtable {
	clear: both;
	background-color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 0.95em;
	padding: 10px;
	border-top: 2px solid #D9E6FF;
	border-right: 2px none #D9E6FF;
	border-bottom: 2px solid #D9E6FF;
	border-left: 2px none #D9E6FF;
	margin-bottom: 10px;
}
#recipe_materialtable h3 {
	margin: 0px;
}
#recipe_materialtable th {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 0.2em;
}
#recipe_materialtable td {
	text-align: left;
	background-color: #FFFFEE;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	text-indent: 5px;
	width: 50%;
}


/*--recipe_howtomake--*/

#recipe_howtomake {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	background-color: #FFFFFF;
	border-top: 2px solid #D9E6FF;
	border-right: 2px none #D9E6FF;
	border-bottom: 2px solid #D9E6FF;
	border-left: 2px none #D9E6FF;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
}
#recipe_howtomake h3 {
	margin: 0px 0px 5px;
}
#recipe_howtomake p {
	line-height: 1.1em;
	font-size: 1em;
	margin: 0em 0.5em 0em 1em;
	text-indent: -1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#recipe_howtomake hr {
	margin: 5px 0px;
	padding: 0px;
}
#closewindow {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background-image: url(recipe_maincontents_images/close_button.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#closewindow a {
	font-size: 10px;
	text-align: center;
	height: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#closewindow a:hover {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: underline;
}