@charset "shift_jis";

/*緑テキスト*/
.txt_green {
	color: #F60;
	font-weight: bold;
}
.txt_orange {
	color: #F60;
	font-weight: bold;
}

/*共通テーブル設定*/
TABLE.com_tbl {
	border: 1px solid #F90;
	background: #FAFFFB;
	line-height: 140%;
}
TABLE.com_tbl TD {
	vertical-align: top;
}

/*各ページTOP What's NEWテーブル設定*/
TABLE#new {
	border: 1px solid #E1E1E1;
	background: #F7F7F7;
}

/*日付テキスト青色*/
.txt_date {
	color: #0065B0;
	font-weight: bold;
}

/*メニューテキストの色*/
.txt_menu {
	color: #300;
	/*text-decoration: none;*/
	font-weight: bold;
}

/*各ページTOP　DATAテーブル設定*/
TD.td_tilte {
	color: #300;
	font-weight: bold;
}

/*フロアー案内*/
TD.floor {
	font-size: 10px;
	vertical-align: top;
	line-height: 120%;
}

.shop_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
.shop_title2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}

