function blog(){
document.write('<div style="font-size:12px;">');
document.write('<img src="/kaigaratei/images/blog.gif" alt="BLOG"><br>');
document.write('<div style="font-size:10px; margin-left:5px; font-weight:normal; line-height:150%;">貝殻亭を支えるメンバー達の日々の話</div>');
document.write('<div style="font-size:12px; color:#666666; margin-left:10px; font-weight:normal; line-height:150%;">');
document.write('<a href="/kaigaratei/blog/data/" target="_blank">貝殻亭物語</a></div>');
document.write('<div style="font-size:10px; margin-left:5px; font-weight:normal; line-height:150%;">アットホームウェディングまでの道のり</div>');
document.write('<div style="font-size:12px; color:#666666; margin-left:10px; font-weight:normal; line-height:150%;">');
document.write('<a href="/kaigaratei-wedding/blog/data/" target="_blank">貝殻亭Weddingブログ</a>');
document.write('</div></div>');
document.write('<div style="clear:both; margin-top:10px; margin-bottom:10px;"><img src="/images/line.gif" width="160" height="1"></div>');

}

function ticket(){
document.write('<div style="font-size:12px;">');
document.write('<img src="/kaigaratei/images/ticket.gif" alt="ticket"><br>');
document.write('<div style="font-size:10px; margin-left:5px; font-weight:normal; line-height:150%;">');
document.write('<a href="/ticket/k-ticket.html" target="_blank">クーポン券ダウンロード</a><br>');
document.write('</div></div>');
document.write('<div style="clear:both; margin-top:10px; margin-bottom:10px;"><img src="/images/line.gif" width="160" height="1"></div>');
}

function dish(){
document.write('<div style="font-size:12px;">');
document.write('<img src="/kaigaratei/images/dish.gif" alt="private_concert"><br>');
document.write('<div style="float:left;	margin-left:5px;">');
document.write('<img src="/kaigaratei/images/dish_img.jpg" alt="dish_img">');
document.write('</div>');
document.write('<div style="float:left;	margin-left:5px; font-size:12px; width:85px;">');
document.write('昼夜共にコースのみのご用意となります<br>');
document.write('千産千消を目指し、旬の食材を生かしたお料理をお楽しみ下さい。<br>');
document.write('・ランチ<br>');
document.write('・ディナー');
document.write('</div></div>');
document.write('<div style="clear:both;	margin-top:10px; margin-bottom:10px;"><img src="/images/line.gif" width="160" height="1"></div>');
}

//////////////////////////////////////
/****表示用総合案内Bar▽▽****/
function commonBar(i){
document.write('<div style="width:150px;">');
//▽ gpi/js/menu.js
GroupJigyou(2,7);
Jigyou_KRB1();
document.write('<div style="text-align:center; margin-top:10px;">');
if(i==1){
	calendar2();
}else{
	calendar();
}
document.write('</div>');
document.write('<div style="clear:both;	margin-top:10px; margin-bottom:10px;"><img src="/images/line.gif" width="160" height="1"></div>');
blog();
ticket();
dish();
Jigyou_KRB2();
document.write('</div>');
}
/****表示用総合案内Bar△△****/

