/* iai-do.jp スタイルシート */

@media screen{

/* ページのバックグラウンドの色 */
body { background-image:url(images/bg.jpg);
		background-color:"#020000";
		color:white}
A:link	{color:yellow}
A:visited	{color:orange}

/* 普通のテキスト */
.normaltext{font-size:medium;
	text-align:justify;
	textjustify:inter-ideograph;
	text-autospace:ideograph-alpha;
	line-break:strike;
	line-height:140%}

/* 小さい文字(align指定なし) */
.smalltext{font-size:x-small;
	textjustify:inter-ideograph;
	text-autospace:ideograph-alpha;
	line-break:strike;
	line-height:140%}

/* topic */
.topic{color:lightblue}

/* 木目調 */
.woody{ background-image:url(images/woody.gif);
		color:black }

/* textBoxのIME設定 */
.imeon{ime-mode:active}			/* IMEオン */
.imeoff{ime-mode:inactive}		/* IMEオフ */
.imedes{ime-mode:desabled}		/* IME禁止 */

}


@media print{

/* ページのバックグラウンドの色 -> default */

/* 普通のテキスト */
.normaltext{font-size:medium;
	text-align:justify;
	textjustify:inter-ideograph;
	text-autospace:ideograph-alpha;
	line-break:strike;
	line-height:140%}

/* 小さい文字(align指定なし) */
.smalltext{font-size:x-small;
	textjustify:inter-ideograph;
	text-autospace:ideograph-alpha;
	line-break:strike;
	line-height:140%}

/* topic */
.topic{font-weight:bold}

/* 木目調 */
.woody{ background-image:url(images/woody.gif);
		color:black }

/* textBoxのIME設定 */
.imeon{ime-mode:active}			/* IMEオン */
.imeoff{ime-mode:inactive}		/* IMEオフ */
.imedes{ime-mode:desabled}		/* IME禁止 */

}
