function initCufon() {
	Cufon.replace('.tel', { fontFamily: 'Trade Gothic18', hover: true });
	Cufon.replace('#nav li', { fontFamily: 'Trade Gothic20', hover: true });
	Cufon.replace('#content .txt h2', { fontFamily: 'Trade Gothic20', hover: true });
	Cufon.replace('.box h2', { fontFamily: 'Trade Gothic20', hover: true });
	Cufon.replace('.text h1', { fontFamily: 'Trade Gothic20', hover: true });
	Cufon.replace('.block .box h3', { fontFamily: 'Trade Gothic20', hover: true });
}

$(document).ready(function(){
	initCufon();
});