
/* -------------- 共通設定 -------------- */

body {
	background: url(../images/bg_content.jpg) bottom center no-repeat;
}
div#content {
	width: 760px;
	padding:0px 80px;
	zoom: 100%;
	background: url(../shop/images/bg_chandelier-trans.png) right bottom no-repeat;
}
div#content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

/* -------------- 個別設定 -------------- */

div#content-left {
	float:left;
	width:490px;
	height:auto;
	margin-right:20px;
	zoom: 100%;
}
div#content-left:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
span.photo-left {
	float:left;
	width:330px;
	height:220px;
	margin-right:10px;
}
span.photo-right {
	float:left;
	width:150px;
	height:220px;
}
div#content-right {
	float:left;
	width:250px;
	height:auto;
}
div#content-right h2 {
	margin-bottom:5px;
}
span.mapWrapper {
	margin-left:-20px;
}
