@charset "UTF-8";

/* *************************

[style]
			
************************* */
h1 {
	background-image: url(../style/img/h1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 160px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
h2#style {
	background-image: url(../style/img/h2-1.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	text-indent: -9999px;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2#voice {
	background-image: url(../style/img/h2-2.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	text-indent: -9999px;
	margin: 0px 0px 20px;
	padding: 0px;
}
h3.voice1 {
	background-image: url(../style/img/h3-bg1.gif);
	padding-left: 100px;
}
h3.voice2 {
	background-image: url(../style/img/h3-bg2.gif);
	padding-left: 100px;
}
h3.voice3 {
	background-image: url(../style/img/h3-bg3.gif);
	padding-left: 100px;
}
h3.voice4 {
	background-image: url(../style/img/h3-bg4.gif);
	padding-left: 100px;
}


/* *************************

[レシピページ]
			
************************* */

#recipe {
	width: 700px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#recipe table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-left: 0px;
	margin-bottom: 7px;
}
#recipe td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}
#recipe th {
	text-align: left;
	white-space: nowrap;
	background-color: #F3F8E6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
	font-weight: bolder;
	padding: 5px;
	width: 1%;
}
#recipe .half_block {
	width: 330px;
}
#recipe .L {
	background-image: url(../style/img/arrowL.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
.print {
	clear: both;
	text-align: center;
	padding: 10px;
}
