body {
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
	background-image: url(../images/body_bkg_white.gif);
	background-repeat: repeat-x;
	background-position: top;}
#layout {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
}
h1 {
	margin: 0px;
	position: absolute;
	left: 20px;
	top: 15px;
}
img {
	border-style: none;
}
#footer {
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #999999;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: repeat-x;
	background-color: #ececec;
	position: relative;
	bottom: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}
#footer li {
	display: inline;
	padding-right: 20px;
}

#nav_home {
	top: 400px;
	position: absolute;
	left: 80px;
}
#nav_home li {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	list-style-image: url(../images/arrow.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav_home li a {
	text-decoration: none;
	color: #000066;
}
#nav_home li a:hover {
	text-decoration: none;
	color: #3399CC;
}

#aboutjapan a {
	display: block;
	background-image: url(../images/home_aboutjapan.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
	text-indent: -9999px;
}
#aboutjapan a:hover {
	display: block;
	background-image: url(../images/home_aboutjapan_on.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
}
#aboutus a {
	display: block;
	background-image: url(../images/home_aboutus.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
	text-indent: -9999px;
}
#aboutus a:hover {
	display: block;
	background-image: url(../images/home_aboutus_on.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
}
#contactus a {
	display: block;
	background-image: url(../images/home_contact.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
	text-indent: -9999px;
}
#contactus a:hover {
	display: block;
	background-image: url(../images/home_contact_on.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
}
