@charset "utf-8";

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

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

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

#english_btn {
	text-indent:-9999px;
	display:block;
	height:36px;
	width:53px;
	background:url(../img/header/lang_en_on.gif) no-repeat;
}

#english_btn a {
	display:none;
}

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

#japanese_btn a {
	display:block;
	height:36px;
	width:53px;
	background:url(../img/header/lang_jp.gif) no-repeat;
}

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

.japanese {
	display:none;
}

.english {
	text-align:justify;
	text-justify:auto !important;
}

p {
	text-align:justify;
	text-justify:auto !important;
}

/*-----footer_navi------*/

#footer_navi #btn_term a {
	width:89px;
	background:url(../img/footer/btn_term_en.gif) no-repeat;
}

#footer_navi #btn_poricy a {
	width:105px;
	background:url(../img/footer/btn_poricy_en.gif) no-repeat;
}

#footer_navi #btn_low a {
	width:171px;
	background:url(../img/footer/btn_low_en.gif) no-repeat;
}

#footer_navi #btn_company a {
	width:78px;
	background:url(../img/footer/btn_company_en.gif) no-repeat;
}

#footer_navi #btn_contact a {
	width:61px;
	background:url(../img/footer/btn_contact_en.gif) no-repeat;
}

#footer_navi #btn_term a:hover {background:url(../img/footer/btn_term_en_on.gif) no-repeat;}
#footer_navi #btn_poricy a:hover {background:url(../img/footer/btn_poricy_en_on.gif) no-repeat;}
#footer_navi #btn_low a:hover {background:url(../img/footer/btn_low_en_on.gif) no-repeat;}
#footer_navi #btn_company a:hover {background:url(../img/footer/btn_company_en_on.gif) no-repeat;}
#footer_navi #btn_contact a:hover {background:url(../img/footer/btn_contact_en_on.gif) no-repeat;}