/* Google カスタム検索 */
  google.load('search', '1', {language : 'ja'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '005176957574197850321:xvscbrcfkz8');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.google.com/cse?cx=005176957574197850321:xvscbrcfkz8");
    customSearchControl.draw('cse-search-form', options);
  }, true);

