@charset "UTF-8";




* html body,
*:first-child+html body{
	zoom: 60%;
}

div#wrapper{
	width: 100%;
	display: table;
}



/***********************************************/ 
/*main-contents*/
/***********************************************/ 
div.main-contents{
	width: 690px;
	display: table-cell;
}



/***********************************************/ 
/*side-contents*/
/***********************************************/ 
div.side-contents{
	width: 230px;
	display: table-cell;
}








