/* CSS Document */
@charset "UTF-8";

img {
	vertical-align:bottom;
	border:0;
}
a:hover img, a:focus img {
    opacity: 1.0;
}
h1,h2,h3,p {
	margin:0;
}
#wrapper_contents {
	background-image:url(../img/bg_wood_640.jpg);
	background-position: center top;
	width:100%;
	max-width:640px;
	margin:0 auto;
}
ul#wrapper_nav {
	padding:0;
	margin:0;
	display:block;
	width:100%;
}
ul#wrapper_nav li {
	list-style: none;
	float:left;
}
ul#wrapper_nav li#top,
ul#wrapper_nav li#recipe {
	width:33.28125%;
	height:auto;
}
ul#wrapper_nav li#products {
	width:33.4375%;
	height:auto;
}
.area_contents {
	width:93.75%;
	max-width:600px;
	margin:0 auto;
	clear:both;
	padding-bottom:10px;
}
.shadow {
	width:100%;
	height:auto;
	float:left;
	font-size:0;
}
/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}