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


/* ****************MainImage******************* */

#main-img{
	text-indent:-9999px;
	width:870px;
	height:250px;
	background:url(../../cuisine/images/main_img.jpg) no-repeat 0 0;
}


/* *************************************************** */

#cuisine{
	margin:20px 0 40px;
	height:100%;
}
/* 左側 */
#left{
	width:650px;
	float:left;
}
h2{
	margin:0 0 15px;
	padding:0;
}
/* 左側Photo */
.photo{
	height:100%;
	margin:0 0 15px;
}
.photo div{
	width:79px;
	float:left;
	margin:30px 15px 0 0;
}
.photo div img{
	border:1px solid #555;
	margin-bottom:5px;
}
.btn{

}
.btn a{
	display:block;
	text-indent:-9999px;
	width:159px;
	height:27px;
	background-image: url(../../cuisine/images/bechu_btn.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}
.btn a:hover{
	background-position:0 -27px;
}


































