// JavaScript Document

var flashVars = {}
var parms = {
	wmode :"transparent",
	allowScriptAccess: "always"
}
swfobject.embedSWF(path + "common/swf/banner_head.swf", "bannerArea", "728", "90", "9","",flashVars,parms);
swfobject.embedSWF(path + "common/swf/menu.swf", "menuArea", "960", "121", "9","",flashVars,parms);

var html = '<div id="headerArea">';
html += '<div class="clearfix">';
html += '<div class="fl"><div id="bannerArea"></div></div>';
html += '<div class="fr siteSarch">';
html += '<form action="http://www.google.co.jp/cse" id="cse-search-box" target="_blank">';
html += '<input type="hidden" name="cx" value="partner-pub-7309862785495406:mcx7os-fn5r" /><input type="hidden" name="ie" value="Shift_JIS" />';
html += '<table cellpadding="0" cellspacing="">';
html += '<tr>';
html += '<td colspan="2"><img src="' + path + 'common/img/tis_seach.gif" width="104" height="16" alt="サイト内けんさく" /></td>';
html += '</tr>';
html += '<tr>';
html += '<td class="pr5"><input type="text" name="q" style="width:145px;"/></td>';
html += '<td><a href="javascript:sendSearch();"><img src="' + path + 'common/img/bt_seach.gif" width="63" height="20" alt="けんさく" name="sa" /></a></td>';
html += '</tr>';
html += '</table>';
html += '</form>';
html += '</div>';
html += '</div>';
html += '<div id="menuArea"><p><img src="' + path + 'common/img/main_menu.jpg" width="960" height="121" alt="" /></p></div>';
html += '</div>';

document.write(html);
