@charset "utf-8";
/* ===================================================================
CSS information

 file name  :dish.css
 author     :Ability Consultant
 style info :料理ページ専用css　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	dish
		料理　共通
----------------------------------------------------------- */

/* #sub - ヘッダ画像指定
------------------------------------------------ */
#dish #wrapper #contents #contents_wrapper #sub h2#pagetitle_dish {
	width: 250px;
	height: 480px;
	margin: 0 0 20px 0;
	background: url(../dish/images/img_titleimage.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #wrapper #contents #contents_wrapper #sub h2#pagetitle_dish_syokuzai {
	width: 250px;
	height: 480px;
	margin: 0 0 20px 0;
	background: url(../dish/images/syokuzai/img_titleimage.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #wrapper #contents #contents_wrapper #sub h2#pagetitle_dish_chef {
	width: 250px;
	height: 480px;
	margin: 0 0 20px 0;
	background: url(../dish/images/chef/img_titleimage.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #wrapper #contents #contents_wrapper #sub h2#pagetitle_dish_option {
	width: 250px;
	height: 480px;
	margin: 0 0 20px 0;
	background: url(../dish/images/option/img_titleimage.jpg) no-repeat 0 0;
	text-indent: -9999px;
}




/* #menu_dish - 料理　メニュー
------------------------------------------------ */

/* ---- メニュー共通 -----*/
#dish #contents #contents_wrapper #main #menu_dish_con {
	width: 680px;
	height: 40px;
	margin: 0 0 20px 0;
	clear: both;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul {
	width: 680px;
	height: 40px;
	background: url(../dish/images/menu_dish.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li {
	height: 40px;
	float: left;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li a {
	height: 40px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish01 {
	width: 115px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish01 a:hover,
#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish01 a#active {
	background: url(../dish/images/menu_dish.gif) no-repeat 0 -40px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish02 {
	width: 200px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish02 a:hover,
#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish02 a#active {
	background: url(../dish/images/menu_dish.gif) no-repeat -115px -40px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish03 {
	width: 155px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish03 a:hover,
#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish03 a#active {
	background: url(../dish/images/menu_dish.gif) no-repeat -315px -40px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish04 {
	width: 210px;
}

#dish #contents #contents_wrapper #main #menu_dish_con ul li.menu_dish04 a:hover {
	background: url(../dish/images/menu_dish.gif) no-repeat -470px -40px;
}


/* -----------------------------------------------------------
	index.htm
		料理トップ
----------------------------------------------------------- */

/* 画像切り替え 指定
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.dish_image_con {
	width: 680px;
	height: 390px;
}

#dish #contents #contents_wrapper #main div.dish_button_con {
	width: 410px;
	margin: 20px 0 20px 20px;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div.dish_button_con div.img_list {
	width: 75x;
	height: 75px;
	margin: 0 0 0 5px;
	background: url(../dish/images/bg_dish_botton01.png) no-repeat 0 0;
	float: left;
}

#dish #contents #contents_wrapper #main div.dish_button_con div.img_list img {
	width: 55px;
	height: 55px;
	margin: 5px 0 0 5px;
	border: 5px #FFF solid;
}

#dish #contents #contents_wrapper #main div.dish_button_con div.img_list a:hover img,
#dish #contents #contents_wrapper #main div.dish_button_con div.img_list a.active img {
	width: 55px;
	height: 55px;
	border: 5px #000 solid;
	display: block;
}


/* メインコンテンツ背景指定
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.dish_main_con {
	width: 680px;
	background: url(../dish/images/bg_dish_winter.gif) no-repeat 0 0;
	overflow: hidden;
	min-height: 750px;
	position: relative;
}

/* ---- 見出し -----*/
#dish #contents #contents_wrapper #main div.dish_main_con h2#st_dish {
	width: 200px;
	height: 260px;
	background: url(../dish/images/st_dish_winter.gif) no-repeat 0 0;
	float: right;
	text-indent: -9999px;
}

/* ---- 画像表示用ボタンとテキストを含むdiv -----*/
#dish #contents #contents_wrapper #main div.dish_main_con div.dish_main_con_left01 {
	width: 410px;
	float: left;
}

/* ---- テキスト -----*/
#dish #contents #contents_wrapper #main div.dish_main_con div.dish_main_con_left01 div.dish_main_txt {
	width: 290px;
	margin: 0 0 0 25px;
	padding: 20px 0 0 40px;
	border-left: 1px #E4E4E4 solid;
	border-bottom: 1px #E4E4E4 solid;
}


/* ---- 料理イメージdiv -----*/
#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con {
	width: 680px;
	position: relative;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 250px;
	left: 0;
}

#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_left {
	width: 308px;
	float: left;
}

#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_right {
	width: 371px;
	float: right;
}

/* ---- 料理イメージ位置指定など -----*/
#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_left img.photo01 {
	margin: 130px 0 0 0;
}

#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_right img.photoL {
	margin: 130px 0 0 0;
	float: left;
}

#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_right img.photoR {
	float: right;
}

/* ---- 料理コメント -----*/
#dish #contents #contents_wrapper #main div.dish_main_con div.dish_photo_con div.dish_photo_right p {
	width: 300px;
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
	clear: both;
}



/* 料理 他ページへの案内
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.dish_list_con {
	width: 658px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	background-color: #F1F1F1;
	border: 1px #E4E4E4 solid;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div.dish_list_con div.dish_list {
	width: 198px;
	margin: 20px 0 20px 10px;
	background-color: #FFF;
	border: 1px #E4E4E4 solid;
	float: left;
}

/* ---- 見出し -----*/
#dish #contents #contents_wrapper #main div.dish_list_con div.dish_list h3#st_syokuzai {
	width: 160px;
	height: 150px;
	margin: 20px 0 20px 20px;
	background: url(../dish/images/bg_ingredient.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main div.dish_list_con div.dish_list h3#st_chef {
	width: 170px;
	height: 150px;
	margin: 20px 0 20px 20px;
	background: url(../dish/images/bg_chef.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main div.dish_list_con div.dish_list h3#st_option {
	width: 160px;
	height: 150px;
	margin: 20px 0 20px 20px;
	background: url(../dish/images/bg_option.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


#dish #contents #contents_wrapper #main div.dish_list_con div.dish_list p {
	margin: 0 10px 15px 20px;
}




/* -----------------------------------------------------------
	syokuzai/index.htm
		旬の食材
----------------------------------------------------------- */

/* 見出し
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.syokuzai_con {
	width: 680px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div.syokuzai_con h2#st_syokuzai {
	width: 680px;
	height: 50px;
	margin: 0 0 10px 0;
	background: url(../dish/images/syokuzai/st_syokuzai.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main div.syokuzai_con h3 {
	width: 190px;
	height: 200px;
	background: url(../dish/images/syokuzai/st_tokusen.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}

#dish #contents #contents_wrapper #main div.syokuzai_con p {
	width: 400px;
	float: left;
}

#dish #contents #contents_wrapper #main div.syokuzai_con p.syokuzai_txt_top {
	padding: 20px 0 0 0;
}


/* 共通
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.syokuzai_list_con {
	width: 658px;
	margin: 0 0 30px 0;
	padding: 30px 10px 0 10px;
	background: url(../dish/images/syokuzai/img_line.gif) no-repeat 0 0;
	border: 1px #E4E4E4 solid;
	overflow: hidden;
	clear: both;
}

#dish #contents #contents_wrapper #main div.syokuzai_left {
	width: 130px;
	text-align: center;
	float: left;
}

#dish #contents #contents_wrapper #main div.syokuzai_right {
	width: 499px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 20px;
	border-left: 1px #E4E4E4 solid;
	overflow: hidden;
	float: right;
}

#dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_txt {
	width: 220px;
	padding: 0 5px 0 0;
	float: left;
}

#dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_txt h4 {
	margin: 0 0 10px 0;
}

#dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_image {
	width: 230px;
	margin: 0 10px 15px 0;
	float: right;
}

#dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_image img {
	margin: 0;
}

/*  ---- hr - 水平線 ---- */
#dish .line_syokuzai {
	background: url(../images/icon_line01.gif) repeat-x;
	height: 1px;
	margin: 0 0 20px 0;
	clear: both;
}


/* 山の幸
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.syokuzai_left h3#st_mountain {
	width: 85px;
	height: 320px;
	margin: 10px auto 0 auto;
	background: url(../dish/images/syokuzai/st_syokuzai_mountain.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* 海の幸
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.syokuzai_left h3#st_sea {
	width: 85px;
	height: 330px;
	margin: 10px auto 0 auto;
	background: url(../dish/images/syokuzai/st_syokuzai_sea.gif) no-repeat 0 0;
	text-indent: -9999px;
}



/* -----------------------------------------------------------
	chef/index.htm
		伝統の味を守り続けて
----------------------------------------------------------- */

/* 料理長紹介
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.chef_con {
	width: 680px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

/*  ---- 見出し ---- */
#dish #contents #contents_wrapper #main div.chef_con h2#st_chef {
	width: 680px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(../dish/images/chef/st_chef.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/*  ---- ボックス ---- */
#dish #contents #contents_wrapper #main div.chef_con div.chef_left {
	width: 410px;
	float: left;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_right {
	width: 269px;
	float: right;
}

/*  ---- 画像・テキスト位置指定 ---- */
#dish #contents #contents_wrapper #main div.chef_con div.chef_left .chef_imgleftL {
	float: left;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_left .chef_imgleftR {
	margin: 180px 0 0 0;
	float: right;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_left .chef_txtL {
	width: 300px;
	margin: 0 0 0 20px;
	padding: 20px 0 20px 20px;
	background: url(../dish/images/chef/img_txtbottom.gif) no-repeat left bottom;
	clear: both;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_right p.chef_info {
	width: 220px;
	height: 342px;
	margin: 0 0 0 49px;
	background: url(../dish/images/chef/img_chef-info.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_right .chef_imgrightL {
	float: left;
}

#dish #contents #contents_wrapper #main div.chef_con div.chef_right .chef_imgrightR {
	float: right;
}



/* 料理長コメント
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.commnet_con {
	width: 680px;
	margin: 0 0 30px 0;
	padding: 100px 0 0 0;
	background: url(../dish/images/chef/bg_comment.gif) no-repeat 0 0;
	overflow: hidden;
}

/*  ---- 共通 ---- */
#dish #contents #contents_wrapper #main div.commnet_con div.commnet_list {
	width: 618px;
	margin: 0 auto 20px auto;
	padding: 5px 0;
	background: url(../dish/images/chef/img_line.gif) no-repeat 0 0;
	background-color: #FFF;
	border: 1px #E4E4E4 solid;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div.comment_left {
	width: 115px;
	text-align: center;
	float: left;
}

#dish #contents #contents_wrapper #main div.comment_right {
	width: 470px;
	margin: 20px 0 15px 0;
	padding: 10px 10px 0 20px;
	border-left: 1px #E4E4E4 solid;
	overflow: hidden;
	float: right;
}

#dish #contents #contents_wrapper #main div.comment_right div.comment_txt {
	width: 250px;
	padding: 0 5px 0 0;
	float: left;
}

#dish #contents #contents_wrapper #main div.comment_right div.comment_image {
	width: 170px;
	margin: 0 10px 15px 0;
	float: right;
	line-height: 1.1;
}

#dish #contents #contents_wrapper #main div.comment_right div.comment_image img {
	margin: 0 0 5px 0;
	padding: 0;
}

#dish #contents #contents_wrapper #main div.commnet_con div.commnet_list .comment_ex {
	font-size: 85%;
}


/*  ---- 各見出し指定 ---- */
#dish #contents #contents_wrapper #main div.comment_left h3 {
	width: 70px;
	margin: 0 auto;
	text-indent: -9999px;	
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_basis {
	height: 200px;
	background: url(../dish/images/chef/st_basis.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_syokuzai {
	height: 215px;
	background: url(../dish/images/chef/st_syokuzai.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_stocking {
	height: 210px;
	background: url(../dish/images/chef/st_stocking.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_for-guest {
	height: 270px;
	background: url(../dish/images/chef/st_for-guest.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_home-dish {
	height: 200px;
	background: url(../dish/images/chef/st_home-dish.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div.comment_left h3#st_promotion {
	height: 195px;
	background: url(../dish/images/chef/st_promotion.gif) no-repeat 0 0;
}




/* -----------------------------------------------------------
	option/index.htm
		別注料理・地酒
----------------------------------------------------------- */

/* 見出し
------------------------------------------------ */
#dish #contents #contents_wrapper #main div.option_con {
	width: 680px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div.option_con h2#st_option {
	width: 680px;
	height: 50px;
	margin: 0 0 10px 0;
	background: url(../dish/images/option/st_option.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#dish #contents #contents_wrapper #main div.option_con h3 {
	width: 175px;
	height: 205px;
	background: url(../dish/images/option/st_noto.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}

#dish #contents #contents_wrapper #main div.option_con p {
	width: 400px;
	float: left;
}

#dish #contents #contents_wrapper #main div.option_con p.txt_top {
	margin: 20px 0 0 0;
}


/* タブ
------------------------------------------------ */
#dish #contents #contents_wrapper #main div#tb_option {
	width: 680px;
	height: 40px;
}

/*  ---- メニュー ---- */
#dish #contents #contents_wrapper #main div#tb_option ul {
	width: 450px;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#dish #contents #contents_wrapper #main div#tb_option ul li {
	height: 40px;
	text-indent: -9999px;
	float: left;
}

#dish #contents #contents_wrapper #main div#tb_option ul li a {
	height: 40px;
}

#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option01 a.active,
#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option01 a:hover {
	width: 135px;
	background: url(../dish/images/option/menu_option.gif) no-repeat 0 0;
}

#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option01 {
	width: 135px;
	background: url(../dish/images/option/menu_option.gif) no-repeat 0 -40px;
}


#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option02 a:hover,
#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option02 a.active {
	width: 190px;
	background: url(../dish/images/option/menu_option.gif) no-repeat -135px 0;
}

#dish #contents #contents_wrapper #main div#tb_option ul li.menu_option02{
	width: 190px;
	background: url(../dish/images/option/menu_option.gif) no-repeat -135px -40px;
}


/*  ----コンテンツ：別注料理共通 ---- */
#dish div#option_list {
	width: 680px;
	margin: 0 0 30px 0;
	background: url(../dish/images/option/bg_option.gif) no-repeat 0 0;
	overflow: hidden;
}

#dish div#option_list div.option_menu_con {
	width: 620px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	overflow: hidden;
	clear: both;
}

#dish div#option_list div.option_menu_con div.option_list_left {
	width: 243px;
	padding: 25px 30px 10px 30px;
	background-color: #FFF;
	border: 1px #E4E4E4 solid;
	float: left;
}

#dish div#option_list div.option_menu_con div.option_list_right {
	width: 243px;
	padding: 25px 30px 10px 30px;
	background-color: #FFF;
	border: 1px #E4E4E4 solid;
	float: right;
}

#dish div#option_list div.option_menu_con p.option_txt {
	margin: 10px 0 0 0;
	clear: both;
}

#dish div#option_list div.option_menu_con p.price {
	font-weight: bold;
	text-align: right;
}

/*  ----見出し：別注料理 ---- */
#dish div#option_list div.option_menu_con div.option_list_left h3,
#dish div#option_list div.option_menu_con div.option_list_right h3 {
	width: 30px;
	height: 200px;
	text-indent: -9999px;
	float: right;
}

/* 蛸の洗い */
#dish div#option_list div.option_menu_con h3#st_option01 {
	background: url(../dish/images/option/st_option01.gif) no-repeat 0 0;
}

/* 赤西貝 */
#dish div#option_list div.option_menu_con h3#st_option02 {
	background: url(../dish/images/option/st_option02.gif) no-repeat 0 0;
}

/* 鮑千枚造り */
#dish div#option_list div.option_menu_con h3#st_option03 {
	background: url(../dish/images/option/st_option03.gif) no-repeat 0 0;
}

/* 焼き蛤 */
#dish div#option_list div.option_menu_con h3#st_option04 {
	background: url(../dish/images/option/st_option04.gif) no-repeat 0 0;
}

/* 土瓶蒸し */
#dish div#option_list div.option_menu_con h3#st_option05 {
	background: url(../dish/images/option/st_option05.gif) no-repeat 0 0;
}

/* 蟹刺し */
#dish div#option_list div.option_menu_con h3#st_option06 {
	background: url(../dish/images/option/st_option06.gif) no-repeat 0 0;
}

/* 焼き蟹 */
#dish div#option_list div.option_menu_con h3#st_option07 {
	background: url(../dish/images/option/st_option07.gif) no-repeat 0 0;
}

/* ぶりしゃぶ */
#dish div#option_list div.option_menu_con h3#st_option08 {
	background: url(../dish/images/option/st_option08.gif) no-repeat 0 0;
}

/* 和牛ステーキ */
#dish div#option_list div.option_menu_con h3#st_option09 {
	background: url(../dish/images/option/st_option09.gif) no-repeat 0 0;
}


/*  ----コンテンツ：おすすめのお飲み物共通 ---- */
#dish div#drink_list {
	width: 680px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	background: url(../dish/images/option/bg_option.gif) no-repeat 0 0;
	overflow: hidden;
}

#dish div#drink_list div.drink_menu_con {
	width: 620px;
	margin: 10px auto 0 auto;
	padding: 20px 0 15px 0;
	background-color: #FFF;
	border: 1px #E4E4E4 solid;
	overflow: hidden;
	clear: both;
}

#dish div#drink_list div.drink_menu_con div.drink_txt {
	width: 400px;
	float: left;
	overflow: hidden;
}

#dish div#drink_list div.drink_menu_con div.drink_txt p {
	width: 280px;
	margin: 10px 10px 0 0;
	padding: 10px 0 0 0;
	border-top: 1px #928A9C solid;
	float: right;
}

#dish div#drink_list div.drink_menu_con div.drink_txt p.price {
	font-weight: bold;
	border: none;
	text-align: right;
}

#dish div#drink_list div.drink_menu_con div.drink_txt p.drink_ex {
	font-size: 85%;
	border: none;
	text-align: right;
}

#dish div#drink_list div.drink_menu_con div.drink_image {
	width: 180px;
	margin: 0 20px 0 0;
	float: right;
}


/*  ---- 見出し：おすすめのお飲み物 ---- */

/*  ---- 見出し：種類タイトル ---- */
#dish div#drink_list h3 {
	width: 618px;
	height: 45px;
	margin: 20px auto 10px auto;
	text-indent: -9999px;
	clear: both;
}

#dish div#drink_list h3#st_sake {
	background: url(../dish/images/option/st_sake.gif) no-repeat 0 0;
}

#dish div#drink_list h3#st_shochu {
	background: url(../dish/images/option/st_shochu.gif) no-repeat 0 0;
}

#dish div#drink_list h3#st_wine {
	background: url(../dish/images/option/st_wine.gif) no-repeat 0 0;
}

#dish div#drink_list h3#st_cocktail {
	background: url(../dish/images/option/st_cocktail.gif) no-repeat 0 0;
}



/*  ---- 見出し：各飲み物タイトル ---- */
#dish div#drink_list div.drink_menu_con div.drink_txt h4 {
	width: 41px;
	margin: 10px 0 0 30px;
	text-indent: -9999px;
	float: left;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_sake01 {
	height: 130px;
	background: url(../dish/images/option/st_sake01.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_sake02 {
	height: 90px;
	background: url(../dish/images/option/st_sake02.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_sake03 {
	height: 140px;
	background: url(../dish/images/option/st_sake03.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_sake04 {
	height: 135px;
	background: url(../dish/images/option/st_sake04.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_shochu01 {
	height: 85px;
	background: url(../dish/images/option/st_shochu01.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_shochu02 {
	height: 125px;
	background: url(../dish/images/option/st_shochu02.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_wine01 {
	height: 170px;
	background: url(../dish/images/option/st_wine01.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_cocktail01 {
	height: 200px;
	background: url(../dish/images/option/st_cocktail01.gif) no-repeat 0 0;
}

#dish div#drink_list div.drink_menu_con div.drink_txt h4#st_cocktail02 {
	height: 120px;
	background: url(../dish/images/option/st_cocktail02.gif) no-repeat 0 0;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/

/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* ---- pngfix指定 -----*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}


/* #menu_dish - 料理　メニュー
------------------------------------------------ */

/* ---- メニュー共通 -----*/
* html #dish #contents #contents_wrapper #main #menu_dish_con {
	margin: 0 0 5px 0;
}


/* -----------------------------------------------------------
	index.htm 料理トップ
----------------------------------------------------------- */

/* メインコンテンツ高さ指定
------------------------------------------------ */
* html #dish #contents #contents_wrapper #main div.dish_main_con {
	height: 750px;
}

/* 料理 他ページへの案内
------------------------------------------------ */
* html #dish #contents #contents_wrapper #main div.dish_list_con {
	padding: 0 0 20px 20px;
}


/* -----------------------------------------------------------
	syokuzai/index.htm 旬の食材
----------------------------------------------------------- */

/* 共通 
------------------------------------------------ */

/* ボックス高さ指定 */
* html #dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_image {
	margin: 0 10px 0 0;
}

/* 右写真位置指定 */
* html #dish #contents #contents_wrapper #main div.syokuzai_right div.syokuzai_image img {
	margin: 0 0 5px 0;
}



/* -----------------------------------------------------------
	chef/index.htm 伝統の味を守り続けて
----------------------------------------------------------- */

/* 料理長コメント
------------------------------------------------ */
* html #dish #contents #contents_wrapper #main div.comment_right div.comment_image img {
	margin: 0 0 10px 0;
}



/* -----------------------------------------------------------
	option/index.htm 別注料理・地酒
----------------------------------------------------------- */

/*  ----コンテンツ：おすすめのお飲み物共通 ---- */
* html #dish div#drink_list div.drink_menu_con div.drink_image {
	margin: 0 15px 0 0;
}

* html #dish div#drink_list div.drink_menu_con div.drink_txt h4 {
	margin: 10px 0 0 15px;
}
