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")
			.pageInit({
				".siteIndex": "li:eq(0)",
				".about": "li:eq(1)",
				".service": "li:eq(2)",
				".voice": "li:eq(3)",
				".news": "li:eq(4)",
				".company": "li:eq(5)",
				".recruit": "li:eq(6)"
			}, function(){
				$(this).addClass("active");
			})
			.chimg({autoActive:true});*/
		
		
		
		/*other*/
		if($.browser.msie)
			$("hr").replaceWith('<div class="hr"></div>')
		
		
	});//END jQuery.ready()
})(jQuery);//END jQuery




