@charset "UTF-8";
@import url(common.css);
@import url(side_navi.css);
@import url(main.css);

/* Only IE 4-6 for Win */
*html #sidenavi { padding-top: 0px; }
*html #mainContent { zoom: 1; }
*html .content {
	margin: 0 20px;
}

/* Only IE 7 for Win */
*:first-child+html #sidenavi { padding-top: 0px; }
*:first-child+html #mainContent { zoom: 1; }
*:first-child+html .content {
	margin: 0 20px;
}
