@charset "utf-8";
/* CSS Document */

#navCuisine{background:url(../../common_img/gnav_cuisine_on.gif) no-repeat left top;}
#navCuisine img{
	opacity:0;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
}

#pageTitle{
	background: url(../images/pagetitle_bg.jpg) no-repeat center top,
				url(../../common_img/main_bg.jpg) repeat left top;
	/*IE8*/
	-pie-background: url(images/pagetitle_bg.jpg) no-repeat center top,
				url(../common_img/main_bg.jpg) repeat left top;
	behavior:url("http://u-b.jp/bridal/prt/css/PIE.htc");
	position:relative;
}

#cuisine,
#cake{clear:both;}
#cuisine{margin-bottom:70px;}
#cuisine h1,
#cake h1{
	text-align:center;
	height:51px;
	background:url(../images/title_bg.gif) no-repeat left top;
	margin-bottom:40px;
	padding:56px 0 46px 0;
}
#cuisine p,
#cake p{line-height:1.7;}


/*galleryView*/
.gallery{
	margin:25px 0 50px 0;
	width:980px;
	position:relative;
	overflow:hidden;
}
.gv_gallery{
	position:relative;
}
.gv_galleryWrap{
	padding:0 !important;
}

.gv_filmstripWrap{
	position:absolute;
	width:210px !important;
	right:-15px !important;
}
.gv_filmstrip{
	width:220px !important;
	overflow:hidden;
	height:420px !important;
	margin-right:-10px;
	margin-bottom:-10px;
}
.gv_frame{
	float:left;
	margin:0 10px 10px 0 !important;
}
.gv_thumbnail{
	overflow:hidden;
	position:relative;
	width:100px !important;
	height:70px !important;
}
.gv_thumbnail img{
	width:135px !important;
	height:70px !important;
	cursor:pointer;
	position:absolute;
	top:0;
	left:-20px;
}
/*/galleryView*/

.details{
	clear:both;
	overflow:hidden;
}
.details div,
#cake .details section{
	width:720px;
	float:left;
}

.sideFair{
	width:230px;
	float:right;
}

.details section{
	background:url(../../common_img/place_line.gif) no-repeat left top;
	padding-top:40px;
	overflow:hidden;
}
.details h2{
	background:url(../../common_img/sub_line01.gif) no-repeat left center;
	padding-left:25px;
	margin-bottom:25px;
}

#choiceMenu,
#specialMenu,
#cuisine .greeting{margin-bottom:40px;}

#choiceMenu ul{margin:20px 0 30px 0;}

.greeting div{
	width:470px;
	float:left;
}
.greeting h3{margin-bottom:20px;}
.greeting .name{
	text-align:right;
	margin-top:30px;
}
.greeting .ps{
	width:222px;
	float:right;
}

#service{
	background:url(../images/service_bg.jpg) no-repeat left top;
	padding:30px 0 0 55px;
	min-height:169px;
	height: auto !important;
	height: 169px;
}
#service h2{
	background-image:none;
	padding:0;
	margin-bottom:15px;
}
#service p{
	width:377px;
	margin:0 auto 0 0;
	line-height:1.5;
}



