@charset "utf-8";
/* CSS Document */

#container{
	background:url(../images/place_bg.gif) no-repeat center top 530px;

	/*IE8*/
	-pie-background: url(images/place_bg_ie.gif) no-repeat center top;
	behavior:url("http://u-b.jp/bridal/prt/css/PIE.htc");
	position:relative;
}
*+html #container {background: url(../images/place_bg_ie.gif) no-repeat center top;}

#navParty{background:url(../../common_img/gnav_hall_on.gif) no-repeat left top;}
#navParty 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;
}

#introduction{
	text-align:center;
	margin-bottom:50px;
}

#banquetPlace{
	position:relative;
	overflow:hidden;
	height:940px;
}

#etoire,
#door,
#aqua,
#duke{
	width:470px;
	position:absolute;
}
#etoire{
	top:0;
	left:0;
}
#door{
	top:120px;
	right:0;
}
#aqua{
	top:450px;
	left:0;
}
#duke{
	top:620px;
	right:0;
}


#etoire .img,
#door .img,
#aqua .img{
	background:url(../images/img_bg.png) no-repeat left top;
	text-align:center;
	min-height:251px;
	height: auto !important;
	height: 251px;
	padding-top:16px;
}

#duke .img{
	width:236px;
	float:left;
}
#duke div{
	width:214px;
	float:right;
	padding-top:30px;
}

#etoire h3,
#door h3,
#aqua h3{margin:15px 0 12px 15px;}
#duke h3{margin-bottom:12px;}
#etoire .txt,
#door .txt,
#aqua .txt{margin-left:15px;}

#etoire ul,
#door ul,
#aqua ul{margin-top:15px;}
#etoire li,
#door li,
#aqua li{
	text-align:right;
	padding-right:15px;
}

#kashikiri{
	clear:both;
	background:url(../images/kashikiri_bg.jpg) no-repeat left top;
	position:relative;
	min-height:155px;
	height: auto !important;
	height: 155px;
	padding:25px 0 25px 210px;
	margin-bottom:75px;
}
#kashikiri h3{margin-bottom:10px;}
#kashikiri p{line-height:1.7;}
#kashikiri .txt{
	position:relative;
	z-index:1;
}
#kashikiri .mark{
	position:absolute;
	left:25px;
	top:20px;
}
#kashikiri .img{
	position:absolute;
	right:200px;
	bottom:-75px;
	z-index:0;
}



