//sodankai
function topicsSodankai(){ 
	var txt = "［資格の取り方・使い方相談会］池袋校9/20（土）開催！";
	var link = "http://ikebukuro.o-hara.sc/61/?info=27";

	target = document.getElementById("topics_sodankai");
	target.href = link;
	target.innerHTML = txt;
}