@charset "UTF-8";
/*
 [dummy.css]
 Copyright (C) 2001 Business Architects Inc.
 http://www.b-architects.com/
*/

/* This is a scheme over the bug of MSIE 3 or something. */

@media print {

body {
	font-family:"Verdana","Arial","Helvetica","Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\5E73\6210\89D2\30B4\30B7\30C3\30AF","MS UI Gothic",sans-serif;
}
#navigation, #footzone {
	display:none;
}

}
