// クッキーの名前があれば
if (commenter_name) { document.getElementById('name_email').style.display = 'none'; }
