﻿/* CSS layout */
body{
	
	background: ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
#masthead {
}

#top_nav {
}
#main_box{
	width: 900px;
	margin: 0 auto;
	background-image: url('image/tokyo-back.jpg');
	background-repeat: repeat-y;
}
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #FFFFFF;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
.style1 {
	text-align: center;
}
