@charset "utf-8";

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

 file name  :japanese.css
 style info :日本語
  
=================================================================== */

/*----------------------------------------------------
	日本語css
----------------------------------------------------*/

#japanese_btn {
	text-indent:-9999px;
	float:right;
	display:block;
	height:31px;
	width:31px;
	background:url(../img/philosophy/btn_jp_on.gif) no-repeat;
}

#japanese_btn a {
	display:none;
}

#english_btn {
	margin-left:3px;
	text-indent:-9999px;
	float:right;
}

#english_btn a {
	display:block;
	height:31px;
	width:31px;
	background:url(../img/philosophy/btn_en.gif) no-repeat;
}

#english_btn a:hover {
	background:url(../img/philosophy/btn_en_on.gif) no-repeat;
}

.english {
	display:none;
}
