* {
	margin: 0;
	padding: 0;
}
html {
	font-family: arial,serif,osaka,"ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 1.8;
	color: #333;
	background: #032C20;
}
img {
	border: 0;
}
* html ul li {
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#wrap {
	width: 920px;
	margin: 0 auto;
}
#container {
	background: #fff;
}
.center {
	text-align: center;
}
.center div {
	margin-bottom: 30px;
}
#side {
	float: left;
	width: 239px;
}
#list-content {
	height: 518px;
	overflow: hidden;
}
.panorama {
	position: absolute;
	right: 104px;
	top: 16px;
}
.left,.right {
	margin-top: 30px;
}
.left {
	float: left;
	margin-left: 14px;
}
.right {
	float: right;
	margin-right: 14px;
}

* html .left {
	margin-left: 2px;
}
* html .right {
	margin-right: 7px;
}

.left div,.right div {
	margin-bottom: 30px;
}
.relative {
	position: relative;
}

#frame {
	text-align: center;
	padding: 30px 0;
}
#frame iframe {
	border: 1px solid #ccc;
}
#back {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
#thumb-list {
	height: 90px;
	margin: 10px 40px 50px;
	position: relative;
}
* html #back {
	bottom: 5px;
}
#thumb-list ul {
	list-style: none;
}
#thumb-list ul li {
	float: left;
}
#thumb-list ul li a {
	display: block;
}

