﻿@charset "utf-8";

/*
	--------------------
	Print Layout Setting
	--------------------
	Last Update:2007/11/19
	Auther: kodama


*/

@import url("import.css");

* html body {
	zoom:80% !important;
}

@media print {
   body { behavior:""; } 
}
