//KCSの全Webページ統一の上部バーメニュー

tag="<TABLE border=1 cellpadding=5 cellspacing=0 width=540 bordercolorlight='#3399FF' bordercolordark='#FFFFFF'>";
tag+="<TR><TD width='50%' valign=top>";
tag+="<TABLE border=0 cellpadding=2 cellspacing=0>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/p.gif' width=24 height=24></TD>";
tag+="<TD class=size3>お店の前、又は特約の駐車場がある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/wc.gif' width=24 height=24></TD>";
tag+="<TD class=size3>トイレのある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/syuwa_s.gif' width=24 height=24></TD>";
tag+="<TD class=size3>手話スタッフのいる店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/kids.gif' width=24 height=24></TD>";
tag+="<TD class=size3>キッズコーナーのある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/kyoshitsu.gif' width=24 height=24></TD>";
tag+="<TD class=size3>電話教室のある店舗</TD></TR>";
tag+="</TABLE></TD>";
tag+="<TD width='50%' valign=top>";
tag+="<TABLE border=0 cellpadding=2 cellspacing=0>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/h_p.gif' width=24 height=24></TD>";
tag+="<TD class=size3>障害者用駐車スペースのある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/h_s.gif' width=24 height=24></TD>";
tag+="<TD class=size3>入り口にスロープのある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/h_wc.gif' width=24 height=24></TD>";
tag+="<TD class=size3>車椅子の入れるトイレのある店舗</TD></TR>";
tag+="<TR><TD width=24>";
tag+="<IMG src='/images/icon/syuwa_t.gif' width=24 height=24></TD>";
tag+="<TD class=size3>手話サポートテレビのある店舗</TD></TR>";
tag+="</TABLE>";
tag+="</TD></TR></TABLE>";

document.write(tag);
