@charset "utf-8";
/* ===================================================================
CSS information

 file name  :english.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* ページタイトル背景
----------------------------------------------------------- */
#english #wrp_pagetitle {
	background: url(../en/images/title.jpg) top center no-repeat;
}

#english h3 {
	margin: 0 0 18px 0;
	width: 113px;
	height: 30px;
	background: url(../en/images/tit_english.gif) top left no-repeat;
	text-indent: -9999px;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

