function set_form(id){
	if(document.forms[id].mailmagagine.value = 'メールアドレス入力'){
		document.forms[id].mailmagagine.value = '';
	}
}
