  google.load('search', '1', {language : 'ja'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '012751322669221426655:flfiwybfl7w');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.jicpa-saitama.jp/search/index.html");
    customSearchControl.draw('cse-search-form', options);
  }, true);
