
var ubgFont00 = { src: '/swf/sifr00.swf' };
var ubgFont01 = { src: '/swf/sifr01.swf' };
var ubgFont02 = { src: '/swf/sifr02.swf' };


sIFR.activate(ubgFont00);
sIFR.activate(ubgFont01);
sIFR.activate(ubgFont02);

sIFR.replace(ubgFont02, {
  selector: '.ubgContentWrapper .ubgContentStyle01 h1',
  css: ['.sIFR-root{color:#002469; font-weight:bold; font-size:27px; margin-left:2; }'],
  tuneHeight: '-8',
  offsetTop: '-6',
  wmode: 'transparent'
});

sIFR.replace(ubgFont00, {
  selector: '.ubgContentWrapper .ubgContentStyle01 h2',
  css: ['.sIFR-root{color:#002469; font-size:27px; margin-left:2; }'],
  tuneHeight: '-16',
  offsetTop: '-8',
  wmode: 'transparent'
});

sIFR.replace(ubgFont00, {
  selector: '.ubgContentWrapper .ubgContent .ubgHeaderStyle01 h1',
  css: ['.sIFR-root{color:#002A66; font-size:22px; }'],
  forceSingleLine: true,
  tuneHeight: '-6',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(ubgFont00, {
  selector: '.ubgContentWrapper .ubgStickerStyle00 .ubgStickerHeader h2',
  css: ['.sIFR-root{color:#002A66; font-size:21px;}'],
  forceSingleLine: true,
  tuneHeight: '-11',
  offsetTop: '-3',
  wmode: 'transparent'
});

sIFR.replace(ubgFont01, {
  selector: '.ubgContentWrapper .ubgContentStyle05 .ubgContentStyle05Header h2',
  css: ['.sIFR-root{color:#000000; font-size:16px;}'],
  forceSingleLine: true,
  tuneHeight: '-6',
  offsetTop: '-2',
  wmode: 'transparent'
});
