@charset "UTF-8";
/* CSS Document */

/* Common Elements
---------------------------------------------------------- */

body {
	background-image: none;
}

/* Header
---------------------------------------------------------- */

div#header {
	background: url(../image/bg_body.gif) repeat-x 0 0;
}

/* Main
---------------------------------------------------------- */

div#contents ul.gnav {
	width: 930px;
}

div#contents div.main ul.imageList.col4 li,
div#contents div.main ol.imageList.col4 li {
	margin-right: 11px;
}

/* style.css (lab)
---------------------------------------------------------- */

*:first-child+html body#lab div#contents div.main div.section.end dl.access.car { /* for Win IE7 */
	page-break-after: always;
}

/* style.css (environment)
---------------------------------------------------------- */

body#environment div#contents div.main div.section.etc {
	page-break-before: always;
}

*:first-child+html body#environment div#contents div.main div.section.etc { /* for Win IE7 */
	page-break-before: auto;
}


/* end */