/* style resset */
* {
	margin: 0;
	padding: 0;
	}
a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 100%;
	}
ul, ol, dl, dt, dd {
	list-style: none;
	}
span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	}
em, strong {
	border: none;
	font-style: normal;
	font-weight: normal;
	}
a {
	color: #000000;
	text-decoration: none;
	}
body {
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "lroSVbN";
}

/* layout */

#wrapper {
}
#main {
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	height: 566px;
	width: 940px;
	margin-top: -283px;
	margin-left: -470px;
}
#flash {
	height: 550px;
	width: 940px;
	background-color: #000000;
}
#footer {
	position:absolute;
	z-index:1;
	top:100%;
	height: 265px;
	width:100%;
	margin-top: -265px;
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;zz
}
#footer p {
	position:absolute;
	left:50%;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	float: left;
	padding-top: 235px;
	margin-left: -150px;
}
/*
#footer ul {
	text-align: right;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	float: right;
	padding-right: 170px;
	padding-top: 125px;
}
#footer li {}
*/