// JavaScript Document
$(document).ready(function(){
	var browser=navigator.appName;
	var b_version=navigator.appVersion; 
	var version=b_version.split(";"); 
	var trim_Version=version[1].replace(/[ ]/g,""); 
	/*if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") 
	{ 
		$("#column_top").height($("#column_bottom").height()+60+"px"); 
	} 
	else */
	if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") 
	{ 
		//$(".list_sub:eq(10)").css("clear","left");
		//$(".list_sub:eq(11)").css("margin-left","-440px");
		//$(".list_sub:eq(11)").css("margin-top","240px");
		//$(".makeup_category > .column_top").css("height","1930");
		$(".makeup_pro_content > .detail_tog_makeup:last").css("margin-left",-100+"px");
	} 
	//$("#column_top").height($("#column_bottom").height()+20+"px");

		var right_height=$("#column_bottom").height();
		var left_height=$("#column_top").height();
		$("#column_top").height(right_height);


});
