@charset "UTF-8";
body {
	background-image: url(../images/fish_image2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fish_bg {
	height: 850px;
	margin-top: 40px;
}
.dinner_main {
	background-image: url(../dinner/images/dinner_image.jpg);
	background-repeat: no-repeat;
	height: 738px;
	margin-bottom: 20px;
	background-position: center bottom;
}
.dinner_main .spa_copy2{
	text-align: left;
	margin-left: 195px;
}
.dinner_photo_image {
	width: 900px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-top: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	text-align: left;
}
.dinner_photo_image1 {
	float: left;
	margin-right: 4%;
	width: 48%;
}
.dinner_photo_image1:last-child {
	margin-right: 0;
}
.dinner_photo_image2 {
	float: left;
	width: 48%;
}
.dinner_photo_image3 {
	float: left;
	width: 36%;
}
.dinner_photo_image4 {
	float: left;
	margin-right: 4%;
	width: 60%;
}
.fish {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.fish_image {
	float: right;
}
.fish_title {
	text-align: left;
	margin-bottom: 10px;
}
.fish_catchcopy {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	text-align: left;
	line-height: 30px;
}