* {
	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;
}
#panorama {
	position: absolute;
	left: 10px;
	top: 10px;
}
#panorama-banner {
	position: relative;
}