$(function(){
	var larger = 0;
	var ua = navigator.userAgent;
	if (ua.indexOf("IE 6") != -1) {
		$('#sidecolumn .section-lv4 h4').append('&nbsp;－');
		$('#sidecolumn .section-lv4 h4').prepend('－&nbsp;');
	}
});

$(function(){
	$('input[type=password], input[type=text],select').addClass('border');
	$("#sidecolumn .section-lv4").wrapInner($("<div class='section-lv4-innner'>").get(0));

	$("#format-form table th").wrapInner($("<span class='outframe'>").get(0));


	/* ウィンク効果 */
	$("#header a img, #utility-nav ul li a img, #photos ul li a img, #footer p a img").hover(function(){
		$(this).css("opacity", "0.2");
		$(this).css("filter", "alpha(opacity=20)");
		$(this).fadeTo("slow", 1.0);
	});
	

$("#global-nav ul li.now a img").hover(function(){
		$(this).css("opacity", "0.2");
		$(this).css("filter", "alpha(opacity=20)");
		$(this).fadeTo("fast", 0.7);
	});

});
