body {
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
	background-image: url(../images/body_bkg_white.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	}
img {
	border-style: none;
}
/* logo*/
h1 {
	margin: 0px;
	position: absolute;
	left: 20px;
	top: 15px;
}
/* main picture - girl in kimono*/
#layout {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
}


/* navigation*/
#nav_home {
	position: absolute;
	top: 480px;
	left: 50px;
	width:300px;
}
#nav_home li {
	display: block;
	margin-bottom:15px;
}
#nav_home a {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}
#video1 a {
	background-image: url(../images/home_video1.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 207px;
}
#aboutjapan a {
	background-image: url(../images/home_video2.gif);
	height: 37px;
	width: 208px;
}
#aboutus a {
	background-image: url(../images/home_aboutus.gif);
	height: 18px;
	width: 85px;
}
#contactus a {
	background-image: url(../images/home_contact.gif);
	height: 19px;
	width: 97px;
}
#jp a {
	background-image: url(../images/home_jp.gif);
	height: 17px;
	width: 94px;
}
/* on state */
#video1 a:hover {
	background-image: url(../images/home_video1_on.gif);
}
#aboutjapan a:hover {
	background-image: url(../images/home_video2_on.gif);
}
#aboutus a:hover {
	background-image: url(../images/home_aboutus_on.gif);
}
#contactus a:hover {
	background-image: url(../images/home_contact_on.gif);
}
#jp a:hover {
	background-image: url(../images/home_jp_on.gif);
}



/* navigation- text version
#nav_home li {
	font-size: 16px;
	list-style-image: url(../images/arrow.gif);
	margin:0 0 20px 0;
}
#nav_home li.j {
	font-size: 13px;
}
#nav_home li a {
	text-decoration: none;
	color: #000066;
}
#nav_home li a:hover {
	text-decoration: none;
	color: #3399CC;
}
*/
#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;
}
#footer li {
	display: inline;
	padding-right: 20px;
}


