@charset "UTF-8";

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

#jpen {
	width: 45px;
	height: 17px;
	position: absolute;
	top: 17px;
	right: 0px;
}
ul#lang {
	width: 45px;
	height: 17px;
	margin: 0;
}
ul#lang li {
	float: left;
    margin: 0;
    padding: 0;
	list-style: none;
    text-indent: -9999px;
}
ul#lang li a {
	width: 22px;
	height: 17px;
	display: block;
	text-decoration: none;
}
ul#lang li#jp      {
  background: url(/share/img/btn_jp_off.gif) no-repeat 0px 0px;
}
ul#lang li#en      {
  background: url(/share/img/btn_en_on.gif) no-repeat 0px 0px;
}

ul#lang li#jp a:hover     {
  background: url(/share/img/btn_jp_on.gif) no-repeat 0px 0px;
}
ul#lang li#en a:hover      {
  background: url(/share/img/btn_en_on.gif) no-repeat 0px 0px;
}
