@charset "UTF-8";
#header {
	width: 900px;
	position: relative;
	background-image: url(img/menubar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 74px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #copy {
	font-size: small;
	color: #666666;
	height: 34px;
	width: 578px;
	position: absolute;
	left: 176px;
	top: 11px;
}
#top_contents {
	width: 900px;
}
#header #menu {
	height: 22px;
	width: 724px;
	position: absolute;
	top: 45px;
	right: 0px;
}
#header #menu #menu01 {
	background-image: url(img_e/btn_01_off.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	float: left;
	padding-left: 6px;
}
#header #menu #menu02 {
	background-image: url(img_e/btn_02_off.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	float: left;
	padding-left: 6px;
}
#header #menu #menu03 {
	background-image: url(img_e/btn_03_off.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	float: left;
	padding-left: 6px;
}
#header #menu #menu04 {
	background-image: url(img_e/btn_04_off.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	float: left;
	padding-left: 6px;
}
#header #menu #menu05 {
	background-repeat: no-repeat;
	height: 22px;
	width: 140px;
	float: left;
	padding-left: 6px;
}
#header #menu #menu01:hover {
	background-image: url(img_e/btn_01_on.jpg);
	background-repeat: no-repeat;
}
#header #menu #menu02:hover {
	background-image: url(img_e/btn_02_on.jpg);
	background-repeat: no-repeat;
}
#header #menu #menu03:hover {
	background-image: url(img_e/btn_03_on.jpg);
	background-repeat: no-repeat;
}
#header #menu #menu04:hover {
	background-image: url(img_e/btn_04_on.jpg);
	background-repeat: no-repeat;
}
#header #menu #menu05:hover {
	background-repeat: no-repeat;
}
#header #language {
	background-image: url(img_e/japanese_off.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 100px;
	position: absolute;
	left: 799px;
	top: 11px;
}
#header #language:hover {
	background-image: url(img_e/japanese_on.jpg);
	background-repeat: no-repeat;
}

