/* お知らせ
____________________________________________________________*/
function includeInfo(){

document.write("<style type=\"text/css\">");

document.write("<!--");
document.write("#info_box{");
	document.write("margin:10px 0;");
	document.write("padding:15px;");
	document.write("border:solid 2px #F00;");
	document.write("background: #FFF;");
	document.write("text-align:center;");
	document.write("font-size:12px;");
	document.write("line-height:1.5;");
	document.write("color: #333;");
document.write("}");
document.write("#info_box strong.title{");
	document.write("display:block;");
	document.write("font-size:18px;");
	document.write("color: #F00;");
document.write("}");
document.write("#info_box em{");
	document.write("display:block;");
	document.write("font-weight: bold;");
	document.write("font-style: normal;");
	document.write("font-size:16px;");
	document.write("color: #F00;");
document.write("}");
document.write("#info_box p{");
	document.write("margin: 10px 0 0 0;");
document.write("}");
document.write("#info_box .field {");
	document.write("padding: 6px;");
	document.write("text-align: center;");
	document.write("background:#F5ECEC;");
	document.write("font-weight: bold;");
document.write("}");
document.write("-->");
document.write("</style>");

document.write("<div id=\"info_box\">");
	document.write("<em>臨時休業のお知らせ</em>");
	document.write("全店舗共にお休みさせていただきます。ご迷惑をお掛けしますが、何卒よろしくお願いいたします。");
	document.write("<div class=\"field\">");
	document.write("2012年1月19日(木)、2月2日(木)、3月1日(木)、4月5日(木)、5月10日(木)、6月7日(木)");
	document.write("</div>");
document.write("</div>");
}






/* 別ウインドウ
____________________________________________________________*/
function OpenWin(url,w,h) {
	var openWin= window.open(url,'NewWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+w+',height='+h+'');
	openWin.focus();
}


/* ロールオーバー（プリロード）
____________________________________________________________*/
function MS_swapImgRestore() { //v3.0
  var i,x,a=document.MS_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MS_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MS_p) d.MS_p=new Array();
    var i,j=d.MS_p.length,a=MS_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MS_p[j]=new Image; d.MS_p[j++].src=a[i];}}
}

function MS_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MS_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MS_swapImage() { //v3.0
  var i,j=0,x,a=MS_swapImage.arguments; document.MS_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MS_findObj(a[i]))!=null){document.MS_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

