$(function () {
});
$(document).ready(function() {
//	$("img.imgov").mouseover(
//		function() { $(this).stop().css({opacity:0.6}).animate({opacity:1},500); }
//	);
	$("#hnavi li a img, #gnavi li a img, .imghide").hover(
		function() { $(this).stop(); $(this).animate({ opacity:0 }, 100); },
		function() { $(this).stop(); $(this).animate({ opacity:1 }, 300);}
	);
	$(".imgover").hover(
		function() { $(this).stop(); $(this).animate({ opacity:0.5 }, 50); },
		function() { $(this).stop(); $(this).animate({ opacity:1 }, 350);}
	);
	$(".imgoverBox").hover(
		function() { $(this).children("img").stop(); $(this).children("img").animate({ opacity:0.5 }, 50); },
		function() { $(this).children("img").stop(); $(this).children("img").animate({ opacity:1 }, 350);}
	);
});
var cixcorp = {
	changeURL : function(_trg) {
	}
};
