@charset "UTF-8";
/* CSS Document */

body {
	/zoom: 0.7;	/* IE6,7 */
}

html>/**/body #wrapper {	/* IE6,7 以外 */
	display: table;
}

html>/**/body #contents {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: XXXpx;
	vertical-align: top;
}

html>/**/body #sidebar {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: XXXpx;
	padding-left: XXXpx;
	vertical-align: top;
}

#contents {
	/zoom: 1;	/* IE6,7 */
}

#sidebar {
	/zoom: 1;	/* IE6,7 */
}