/* ++++++++++++++++++++++++++++++++++++ Mission Statement +++
+
+ Update:2010-02-25
+
+ http://www.ms-inc.co.jp
+ EditiorID:REN
+
+ + use library:jquery-1.4.1.js(mother javascript)
+ + dd_belatedPNG_0.0.8a-min.js(png for IE6)
+ + jquery.easing.1.3.js
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* On Load Action ++++++++++++++++++++++++++++++++++++++++++ */


// escape conflict
jQuery(function($){

//csEnter
$(function(){
		$("#csEnter > li > a").hover(function(){
		$(this).children("img").fadeOut(200);
	}, function(){
		$(this).children("img").fadeIn(200);
	});
});

//eNv
$(function(){
		$("#eNv > li > a").hover(function(){
		$(this).children("img").fadeOut(200);
	}, function(){
		$(this).children("img").fadeIn(200);
	});
});

//bNv
$(function(){
		$("#bNv > ul > li > a").hover(function(){
		$(this).children("img").fadeOut(300);
	}, function(){
		$(this).children("img").fadeIn(200);
	});
});

// escape conflict close
});
