/* ++++++++++++++++++++++++++++++++++++ Mission Statement +++
+
+ Update:2009-08-05
+
+ http://www.ms-inc.co.jp
+ EditiorID:REN
+ EditiorID:
+
+ + use library:jquery-1.2.6.js,jquery.pngFix.js
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*@cc_on var doc = document; eval('var document = doc');@*/

// conflict escape
jQuery(function($) {
								

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



// conflict escape end
});

