function initCufon() {
    Cufon.replace('.menu ul li', { fontFamily: 'BruceOldStyle BT', hover:{color:'#4e892a'}, hoverables:{ li:true} });
	Cufon.replace('#left_panel h2', { fontFamily: 'BruceOldStyle BT' });
	Cufon.replace('#header h1', { fontFamily: 'BruceOldStyle BT' });
	Cufon.replace('#header h1 span a', { fontFamily: 'BruceOldStyle BT' });
	Cufon.replace('#header .tel', { fontFamily: 'BruceOldStyle BT' });
    Cufon.replace('.boxs_content .img_content h3', { fontFamily: 'BruceOldStyle BT' });
	Cufon.replace('#left_panel h3#content', { fontFamily: 'BruceOldStyle BT' });
} 
$(document).ready(function(){
	initCufon();
	
});
