var kozuka = {
  src: '/wp-content/themes/ciracom/swf/kozuka-regular.swf'
};

sIFR.prefetch( kozuka );
sIFR.activate();


sIFR.replace( kozuka , {
  selector: 'h1.pagetitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #ffffff; color: #000000; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #221e1f; }'
      ,'a:hover { color: #2b68a2; text-decoration: underline; }'
	]
});


sIFR.replace( kozuka , {
  selector: 'h1.articletitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #ffffff; color: #000000; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #221e1f; }'
      ,'a:hover { color: #2b68a2; text-decoration: underline; }'
	]
});