/*mmo-chat付属スクリプト http://www.jias.jp/line/ */
/* Internet Explorerのfilter:alphaに対応している場合は背景を透明に設定します */

if(navigator.appName.indexOf('Microsoft')>=0)
{
	document.write('<style type="text/css"><!--');
	document.write('body	{background:transparent url();}');
	document.write('--></style>');
}