$uname=$_POST["uname"];
$kana=$_POST["kana"];
$company=$_POST["company"];
$c_kana=$_POST["c_kana"];
$zip=$_POST["zip"];
$address=$_POST["address"];
$tel=$_POST["tel"];
$fax=$_POST["fax"];
$email1=$_POST["email1"];
$email2=$_POST["email2"];
$q1=$_POST["q1"];
$msg=$_POST["msg"];
$msg=base64_decode($msg);
$msg=str_replace("
","\n",$msg);
?>