@charset "utf-8";
@import "../common/styles.css";

body{
	font-size:x-small;
}
h2{
	width:0;
	height:0;
	overflow:hidden;
}
#container{
	position:absolute;
	top:50%;
	left:50%;
	margin:-275px 0 0 -400px;
	width:800px;
	height:550px;
}
#container h1{
	width:0;
	height:0;
	overflow:hidden;
}
#container #lunchLink{
	text-align:right;
	margin-bottom:5px;
	background:url(../image/lunch02.gif) no-repeat top right;
}
#container #sitemapLink{
	text-align:right;
	margin:5px 0 0 0;
}
#container dl#date{
	margin:5px 0 0 0;
	float:right;
}
#container dl#date dt{
	color:#FF9900;
	float:left;
}
#container dl#date dd{
	float:right;
}
#container #footer{
	position:absolute;
	bottom:0;
	overflow:hidden;
	width:800px;
	height:44px;
}
#container #footer #forza{
	float:left;
}
#container #footer #copy{
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
}
