html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

div#floatcontainer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0 10px;
}

div#floatcontainer h3 {
	margin-bottom: 20px;
}

div#maincontents div.left {
	width: 400px;
	float: left;
}

div#maincontents div.left h4 {
	margin-top: 10px;
}

div#maincontents div.left p {
	margin: 10px 0;
	line-height: 1.4;
}

div#maincontents div.right {
	float: right;
}

div.gotobutton {
	text-align: center;
	padding-bottom: 20px;
}

div#buffetpopupcontainer {
	width: 100%;
	height: 100%;
}

strong.noscript {
	display: block;
	width: 500px;
	margin: 30px auto;
	text-align: center;
	padding: 7px 10px;
	border: 1px solid #fcc;
	background: #ffefef;
	color: red;
}

table#flashplayer {
	margin: 20px auto;
	border-top: 1px dotted #666;
}

table#flashplayer td {
	padding: 7px 10px;
}

div#toExhibition {
	margin-top: 30px;
}

div#toExhibition div.back {
	text-align: center;
	margin-top: 10px;
}