@charset "Shift_JIS";
/*　WinIE3は一番下に指定した<LINK rel="stylesheet" type="text/css" href="〜.css">の外部スタイルシートしか讀み込まない。よって、内容無きダミー・ファイルを指定すればＣＳＳ對應不完全なＩＥ３へのスタイル適用を廻避できる。但し外部ファイルが見つからない場合にをかしな處理をするブラウザ（NC4, WinIE3）があるので、ダミーも必ず實在するファイルにする。即ちこれ。
參考：http://east.portland.ne.jp/~sigekazu/css/boxm.htm#ua　*/
/* ＩＥ５以上で有效にするには<!-- [if gte IE 5 ]><![endif]-->、<!-- [if !mso]>でも可 */
@media screen, print{ /*除 IE3 & IE4 & NC4 & MacIE5*/
 BODY	{
	layout-grid-type:loose;/*
	layout-grid-line:0.4em;*//*グリッド行の高さ*//*
	layout-grid-char:0.1em;*/
	text-autospace:ideograph-numeric ideograph-alpha ideograph-space ideograph-parenthesis;
	/*text-align:expression('justify');
 	text-justify:inter-ideograph;*/
	line-break:normal;/*strict*//*
	word-break:break-all;*/
	}
}
@media print { 
#navbar, #StyleChangeForm {display:none;}
}
