html, body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg_site_top.png);
	background-repeat: repeat-x;
	width: 100%;
	-webkit-text-size-adjust: none;
}

#container {
	background-image: url(../images/bg_site_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

#container_table {
	width: 1028px;
}

#bg_logo {
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	width: 948px;
	height: 136px;
}

#bg_navi {
	background-image: url(../images/bg_navi.png);
	background-repeat: no-repeat;
	width: 1028px;
	height: 412px;
}

#navi {
	width: 948px;
	height: 50px;
}

#header {
	width: 948px;
	height: 321px;
}

#content {
	width: 1028px;
	height: 514px;
	text-align: left;
}

#footer {
	width: 1028px;
	height: 260px;
}