@charset "utf-8";

* html body{
zoom:70%;
}
*html #colum_style1 #primary,
*html #colum_style1 #secondary,
*html #contents_container #colum_style2 #primary,
*html #contents_container #colum_style2 #secondary{float:none;}
*html #contents_container, *html #colum_style1{position:relative;}

*html #colum_style1 #primary{
	position:absolute;
	left:0;
	}
*html #colum_style1 #secondary{
	position:absolute;
	left:560px;
	}

*html #contents_container #colum_style2 #primary{
	position:absolute;
	left:180px;
	}
*html #contents_container #colum_style2 #secondary{
	position:absolute;
	left:680px;
	}
*html #contents_container #sub_navi{
	position:absolute;
	left:0;
	}
