﻿/* top navigation and header logo */
	
/* header logo */
	#header-logo {
		background: url("../images/logos/header-logo.gif") no-repeat;
		background-position: top left;
		}
		
/* change to Japanese language version */
	#change-language a {
		background: url("../images/top-nav/tn-english.gif") top left no-repeat;
		display: block;
		}
	#change-language a:hover {
		background-position: 2px 2px;
		}
		
/* top navigation, left to right */
	#home a {
		background: url("../images/top-nav/tn-home-j.gif") top left no-repeat;
		display: block;
		}
	#home a:hover {
		background-position: 2px 2px;
		}
	#contact a {
		background: url("../images/top-nav/tn-contact-j.gif") top left no-repeat;
		display: block;
		}
	#contact a:hover {
		background-position: 2px 2px;
		}
	#profile a {
		background: url("../images/top-nav/tn-profile-j.gif") top left no-repeat;
		display: block;
		}
	#profile a:hover {
		background-position: 2px 2px;
		}
	#journal a {
		background: url("../images/top-nav/tn-journal-j.gif") top left no-repeat;
		display: block;
		}
	#journal a:hover {
		background-position: 2px 2px;
		}
	#downloads-goods a {
		background: url("../images/top-nav/tn-downloadsgoods-j.gif") top left no-repeat;
		display: block;
		}
	#downloads-goods a:hover {
		background-position: 2px 2px;
		}
	#prices-services a {
		background: url("../images/top-nav/tn-pricesservices-j.gif") top left no-repeat;
		display: block;
		}
	#prices-services a:hover {
		background-position: 2px 2px;
		}
	#order-prints a {
		background: url("../images/top-nav/tn-orderprints-j.gif") top left no-repeat;
		display: block;
		}
	#order-prints a:hover {
		background-position: 2px 2px;
		}