$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements.
	$("a[href='http://kaigo-kango.com/mailform/index.html']").colorbox({width:"80%", height:"80%", iframe:true});
	});