@charset "utf-8";

/*************************************************************
幅740px　飲食店CMS用CSS
*************************************************************/
@import url("../edit.css");
@import url("../w740/form.css");

@import url("../b2btoc/navi.css");

/*********************** TOP **********************/
@import url("../w740_restaurant/information.css");
@import url("../w740_restaurant/facility_info.css");
@import url("../w740_restaurant/recommend_menu.css");
@import url("../w740/pick_up.css");
@import url("../w740/access_top.css");

/*********************** メニュー **********************/
@import url("../w740_restaurant/menu.css");
@import url("../w740_restaurant/menu_contents.css");
@import url("../w740_restaurant/menu_contents_small.css");

/*********************** おすすめ **********************/
@import url("../w740/photo_list.css");
@import url("../w740/photo_list_type2.css");
@import url("../w740/item_list.css");

/*********************** 施設情報 **********************/
@import url("../w740/facility.css");

/*********************** よくある質問 **********************/
@import url("../w740/q_and_a.css");


/*************************************************************
全国ホテルCMS　link pagetop
*************************************************************/
.link_page_top {
	clear:both;
	text-indent:-9987px;
}
.link_page_top a {
	display:block;
	width:84px;
	height:18px;
	background:url(../../image/b2btoc/yado/infomation/page_top.jpg) no-repeat;
	position:relative;
	top:10px;
	left:620px;
}
.link_page_top a:hover {
	width:84px;
	height:18px;
	background:url(../../image/b2btoc/yado/infomation/page_top_f2.jpg) no-repeat;
}

