@charset "utf-8";
/* ===================================================================
CSS information

 file name  :mail.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* #gNav 表示中ページ:お店案内
----------------------------------------------------------- */
#mail #gnav li#mail a{
	background: url(../images/gnav.jpg) -330px -85px;
}

/*ページタイトル*/
#mail h3#st_mail{
	width: 625px;
	height: 40px;
	margin: 0 0 20px;
	background: url(../images/mail/st_mail.jpg) left top no-repeat;
	text-indent:-9999px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


