/// JavaScript Document

/// 背景色切り替え
function common_swap_bgcolor( obj, color )
{
	obj.style.backgroundColor = color;
}
