/*gnav---------------------------------------*/
$(function(){
$('#gnav a').hover(
function(){
$(this).stop().fadeTo(400,0);
},
function(){
$(this).stop().fadeTo(400,1);
}
);
});

/*web_site---------------------------------------*/

/*illsut---------------------------------------*/
$(function() {  
  $('#gallery a').lightBox();  
});  
$(function() {
	$('#web_site section a').opOver(1.0,0.8,0,0);
	$('#gallery li a').opOver(1.0,0.8,0,0);
	$('#tw_ico a').opOver(1.0,0.8,0,0);
	$('#tw_ttl a').opOver(1.0,0.8,0,0);
});


