// googleカスタム検索

  google.load('search', '1', {language : 'ja'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('009767249926607586323:zg_t-jxmtv4');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw('cse');
  }, true);
  
  
// rollover

$(function(){
$('#gnavi li img').hover(
function() {
$(this).stop().animate({"opacity":0});
},
function() {
$(this).stop().animate({"opacity":1});
}
);
});


$(function(){
$('#gnavi_s li img').hover(
function() {
$(this).stop().animate({"opacity":0});
},
function() {
$(this).stop().animate({"opacity":1});
}
);
});


$(function(){
$('#main_right_menu li img').hover(
function() {
$(this).stop().animate({"opacity":0});
},
function() {
$(this).stop().animate({"opacity":1});
}
);
});


$(function(){
$('#link_btn li img').hover(
function() {
$(this).stop().animate({"opacity":0});
},
function() {
$(this).stop().animate({"opacity":1});
}
);
});
