/* 3D+WEB MIX(http://webweb.s92.xrea.com/) sozaiPage jsExVer1 by webweb
	Copyright 2004-2006 3D+WEB MIX All rights reserved */

function IROsentaku(Biro,Tiro){
	
	if(document.getElementById){
		document.getElementById("btable").style.backgroundColor = Biro;
		document.getElementById("btable").style.color = Tiro;
		document.getElementById("bluebg").style.color = "#000000";
	}
	else if(document.all){
		document.all("btable").style.background = Biro;
		document.all("btable").style.color = Tiro;
		document.all("bluebg").style.color = "#000000";

	}
	
	return;
}
