ul#language {
	position: relative;
	background-color: #663300;
	display: block;
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#language li a {
	height: 20px;
	position: absolute;
	top: 0px;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
li#jp a {
	background-image: url(../img/common/jp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 54px;
	left: 570px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
li#us a {
	background-image: url(../img/common/us.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 624px;
	width: 61px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
