@charset "utf-8";

/* ===================================================================
CSS information

 file name  :english.css
 style info :英語
  
=================================================================== */

/*----------------------------------------------------
	英語用css
----------------------------------------------------*/

#japanese_btn {
	text-indent:-9999px;
	float:right;
}

#japanese_btn a {
	display:block;
	height:50px;
	width:50px;
	background:url(../img/share/btn_jp.gif) no-repeat;
}

#japanese_btn a:hover {
	background:url(../img/share/btn_jp_on.gif) no-repeat;
}

#english_btn {
	text-indent:-9999px;
	float:right;
	background:url(../img/share/btn_en_on.gif) no-repeat;
	display:block;
	height:50px;
	width:50px;
}

#english_btn a {
	display:none;
}

.japanese {
	display:none;
}

/*--------------------------
	#new_information用
--------------------------*/
/*
#information_box {
	background:url(../img/index/information_e.gif) 30px bottom no-repeat;
}*/