@charset "Shift_JIS";/*
html	{
	font-family	:sans-serif !important;
	}
*/
html[lang|="ja"]	{
	font-family	:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif !important;
	}

html[lang|="ko"]	{
	font-family	:"Dotum",sans-serif !important;
	}

html[lang|="zh"]	{
	font-family	:"SimHei",sans-serif !important;
	}

html[lang|="zh-cn"],html[lang|="zh-sg"]	{
	font-family	:"PMingLiU",sans-serif !important;
	}

html[lang|="zh-hk"],html[lang|="zh-mo"],html[lang|="zh-tw"]	{
	font-family	:"SimSun",sans-serif !important;
	}

html[lang|="af"],html[lang|="ar"],html[lang|="az"],html[lang|="be"],html[lang|="bg"],
html[lang|="bi"],html[lang|="ca"],html[lang|="cs"],html[lang|="da"],html[lang|="de"],
html[lang|="el"],html[lang|="en"],html[lang|="eo"],html[lang|="es"],html[lang|="et"],
html[lang|="fa"],html[lang|="fi"],html[lang|="fj"],html[lang|="fr"],html[lang|="ga"],
html[lang|="he"],html[lang|="hr"],html[lang|="hr"],html[lang|="hu"],html[lang|="hy"],
html[lang|="id"],html[lang|="is"],html[lang|="it"],html[lang|="ka"],html[lang|="kk"],
html[lang|="ku"],html[lang|="ky"],html[lang|="la"],html[lang|="lt"],html[lang|="lv"],
html[lang|="mk"],html[lang|="mn"],html[lang|="mo"],html[lang|="ms"],html[lang|="mt"],
html[lang|="na"],html[lang|="nl"],html[lang|="no"],html[lang|="pl"],html[lang|="ps"],
html[lang|="pt"],html[lang|="rm"],html[lang|="ro"],html[lang|="ru"],html[lang|="sh"],
html[lang|="sk"],html[lang|="sl"],html[lang|="sm"],html[lang|="sq"],html[lang|="sr"],
html[lang|="sv"],html[lang|="sw"],html[lang|="tg"],html[lang|="th"],html[lang|="tk"],
html[lang|="tl"],html[lang|="to"],html[lang|="tr"],html[lang|="ug"],html[lang|="uk"],
html[lang|="ur"],html[lang|="uz"],html[lang|="vi"],html[lang|="yi"]	{
	font-family	:"Microsoft Sans Serif",sans-serif !important;
	}
/*
pre	{
	font-family	:monospace !important;
	}
*/
pre[lang|="ja"]	{
	font-family	:"‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

pre[lang|="ko"]	{
	font-family	:"DotumChe",monospace !important;
	}

pre[lang|="zh"]	{
	font-family	:"NSimSun",monospace !important;
	}

pre[lang|="zh-cn"],html[lang|="zh-sg"]	{
	font-family	:"MingLiU",monospace !important;
	}

pre[lang|="zh-hk"],html[lang|="zh-mo"],html[lang|="zh-tw"]	{
	font-family	:"NSimSun",monospace !important;
	}

pre[lang|="af"],pre[lang|="ar"],pre[lang|="az"],pre[lang|="be"],pre[lang|="bg"],
pre[lang|="bi"],pre[lang|="ca"],pre[lang|="cs"],pre[lang|="da"],pre[lang|="de"],
pre[lang|="el"],pre[lang|="en"],pre[lang|="eo"],pre[lang|="es"],pre[lang|="et"],
pre[lang|="fa"],pre[lang|="fi"],pre[lang|="fj"],pre[lang|="fr"],pre[lang|="ga"],
pre[lang|="he"],pre[lang|="hr"],pre[lang|="hr"],pre[lang|="hu"],pre[lang|="hy"],
pre[lang|="id"],pre[lang|="is"],pre[lang|="it"],pre[lang|="ka"],pre[lang|="kk"],
pre[lang|="ku"],pre[lang|="ky"],pre[lang|="la"],pre[lang|="lt"],pre[lang|="lv"],
pre[lang|="mk"],pre[lang|="mn"],pre[lang|="mo"],pre[lang|="ms"],pre[lang|="mt"],
pre[lang|="na"],pre[lang|="nl"],pre[lang|="no"],pre[lang|="pl"],pre[lang|="ps"],
pre[lang|="pt"],pre[lang|="rm"],pre[lang|="ro"],pre[lang|="ru"],pre[lang|="sh"],
pre[lang|="sk"],pre[lang|="sl"],pre[lang|="sm"],pre[lang|="sq"],pre[lang|="sr"],
pre[lang|="sv"],pre[lang|="sw"],pre[lang|="tg"],pre[lang|="tk"],pre[lang|="tl"],
pre[lang|="to"],pre[lang|="tr"],pre[lang|="ug"],pre[lang|="uk"],pre[lang|="ur"],
pre[lang|="uz"],pre[lang|="vi"],pre[lang|="yi"]	{
	font-family	:"Courier New",monospace !important;
	}

pre[lang|="th"]	{
	font-family	:"Cordia New",monospace !important;
	}

/* *[title]:after	{
	display		:inherit !important;
	content		:"title=\"" attr(title) "\"" !important;
	color		:#fff !important;
	background	:#333 !important;
	font-family	:"‚l‚r ƒSƒVƒbƒN",monospace !important;
	padding		:0 0.25em !important;
	}*/

q	{
	quotes		:"" "" !important;
	}

q:before	{
	display		:inline !important;
	content		:"<q>" !important;
	color		:#fff !important;
	background	:#333 !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

q:after	{
	display		:inline !important;
	content		:"</q>" !important;
	color		:#fff !important;
	background	:#333 !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

q[cite]:before,q[title]:before	{
	content		:"<q title=\"" attr(title) "\" cite=\"" attr(cite) "\">" !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

q[cite]:after,q[title]:after	{
	content		:"</q>" !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

blockquote[cite]:before,blockquote[title]:before	{
	display		:block !important;
	content		:"<blockquote title=\"" attr(title) "\" cite=\"" attr(cite) "\">" !important;
	color		:#fff !important;
	background	:#333 !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}

blockquote[cite]:after,blockquote[title]:after	{
	display		:block !important;
	content		:"</blockquote>" !important;
	color		:#fff !important;
	background	:#333 !important;
	font		:90% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	}
/*
blockquote blockquote[cite]:before,
blockquote blockquote[title]:before,
q q:before	{
	color		:#fff !important;
	background	:#999 !important;
	content		:open-quote !important;
	}

blockquote blockquote[cite]:after,
blockquote blockquote[title]:after,
q q:after	{
	color		:#fff !important;
	background	:#999 !important;
	content		:close-quote " cite=\"" attr(cite) "\" title=\"" attr(title) "\"" !important;
	}

blockquote blockquote blockquote[cite]:before,
blockquote blockquote blockquote[title]:before,
q q q:before	{
	color		:#fff !important;
	background	:#ccc !important;
	content		:open-quote !important;
	}

blockquote blockquote blockquote[cite]:after,
blockquote blockquote blockquote[title]:after,
q q q:after	{
	color		:#fff !important;
	background	:#ccc !important;
	content		:close-quote " cite=\"" attr(cite) "\" title=\"" attr(title) "\"" !important;
	}

img[alt]:after	{
	display		:inline !important;
	color		:#fff !important;
	background	:#666 !important;
	font		:100% "‚l‚r ƒSƒVƒbƒN",monospace !important;
	content		:" alt=\"" attr(alt) "\"" !important;
	}
*/
