/*
===========================================================
cssファイル変更スクリプト
Last Updated:02/27/2003

株式会社ミップ
http://www.mips.co.jp/
===========================================================
*/


function loadStyle(){

	moriData   = "";
	moriName   = "vpfs=";
	theCookie = document.cookie+";";
	start = theCookie.indexOf(moriName);
	if (start != -1)
	{
	end = theCookie.indexOf(";",start);
	moriData = unescape(theCookie.substring(start+moriName.length,end));
	document.write("<link rel='stylesheet' href='/f"+moriData+".css' type='text/css'>");
	}else{
	document.write("<link rel='stylesheet' href='/f0.css' type='text/css'>");	}

}
loadStyle();




/*
===========================================================
著作:
ボランタリープラザ
http://www.hyogo-vplaza.jp/
株式会社ミップ
http://www.mips.co.jp/
===========================================================
*/
