
var nwFont = {
  src: '/templates/swf/sifr.swf' 
};

sIFR.activate(nwFont);

sIFR.replace(nwFont, {
  selector: '.mainWrap .banner .bannerLeft h1',
  css: ['.sIFR-root{color:#ffffff;font-weight:bold;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: '.mainWrap .content .contentTop01 h2',
  css: ['.sIFR-root{color:#ffffff;font-weight:normal;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: 'div.nwBanner h1',
  css: ['.sIFR-root{color:#ffffff;font-weight:bold;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: 'div.nwContentStyle96 h1',
  css: ['.sIFR-root{color:#000000;font-weight:bold;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: '.nwContentStyle03 h1',
  css: ['.sIFR-root{color:#ffffff;font-weight:bold;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: '.nwContentStyle06 h1',
  css: ['.sIFR-root{color:#ffffff;font-weight:bold;}'],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: '.nwContentStyle01 h2',
  css: [
			'.sIFR-root{color:#000000;font-weight:normal;margin-left:15px;}',
			'a{color:#000;text-decoration:none;}',
			'a:hover{color:#000;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: '.nwContentStyle05 h2',
  css: [
			'.sIFR-root{color:#ffffff;font-weight:normal;margin-left:15px;}',
			'a{color:#000;text-decoration:none;}',
			'a:hover{color:#000;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(nwFont, {
  selector: 'div.nwSticker .rightHandToolsHead h3',
  css: ['.sIFR-root{color:#000000;font-weight:normal;}'],
  wmode: 'transparent'
});