function hitokoto()
{
	txt = "6月11日 世界の味！ヤラバレーのワインを堪能してください";
	window.document.getElementById("outText").innerText = txt;
}