@charset "utf-8";
/* CSS Document */

/* Base
========================================== */
@import "base/reset.css";
@import "base/textdecorations.css";


/* Parts
========================================== */
@import "parts/others.css";


/* Individual
========================================== */
@import "individual/2f.css";

/* =========== IE�p���ݒ�CSS =========== */

@media print{

body {
_zoom: 67%; /*WinIE only */
}
.navigation { display: none; }
.navigation_print { height: 54px; padding: 0px; margin: 0px; display: block; }
}