$(function(){
	initCufon();
});
function initCufon(){
	Cufon.replace('#header .call-box span, #header .mail', {fontFamily: '"furure-medium"',hover: true});
	Cufon.replace('.information .holder .txt strong', {fontFamily: '"furure-medium"',hover: true});
	Cufon.replace('.follow-box li span', {fontFamily: '"optima"',hover: true});
	Cufon.replace('.visual .txt', {fontFamily: '"henry"',hover: true});
}
