/* base
------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	text-align: center;
	line-height: 1.5em;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	}
#mArea {
	width: 500px;
	margin: 0px auto;
	text-align: left;	
	}
h1 {
	font-size: 13pt;
	}
p, dl, dt, dd, ul, ol {
	margin: 0px;
	padding: 0px;
	}
img {
	border: none;
	}
	
/*--[ link ]-------------------------------*/
a:link {
	color: #666;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover, a:active {
	color: #999;
	text-decoration: underline;
	}
a.copy:link, a.copy:visited {
	color: #999;
	}
/*---[ recipe ]-----------*/
img {
	float: left;
	width: 225px;
	margin: 15px 20px 15px 15px;
	}
#material {
	float: right;
	width: 220px;
	margin-top: 20px;
	margin-right: 15px;
	}
h1 {
	padding-bottom: 2px;
	border-bottom: 1px dashed #999;
	}
.subTitle {
	font-size: 8pt;
	font-weight: normal;
	margin-left: 0.3em;
	}
#material p {
	margin-left: 8px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}
#material li {
	margin-left: 30px;
	}
#method {
	clear: both;
	margin: 15px 15px 30px;
	}
#method p {
	margin-left: 8px;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
#method ol {
	margin-left: 30px;
	}
/*---[ input button ]-----------*/

input.button {
	background-color: #FFFFFF;
	color: #666;
	border: 1px solid #666;
	margin: 0px 6px;
	height: 20px;
	padding: 0px 6px;
	}
p#b_erea {
	text-align: center;
	}

/* footer
---------------------------------------------------------*/
p#footer {
	margin: 15px 0px 0px;
	padding: 3px 0px;
	text-align: center;
	font-size: 7pt;
	color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border-top: 1px dashed #999;
	}


