@charset "utf-8";
/* CSS Document */
#wrap{
	font-size:13px;
	line-height:18px;
	color:#fff;
	margin:0 auto; /*20231206changed*/
}
#wrap .clearfix:before,
#wrap .clearfix:after {
    content: " ";
	display: table;}
#wrap .clearfix:after {
    clear: both;
}
#wrap{
	width:950px;
	background:url(img/bg.jpg) no-repeat scroll top center;
}


#wrap a:hover img{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.3s linear 0.0s;
	-o-transition: all 0.3s linear 0.0s;
	transition: all 0.3s linear 0.0s;
}


#wrap #header{
	width:950px;
}
#wrap #header #logo{
	float: left;
	width: 273px;
	margin: 10px 0 10px 10px;
}
#wrap #logo a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.3s linear 0.0s;
	-o-transition: all 0.3s linear 0.0s;
	transition: all 0.3s linear 0.0s;
}
#wrap #header ul{
	width: 524px;
	height: 53px;
	background: url(img/navi_bg.png) no-repeat center right;
	list-style: none;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 0;
}
#wrap #header ul li{
	width:131px;
	height:53px;
	float:left;
}
#wrap #footer{
	text-align: center;
	margin-bottom: 30px;
}
#wrap #footer a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.3s linear 0.0s;
	-o-transition: all 0.3s linear 0.0s;
	transition: all 0.3s linear 0.0s;
}
#wrap #mainImage {
	text-align:center;
	margin-bottom:20px;
}
#wrap #mainImage img{
	text-align:center;
}

#wrap #contents{
	width: 950px;
	margin: 0;
	padding: 0;
}

#wrap #contents .box01{
	width: 930px;
	margin: 0 auto;
}
#wrap #contents .box01 .title{
	margin: 0 0 10px 0;
}
#wrap #contents .box01 .text{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #372424;
}
#wrap #contents #c02{
	width:930px;
	height:560px;
	background:url(img/cuisine_bg.png) no-repeat 0 40px;
}
#wrap #contents #c02 .text{
	width: 340px;
	margin-left: 12px;
	color: #372424;
}
#wrap #contents .box01 .m_box01{
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
#wrap #contents .box01 .m_box01 .title02{
	font-weight: bold;
	color: #335B6C;
	font-size: 16px;
	margin: 5px 0 5px 5px;
}
#wrap #contents .box01 .m_box01 .text{
	margin: 0 0 0 5px;
	color: #372424;
}
