function initCufon() {
	Cufon.replace('#header .phone span', { fontFamily: 'CenturyGothic'});
	Cufon.replace('#header .phone strong', { fontFamily: 'CenturyGothic'});
	Cufon.replace('#header .right address', { fontFamily: 'CenturyGothic'});
	Cufon.replace('#header .right .email', { fontFamily: 'CenturyGothic', hover: true });
	Cufon.replace('.visual h2 span', { fontFamily: 'CenturyGothic'});
	Cufon.replace('.visual h2 strong', { fontFamily: 'CenturyGothic'});
	Cufon.replace('.visual .subttl', { fontFamily: 'CenturyGothic' });
	Cufon.replace('.block01 h3 strong', { fontFamily: 'CenturyGothic' });
	Cufon.replace('.block01 h3 span', { fontFamily: 'CenturyGothic' });
}

$(document).ready(function(){
	initCufon();
});
