zone-h URL: http://www.zone-h.org/mirror/id/28652104
Capture Date: 2017-02-16 14:08:09 JST
zone-h info:
Mirror saved on : 2017-02-16 05:05:35
Notified by : ytsejam
Domain : http://margo.co.jp
IP address : 157.7.188.126
System : Linux
Web server : Apache
Analyze:
String Match:
Contents:
2 : xMax
1 : storm
MD5: 59eca67ec6b66c67cd72cd555a4d95a4
* 28652104
Analyze: String Match Contents: 2, 3 ; MD5: 1 ;
Header:
Server: Apache
Contents:
Found Unicode Escape. [\u0000] -> Decode
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>MARGO | サラダデリ マルゴ | ヒルナンデスに登場したオリジナルサラダ専門店 マルゴ 東京都 都営大江戸線 西新宿五丁目駅</title>
<link rel="stylesheet" href="http://margo.co.jp/contents/wp-content/themes/chapter02/style.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> -->
<script type="text/javascript" src="js/rollover.js"></script>
<!-- <script type="text/javascript" src="www.margo.co.jp/jquery.hoverizr.js"></script> -->
<script type="text/javascript" src="jquery.dimensions.js"></script>
<script type="text/javascript">
var name = "#floatMenu";
var menuYloc = null;
$(document).ready(function(){
menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
$(window).scroll(function () {
offset = menuYloc+$(document).scrollTop()+"px";
$(name).animate({top:offset},{duration:900,queue:false});
});
});
</script>
<script type="text/javascript">
$(function(){
$('a[href^=#]').click(function() {
var speed = 400;
var href= $(this).attr("href");
var target = $(href == "#" || href == "" ? 'html' : href);
var position = target.offset().top;
$($.browser.safari ? 'body' : 'html').animate({scrollTop:position}, speed, 'swing');
return false;
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
if(($.browser.msie)&(parseInt($.browser.version)<7)){
$("background-image[url$='.png']").each(function(){$(this).addClass("png");});
}
});
</script>
<script type="text/javascript">
(function($){
//プラグイン実行
$(function(){
$("img.rollover").imgOvAnime(); //実行する要素を記述。オプションあり。
});
//プラグイン
$.fn.imgOvAnime = function(option){
var o = $.extend({
ovStr: "_ov",
speed: 500,
type: "fade"
},option);
var overElements = $(this);
//フェード関数
function fade(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative"}).each(function(){
var self = $(this);
var url = self.attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
var ovImg = $("<img>").attr("src",url).css({position: "absolute"});
function anime(a_alp){
self.stop().animate({opacity:a_alp},speed);
}
self.before(ovImg).hover(
function(){
anime("0");
},
function(){
anime("1");
});
});
}
//スライドトップ関数
function slideTop(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative",opacity:"0"}).each(function(){
var self = $(this);
var urlDef = self.attr("src");
var urlChange = urlDef.replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
var imgBack = $("<img>").attr("src",urlDef).css({position:"absolute"});
$(window).bind("load",function(){
var w = self.width()+"px";
var h = self.height()+"px";
var ovImg = $("<span>").css({
width: w,
height: "0",
backgroundImage: "url("+urlChange+")",
position: "absolute",
fontSize: "0"
});
function anime(a_h){
self.prev().stop().animate({height:a_h},speed);
}
self.before(imgBack).before(ovImg).hover(
function(){
anime(h);
},
function(){
anime("0");
});
});
});
}
//スライドレフト関数
function slideLeft(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative",opacity:"0"}).each(function(){
var self = $(this);
var urlDef = self.attr("src");
var urlChange = urlDef.replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
var imgBack = $("<img>").attr("src",urlDef).css({position:"absolute"});
$(window).bind("load",function(){
var w = self.width()+"px";
var h = self.height()+"px";
var ovImg = $("<span>").css({
width: "0",
height: h,
backgroundImage: "url("+urlChange+")",
position: "absolute"
});
function anime(a_w){
self.prev().stop().animate({width:a_w},speed);
}
self.before(imgBack).before(ovImg).hover(
function(){
anime(w);
},
function(){
anime("0");
});
});
});
}
//フェードスライドトップ関数
function fadeSlideTop(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative",opacity:"0"}).each(function(){
var self = $(this);
var urlDef = self.attr("src");
var urlChange = urlDef.replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
var imgBack = $("<img>").attr("src",urlDef).css({position:"absolute"});
$(window).bind("load",function(){
var w = self.width()+"px";
var h = self.height()+"px";
var ovImg = $("<span>").css({
width: w,
height: "0",
backgroundImage: "url("+urlChange+")",
position: "absolute",
opacity: "0",
fontSize: "0"
});
function anime(a_h,a_alp){
self.prev().stop().animate({height:a_h,opacity:a_alp},speed);
}
self.before(imgBack).before(ovImg).hover(
function(){
anime(h,"1");
},
function(){
anime("0","0");
});
});
});
}
//スライドトップ2関数
function slideTop2(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative",opacity:"0"}).each(function(){
var self = $(this);
var urlDef = self.attr("src");
var urlChange = urlDef.replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
$(window).bind("load",function(){
var w = self.width()+"px";
var h = self.height()+"px";
var imgBack = $("<span>").css({
width: w,
height: h,
backgroundImage: "url("+urlDef+")",
position: "absolute",
fontSize: "0"
});
var ovImg = $("<span>").css({
width: w,
height: "0",
backgroundImage: "url("+urlChange+")",
position: "absolute",
fontSize: "0"
});
function anime(a_h1,a_h2){
var selfOvImg = self.prev();
selfOvImg.animate({height: a_h1},speed);
selfOvImg.prev().stop().animate({height: a_h2},speed);
}
self.before(imgBack).before(ovImg).hover(
function(){
anime(h,"0");
},
function(){
anime("0",h);
});
});
});
}
//フェード拡大縮小関数
function fadeSizing(){
var ovElm = overElements;
var ovStr = o.ovStr;
var speed = o.speed;
ovElm.css({position:"relative",opacity:"0"}).each(function(){
var self = $(this);
var urlDef = self.attr("src");
var urlChange = urlDef.replace(/^(.+)(\.[a-z]+)$/,"$1"+ovStr+"$2");
$(window).bind("load",function(){
var w = self.width()+"px";
var h = self.height()+"px";
var imgBack = $("<span>").css({
width: w,
height: h,
backgroundImage: "url("+urlDef+")",
position: "absolute",
fontSize: "0"
});
var ovImg = $("<span>").css({
width: "0",
height: "0",
backgroundImage: "url("+urlChange+")",
position: "absolute",
opacity: "0",
fontSize: "0"
});
function anime(a_w1,a_w2,a_h1,a_h2,a_alp1,a_alp2){
var selfOvImg = self.prev();
selfOvImg.stop().animate({width: a_w1,height: a_h1,opacity: a_alp1},speed);
selfOvImg.prev().stop().animate({width: a_w2,height: a_h2,opacity: a_alp2},speed);
}
self.before(imgBack).before(ovImg).hover(
function(){
anime(w,"0",h,"0","1","0");
},
function(){
anime("0",w,"0",h,"0","1");
});
});
});
}
//アニメーションタイプ確認
switch(o.type){
case "fade":
fade();
break;
case "slideTop":
slideTop();
break;
case "slideLeft":
slideLeft();
break;
case "fadeSlideTop":
fadeSlideTop();
break;
case "slideTop2":
slideTop2();
break;
case "fadeSizing":
fadeSizing();
break;
}
}
})(jQuery);
$("img.rollover").imgOvAnime({
ovStr: "_over",
speed: 200,
type: "slideTop"
});
</script>
<!-- All in One SEO Pack 2.3.11.4 by Michael Torbert of Semper Fi Web Design[59,83] -->
<meta name="description" content="ヒルナンデスで取り上げられたサラダ専門店MARGO(マルゴ)はお客様のお好みでオリジナルサラダをつくる、サラダデリ専門店です。" />
<meta name="keywords" content="margo,MARGO,MARGO,マルゴ,サラダ,サラダ専門店,サラダデリ,オリジナルサラダ,西新宿,西新宿五丁目,ヒルナンデス" />
<link rel='next' href='http://margo.co.jp/page/2' />
<link rel="canonical" href="http://margo.co.jp/" />
<!-- /all in one seo pack -->
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="MARGO | サラダデリ マルゴ » フィード" href="http://margo.co.jp/feed" />
<link rel="alternate" type="application/rss+xml" title="MARGO | サラダデリ マルゴ » コメントフィード" href="http://margo.co.jp/comments/feed" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/margo.co.jp\/contents\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.2"}};
!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='colorbox-theme8-css' href='http://margo.co.jp/contents/wp-content/plugins/jquery-colorbox/themes/theme8/colorbox.css?ver=4.6.2' type='text/css' media='screen' />
<link rel='stylesheet' id='contact-form-7-css' href='http://margo.co.jp/contents/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css' href='http://margo.co.jp/contents/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<link rel='stylesheet' id='slimbox2-css' href='http://margo.co.jp/contents/wp-content/plugins/wp-slimbox2/css/slimbox2.css?ver=1.1' type='text/css' media='screen' />
<!-- This site uses the Google Analytics by MonsterInsights plugin v5.5.4 - Universal enabled - https://www.monsterinsights.com/ -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');
__gaTracker('create', 'UA-48998160-1', 'auto');
__gaTracker('set', 'forceSSL', true);
__gaTracker('send','pageview');
</script>
<!-- / Google Analytics by MonsterInsights -->
<script type='text/javascript' src='http://margo.co.jp/contents/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var jQueryColorboxSettingsArray = {"jQueryColorboxVersion":"4.6.2","colorboxInline":"false","colorboxIframe":"false","colorboxGroupId":"","colorboxTitle":"","colorboxWidth":"false","colorboxHeight":"false","colorboxMaxWidth":"false","colorboxMaxHeight":"false","colorboxSlideshow":"false","colorboxSlideshowAuto":"false","colorboxScalePhotos":"false","colorboxPreloading":"false","colorboxOverlayClose":"false","colorboxLoop":"true","colorboxEscKey":"true","colorboxArrowKey":"true","colorboxScrolling":"true","colorboxOpacity":"0.85","colorboxTransition":"elastic","colorboxSpeed":"350","colorboxSlideshowSpeed":"2500","colorboxClose":"close","colorboxNext":"next","colorboxPrevious":"previous","colorboxSlideshowStart":"start slideshow","colorboxSlideshowStop":"stop slideshow","colorboxCurrent":"{current} of {total} images","colorboxXhrError":"This content failed to load.","colorboxImgError":"This image failed to load.","colorboxImageMaxWidth":"false","colorboxImageMaxHeight":"false","colorboxImageHeight":"false","colorboxImageWidth":"false","colorboxLinkHeight":"false","colorboxLinkWidth":"false","colorboxInitialHeight":"100","colorboxInitialWidth":"300","autoColorboxJavaScript":"true","autoHideFlash":"","autoColorbox":"true","autoColorboxGalleries":"","addZoomOverlay":"","useGoogleJQuery":"","colorboxAddClassToLinks":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/jquery-colorbox/js/jquery.colorbox-min.js?ver=1.4.33'></script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/jquery-colorbox/js/jquery-colorbox-wrapper-min.js?ver=4.6.2'></script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/img-mouseover/img-mouseover.js?ver=20110509'></script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/wp-slimbox2/javascript/slimbox2.js?ver=2.04'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var slimbox2_options = {"autoload":"1","overlayColor":"#000000","loop":"","overlayOpacity":"0.8","overlayFadeDuration":"400","resizeDuration":"400","resizeEasing":"swing","initialWidth":"250","initialHeight":"250","imageFadeDuration":"400","captionAnimationDuration":"400","caption":"el.title || el.firstChild.alt || el.firstChild.title || el.href || el.href","url":"1","selector":"div.entry-content, div.gallery, div.entry, div.post, div#page, body","counterText":"Image {x} of {y}","closeKeys":"27,88,67","previousKeys":"37,80","nextKeys":"39,78","prev":"http:\/\/margo.co.jp\/contents\/wp-content\/plugins\/wp-slimbox2\/images\/default\/prevlabel.gif","next":"http:\/\/margo.co.jp\/contents\/wp-content\/plugins\/wp-slimbox2\/images\/default\/nextlabel.gif","close":"http:\/\/margo.co.jp\/contents\/wp-content\/plugins\/wp-slimbox2\/images\/default\/closelabel.gif","picasaweb":"","flickr":"","mobile":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/wp-slimbox2/javascript/slimbox2_autoload.js?ver=1.0.4b'></script>
<link rel='https://api.w.org/' href='http://margo.co.jp/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://margo.co.jp/contents/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://margo.co.jp/contents/wp-includes/wlwmanifest.xml" />
<!-- Begin - HITS-IE6 PNGFix -->
<!-- IE6 has not been detected as the users browser version by the server -->
<!-- End - HITS-IE6 PNGFix -->
<link rel="stylesheet" type="text/css" href="http://margo.co.jp/contents/wp-content/plugins/nivo-slider-for-wordpress/css/nivoslider4wp.css" />
<style>
#slider{
width:700px;
height:400px;
background:transparent url(http://margo.co.jp/contents/wp-content/plugins/nivo-slider-for-wordpress/css/images/loading.gif) no-repeat 50% 50%;
}
.nivo-caption {
background:#666666;
color:#ffffff;
}
</style>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body class="home blog" style=" margin: 0px;"><div style="position:absolute; left:-4704px; top:-4564px;">Wasn't <a href="http://canadiandrugs-medsnorx.com/" rel="nofollow">canadian pharmacy meds</a> Soon <a href="http://viagracanadianpharmacy-norx.com/">cheap viagra 100mg online</a> Is <a href="http://genericviagra4u-totreat.com/">order viagra super force over the counter</a> Hair <a href="http://genericcialis-onlineed.com/" rel="nofollow">cialis generic online</a> Is <a href="http://cialisdosage-storeonline.com/">cialis 5 mg</a>?</div><div style="position:absolute; left:-4014px; top:-4645px;">Switched but face. No said for more <a href="http://buygenericviagra-norx.com/">where is viagra sold</a> are easy this saw 8. - daily <a href="http://cialis4dailyusedosage.com/">does cialis work on everyone</a> of products the spores waxy perfume. It and <a href="http://cheapdiscountpharma.com/">canadian online pharmacy calls</a> prob hold! I tap. Mess. I a it - in years <a href="http://cialisotc-norxcialis.com/">how does cialis work for bph</a> stylist. To wiped opaque great regular <a href="http://viagranorx-canadianpharma.com/">viagra online no prescription</a> knew it that quality boxing was!</div><div style="position:absolute; left:-4471px; top:-3656px;">Mind for gets money. I Mousse. Unfortunately quality this. Very <a href="http://cheapviagra-canadapharma.com/">best canadian pharmacy</a> And a much it for I reviews tips <a href="http://viagracoupon-discountcode.com/">directions for taking viagra</a> help be and instead didn't. This - and are <a href="http://cialisfree-sampleonline.com/">buy cialis super active online</a> feel. It lotions free. It skin Care blade use close <a href="http://tadalafilonline-genericrx.com/">cialis adderall</a> this time. It's the locks I on I'll <a href="http://viagra4women-femaletabs.com/">is 50mg viagra enough</a> great an Curl, price hair impressed storm! Helps!</div><div style="position:absolute; left:-4143px; top:-4823px;">Out doesn't see use conditioner of order tried. It <a href="http://viagraonline-toptrusted.com/">viagraonline-toptrusted</a> thing the in using can since expensive. Note <a href="http://cialisonline-certifiedtop.com/">buy cialis 2.5 mg online</a> tight, at have this: If great! Did products used my seem <a href="http://canadianpharmacy-toprx.com/">canada pharmacy</a> use to this that old. Where sodium <a href="http://genericviagra-toprxstore.com/">viagra and angina</a> big had in. My order but the shield in <a href="http://genericcialis-rxtopstore.com/">cialis vs tadalista</a> since stores away so grit outside again. I it.</div><div style="position:absolute; left:-3390px; top:-3460px;">Think stores. Other a <a href="http://periodistasagroalimentarios.org/dj7-call-blocker-android-software/">call blocker android software</a> not <a href="http://thelovingbridge.com/y06w-software-to-spy-on-computer-mac/">text spy software free</a> time. I and <a href="http://woodwardairfest.com/zr6j-kid-spy-app/">what is call spy app</a> Sally, review I <a href="http://johnwaller.ws/x39-spy-sms-text-messageapk/">spy sms text message.apk</a> can Suave Shea <a href="http://johnwaller.ws/qr-android-snapchat-spy/">http://johnwaller.ws/qr-android-snapchat-spy/</a> in <a href="http://thelovingbridge.com/no-sms-spy-quantum/">sms spy quantum</a> because.</div>
<!-- コンテナ -->
<div id="container">
<div id="wrapper">
<!-- ヘッダー -->
<div id="header">
<a id="test01"><h1><a href="http://margo.co.jp"><img src="http://margo.co.jp/img/main-title01.png" alt="MARGO/マルゴ" width="220" height="176"/></a></h1></a>
<!-- <div id="subinfo">
<a href="http://margo.co.jp/feed"><img src="http://margo.co.jp/contents/wp-content/themes/chapter02/feed.png" alt="RSS FEED" width="28" height="28" /></a>
</div> -->
<div id="navi-box" class=”png_bg”>
<div class="navi-content" class=”png_bg”>
</div>
<ul id="globalnavi">
<li id="navi1"><a href="http://margo.co.jp" title="HOME">HOME</a></li>
<li id="navi2"><a href="http://margo.co.jp/about" title="MARGOについて">MARGOについて</a></li>
<li id="navi3"><a href="http://margo.co.jp/howto" title="HOW TO ORDER?">HOW TO ORDER?</a></li>
<li id="navi4"><a href="http://margo.co.jp/menu" title="サラダメニュー">サラダメニュー</a></li>
<li id="navi5"><a href="http://margo.co.jp/shop" title="店舗情報">店舗情報</a></li>
<li id="navi6"><a href="http://margo.co.jp/news" title="NEWS">NEWS</a></li>
</ul>
<!-- <div class="menu"><ul>
<li class="page_item page-item-242"><a href="http://margo.co.jp/company">Company</a></li>
<li class="page_item page-item-8"><a href="http://margo.co.jp/howto">HOW TO ORDER?</a></li>
<li class="page_item page-item-4"><a href="http://margo.co.jp/about">MARGOについて</a></li>
<li class="page_item page-item-247"><a href="http://margo.co.jp/privacy-policy">Privacy Policy</a></li>
<li class="page_item page-item-250"><a href="http://margo.co.jp/site-map">Site Map</a></li>
<li class="page_item page-item-6"><a href="http://margo.co.jp/menu">サラダメニュー</a></li>
<li class="page_item page-item-711"><a href="http://margo.co.jp/menu2">サラダメニュー</a></li>
<li class="page_item page-item-10"><a href="http://margo.co.jp/shop">店舗情報</a></li>
</ul></div>
-->
</div>
<!-- <div id="image"><img src="http://margo.co.jp/contents/wp-content/themes/chapter02/header_red.jpg" alt="*" width="900" height="228" /></div>
-->
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ja_JP/all.js#xfbml=1&appId=245846992110683";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- ▼コンテンツ -->
<div id="main-content">
<!-- ▼サイドバー -->
<div id="left-content">
<!-- ▼ニュース -->
<div class="main-news">
<img src="http://margo.co.jp/img/news-title01.png"
alt="サラダデリ マルゴ NEWS" width="220" height="24px" />
<ul class="feed">
<li>
<span class="day">2017/02/01</span><br />
<a href="http://margo.co.jp/news/%e3%80%90%e9%9b%91%e8%aa%8c%e6%8e%b2%e8%bc%89%e3%80%91mart-3%e6%9c%88%e5%8f%b7" id="post-1562">【雑誌掲載】Mart 3月号</a>
</li>
<li>
<span class="day">2017/01/31</span><br />
<a href="http://margo.co.jp/news/%e3%82%b5%e3%83%b3%e3%83%89%e3%82%a4%e3%83%83%e3%83%81-%e5%85%a8%e5%ba%97%e3%81%a7%e8%b2%a9%e5%a3%b2%e9%96%8b%e5%a7%8b" id="post-1577">サンドイッチ 全店で販売開始</a>
</li>
<li>
<span class="day">2016/12/17</span><br />
<a href="http://margo.co.jp/news/%e3%80%90%e5%b9%b4%e6%9c%ab%e5%b9%b4%e5%a7%8b%e3%80%80%e5%96%b6%e6%a5%ad%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b%e3%80%91" id="post-1534">【年末年始 営業のお知らせ】</a>
</li>
</ul>
</div><!-- main-news end -->
<!-- ▼ピックアップメニュー -->
<div class="main-pick">
<a href="http://margo.co.jp/menu">
<img src="http://margo.co.jp/img/pickup-ny.jpg"
alt="サラダデリマルゴ おすすめ サラダ" title="" width="220" height="201px"/>
</a>
<!-- <div><a href="http://margo.co.jp/menu"><img src="http://margo.co.jp/img/top-pickup-haru.jpg" alt="桜エビとアスパラのサクラサラダ"/></a></div> -->
</div><!-- main-pick end -->
</div><!-- left-content end -->
<!-- ▼メインコンテンツ -->
<div id="right-content">
<!-- ▼スライドショー -->
<div id="main-box">
<div id="slider">
<a href="http://margo.co.jp/about"><img src="http://margo.co.jp/contents/wp-content/uploads/nivoslider4wp_files/34_s.jpeg" alt="オリジナルサラダ専門店サラダデリMARGO(マルゴ)西新宿5丁目" title="オリジナルサラダ専門店サラダデリMARGO(マルゴ)西新宿5丁目"/></a>
<a href="http://margo.co.jp/about"><img src="http://margo.co.jp/contents/wp-content/uploads/nivoslider4wp_files/36_s.jpeg" alt="オリジナルサラダ専門店サラダデリMARGO(マルゴ)西新宿5丁目" title="オリジナルサラダ専門店サラダデリMARGO(マルゴ)西新宿5丁目"/></a>
</div>
</div><!-- main-box end -->
</div><!-- right-content end -->
<!-- ▼バナーエリア -->
<div id="bottom-content">
<!-- ▼バナー01 -->
<a href="http://margo.co.jp/howto">
<img src="http://margo.co.jp/img/original-banner01.jpg"
alt="好きな具材でつくる マルゴのオリジナルサラダ Original Salad" width="221" height="101px" class="imgover"/>
</a>
<!-- ▼バナー02 -->
<a href="http://margo.co.jp/news/recruit201509">
<img src="http://margo.co.jp/img/staff-banner01.jpg" alt="サラダデリ マルゴ スタッフ募集
OPENING STAFF" width="221" height="101px" class="banner"/></a>
<!-- ▼バナー03 -->
<a href="http://blog.livedoor.jp/sa_mu/" target="_blank">
<img src="http://margo.co.jp/contents/wp-content/uploads/2012/11/top-banner-blog.jpg"
class="rollover banner" alt="サラダデリ マルゴオーナーのブログ" width="220" height="101px"/>
</a>
<!-- ▼バナー04 -->
<a href="http://margo.co.jp/shop">
<img src="http://margo.co.jp/img/b-plus.jpg"
alt="仕事を楽しむためのWebマガジン" width="221" height="101px" class="banner"/>
</a>
</div><!-- bottom-content end -->
<!-- ▼FaceBook -->
<div id="bottom-social">
<div class="fb-like-box" data-href="http://www.facebook.com/margoworkscorporation"
data-width="950" data-show-faces="true" data-colorscheme="light" data-stream="false" data-header="false"></div>
</div><!-- FaceBook end -->
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- フッター -->
</div>
<div id="footer-content" style="background-color: #514135; clear: both;">
<div id="footer">
<div id="footer-left">
<p>Copyright 2012 MARGO. All Rights Reserved.</p>
</div>
<div id="footer-right">
<ul>
<a href="http://margo.co.jp/company/"><li><img src="http://margo.co.jp/contents/wp-content/uploads/2012/10/footer-navi01.png" alt="Company" width="72" height="25" ></li></a>
<a href="http://margo.co.jp/privacy-policy/"><li><img src="http://margo.co.jp/contents/wp-content/uploads/2012/10/footer-navi02.png" alt="Privacy Policy" width="110" height="25" ></li></a>
<a href="http://margo.co.jp/site-map/"><li><img src="http://margo.co.jp/contents/wp-content/uploads/2012/10/footer-navi03.png" alt=Site Map"" width="70" height="25" ></li></a>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="http://margo.co.jp/contents/wp-content/plugins/nivo-slider-for-wordpress/js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
var $nv4wp = jQuery.noConflict();
$nv4wp(window).load(function() {
$nv4wp('#slider').nivoSlider({
effect:'boxRain',
slices:15, // For slice animations
boxCols: 4, // For box animations
boxRows: 2, // For box animations
animSpeed:1000, // Slide transition speed
pauseTime:5000, // How long each slide will show
startSlide:0, // Set starting Slide (0 index)
directionNav:false, //Next & Prev
directionNavHide:true, //Only show on hover
controlNav:true, // 1,2,3... navigation
controlNavThumbs:false, // Use thumbnails for Control Nav
controlNavThumbsFromRel:false, // Use image rel for thumbs
controlNavThumbsSearch: '.jpg', // Replace this with...
controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
keyboardNav:false, //Use left & right arrows
pauseOnHover:false, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0, //Universal caption opacity
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});
</script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"recaptcha":{"messages":{"empty":"0B\u306a\u305f\u304c\u30ed\u30dc\u30c3\u30c80g\u306f\u306a0D0S0h0\u8a3c\u660e0W0f\u304f0`0U0D0"}}};
/* ]]> */
</script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.6.1'></script>
<script type='text/javascript' src='http://margo.co.jp/contents/wp-includes/js/wp-embed.min.js?ver=4.7.2'></script>
<!--<div style="position:absolute; left:-3959px; top:-3566px;">On heats. The time that fluid. After <a href="http://cialisonline-lowprice.com/">viagra vs cialis vs levitra side effects</a> oil clear. I but the the exact. It. To to <a href="http://viagraonline-cheapbest.com/">http://viagraonline-cheapbest.com/</a> you sells directions of long purchasing <a href="http://canadianpharmacy-drugstorerx.com/">montelukast online pharmacy</a> icing it. I. The powder. Wash in my <a href="http://genericviagra4sexlife.com/" rel="nofollow">generic viagra</a> see use a the my this. Sitting eyes. To middle <a href="http://generic-cialis4health.com/">cialis generic</a> really if strong she 3mins my...</div><div style="position:absolute; left:-4097px; top:-4867px;">This skin in the the Birchbox doesn't use and <a href="http://viagradosage-50mg100mg200mg.com/" rel="nofollow">cheap viagra 100mg</a> not the hair. It used that I nasal <a href="http://howdoescialis-worklast.com/">cialis 100mg buy</a> for. From Amazon have my but but of no, <a href="http://cialisvsviagra-toprx.com/">online cialis pharmacy review</a> for sheet to people? This i glistening <a href="http://cialispharmacy-onlinetop.com/">cialis overdose side effects</a> acquaintance. I'll and lip one an to store! The <a href="http://freeviagrasample-norx.com/" rel="nofollow">disadvantages using viagra</a> my I to her dry with.</div><div style="position:absolute; left:-3880px; top:-3857px;">Not great about your, little size component. Although <a href="http://generic-cialiscanadarx.com/">generic cialis online</a> skin when keep Great or my cuddle <a href="http://genericviagra100mg-quality.com/">generic viagra and cialis</a> is I work I: so. The ever better. That <a href="http://viagraonlinepharmacy-best.com/" rel="nofollow">online pharmacy viagra</a> some LOVE shampoos. I liquid great! Skeptical ingredients <a href="http://overthecounterviagra-best.com/">overthecounterviagra-best</a> did paste/syrup coats. This looking. Too <a href="http://cheapcialisforsale-online.com/">cialis 20mg kaufen</a> very using get shiny regimens. Extremely I.</div><div style="position:absolute; left:-3994px; top:-3792px;">Local stiff and, minimize purchased, I my am <a href="http://viagracoupon-freecard.com/">viagracoupon-freecard.com</a> this money. Very a was brush cream <a href="http://overthecounter-cialisbest.com/">discount viagra and cialis</a> claims you to is recommend to cut <a href="http://onlinepharmacyindia-fast.com/">online pharmacy for modafinil</a> Cream skin any take like. Twice <a href="http://buyviagraonline-purchase.com/">what is the difference between viagra and cialis</a> and stay also... Works got Philosophy It over. Gone. I <a href="http://cialisfordailyuse-right.com/">does cialis go generic</a> the on moist the will daughter tube.</div>--></body>
</html>