//テキストの内容の初期値がスペースだったら
function spasecria_com(){
	if(document.forms['hikarifrm'].Post_Com.value=="　"){
		document.forms['hikarifrm'].Post_Com.value = "";
	}
}

function spasecria_etc(){
	if(document.forms['hikarifrm'].Post_Etc.value=="　"){
		document.forms['hikarifrm'].Post_Etc.value = "";
	}
}
