

var kozuka = { 
    src: '/images/kozuka3.swf' 
    ,ratios: [6, 1.49, 10, 1.51, 14, 1.44, 17, 1.43, 20, 1.41, 23, 1.4, 29, 1.39, 30, 1.38, 32, 1.37, 35, 1.38, 47, 1.37, 70, 1.36, 1.35]
};

// Next, activate sIFR:
sIFR.activate(kozuka);


  

  sIFR.replace(kozuka, {
    selector: '.title',
    css: [
      '.sIFR-root { color: #FFFFFF; font-size: 48px }'
      ,'a { text-decoration: none; color:#FFFFFF }'
      ,'a:hover { text-decoration: underline; color:#FFFFFF }'
      ],
    wmode: 'transparent'
  });
  
  sIFR.replace(kozuka, {
    selector: '.breadcrumb',
    css: [
      '.sIFR-root { color: #FFFFFF; text-align: right}'
      ,'a { text-decoration: none; color: #FFFFFF}'
      ,'a:hover { text-decoration: none; color: #FFFFFF }'
      ],
    wmode: 'transparent'
  });
  
  
  sIFR.replace(kozuka, {
    selector: '#Navigation li',
    css: [
      '.sIFR-root { color: #000000; font-size: 16px; text-align: center}'
      ,'a { text-decoration: none; color: #000000}'
      ,'a:hover { text-decoration: none; color: #000000 }'
      ],
    wmode: 'transparent'
  });

