$(function(){
	/* ロールオーバー */
	$("#header .top a img , #sidebar a img , .pageTop a img , #contents .campaign a img , #contents .primary .head p a img , #contents .secondary .head p a img , #contents .secondary .reason a img , #contents #difference .inquiry a img , #contents #trouble .inquiry a img , #contents #service .inquiry a img , #contents #flow .inquiry a img , #contents #charge .inquiry a img , #contents .anchor a img , #contents .adobe a img , #contents .list a img , #contents .enquete .btn input").hover(function(){
		$(this).css("opacity", "0.7");
		$(this).css("filter", "alpha(opacity=70)");
	},
	function(){
		$(this).css("opacity", "1");
		$(this).css("filter", "alpha(opacity=100)");
	}	
	);
});

$(function(){
	/* ロールオーバー */
	$("#header .bottom .mail a img , #header .bottom .font a img , #globalNavi a img , #sidebar .inquiry a img , #footer .bottom .inquiry a img , #contents .secondary .inquiry a img , #contents .twoColumn .btn a img , #contents .oneColumn .btn a img , #contents .btnList a img , #contents .btnList a img , #contents .active .btn a img , #contents .template .fR .btn a img , #contents .link .tab a img , #contents .partner .btn a img , #mfp_buttons input").hover(function(){
		$(this).css("opacity", "0");
		$(this).css("filter", "alpha(opacity=0)");
	},
	function(){
		$(this).css("opacity", "1");
		$(this).css("filter", "alpha(opacity=100)");
	}	
	);
});

$(document).ready(function(){
$(document).pngFix();
});
