@import url("common.css");
@charset "utf-8";

.switch{
	width:46px;
	position:relative;

}
#ja{
	float:left;
	background:url(../img/switch_ja.gif) bottom center no-repeat;
	width:46px;
	height:18px;
	margin-bottom:32px;
}

#en{
	float:right;
	width:46px;
	margin-bottom:32px;
}

#en a{
	width:46px;
	height:18px;
	display:block;
	background:url(../img/switch_en.gif) top center no-repeat;
}

#en a:hover{
	background-position:bottom;
}