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

