// HEADING
/*
var kozuka = { src: 'sifr.swf' };
	
	sIFR.activate(kozuka);
	
	sIFR.replace(kozuka, {
		selector: '.title',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#2375b2; }'  ]
});*/
var sifrtext = { src: 'sifr.swf' };
	
	sIFR.activate(sifrtext);
	
	sIFR.replace(sifrtext, {
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#2375b2; }'  
		],
		fitExactly      : true,
		forceClear      : true,
		forceSingleLine : true,
		selector        : '.title',
		transparent     : true
});
	
/*
sIFR.replace(kozuka, {
	selector: '.title2',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#005fb9; }'  ]
});
	
	
sIFR.replace(kozuka, {
	selector: '.title3',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; }'  ]
});


sIFR.replace(kozuka, {
	selector: '.title4',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; }'  ]
});


sIFR.replace(kozuka, {
	selector: '.title5',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#c10000; }'  ]
});

sIFR.replace(kozuka, {
	selector: '.title6',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#545454; }'  ]
});

sIFR.replace(kozuka, {
	selector: '.title7',
	wmode: 'transparent',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#b30000; }'  ]
});
*/
