html, body {
	width: 100%;
	height: 100%;
}
div.body {
	height: 100%;
	background: #fff url(bg_contents.gif) top repeat-x;
	position: relative;
	min-height: 500px;
	height: expression(document.body.clientHeight < 502 ? "500px" : "100%" );
}
div.body div.mainarea {
	position: relative;
	width: 100%;
	height: 50%;
}
div.body h1{
	text-align:center;
	padding-bottom:10px;
	border-top:0;
}
div.body div.contents {
	position: absolute;
/*
	bottom: -40%;
	height: 80%;
*/
	bottom: -200px;
	height: 300px;
	width: 100%;
/*
	background: #fff url(logo_tahiti.gif) center bottom no-repeat;
*/
	text-align: center;
	line-height: 1.8;
	font-size: 90%;
	color: #333333;
}
div.body div.contents p{
	padding-bottom:0.5em;
}
div.body p a {
	color: #3084c5;
	text-decoration: none;
}
div.body p a:hover {
	text-decoration: underline;
}
div#footer {
	position: relative;
	z-index: 1;
	margin-top: -59px;
}
