jQuery.noConflict();

(function($){//BEGIN jQuery
	$(function(){//BEGIN jQuery.ready()
		
		
		/*** ロールオーバー ＆ 対象画像切替 ***
		■設定
		.chimg({
			exclude: "active",
			prefix: "",
			postfix: "_o",
			targetAttr: "target",
			prefixAttr: "prefix",
			postfixAttr: "postfix",
			rolloverAttr: "rollover",
			autoActive: false,
			acceptNotLink: false
		});
		*/
		//$(".imgover").chimg();
		$(".gNav").chimg();
		
		
		/*** テーブル(やリスト等)交互色 ***
		■引数
		.alternate({
			evenClass: "even",
			oddClass: "odd",
			onlyTbody: true,
			childOnly: false,
			rowTag: false
		});
		*/
		//$(".coloredRow").alternate();
		$(".tblStyle02").alternate();
		
		
		
		
	});//END jQuery.ready()
})(jQuery);//END jQuery





