  google.load('search', '1', {language : 'ja', style : google.loader.themes.MINIMALIST});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '012615791022604242594:xzru6kpxidc');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://kinki-home.com/searchresult/");
    customSearchControl.draw('cse-search-form', options);
  }, true);
