﻿document.write('<script type="text/javascript">');
document.write('	function changeSendButtonOn() {');
document.write('		document.getElementById("comSendButton").disabled=false;');
document.write('	}');
document.write('	function changeSendButtonOff() {');
document.write('		document.getElementById("comSendButton").disabled=true;');
document.write('	}');
document.write('</script>');
document.write('<div>');
document.write('	<div style="text-align:left; height:20px; overflow:none; background-color:#ccc;">');
document.write('	　■個人情報に関して');
document.write('	</div >');
document.write('	<div style="text-align:left; overflow:none; margin:10px 0 0 0;">');
document.write('	　上記のお問い合わせによって当社が取得したお客様のお名前、住所、電話番号、メールアドレス等の個人情報は、お問合せ内容の確認及び回答のために利用いたします。　個人情報のお取扱い及び管理の詳細については、「<a href="http://www.fois.co.jp/other/privacy-info.html" target="blank">個人情報の取扱いについて</a>」をご覧ください。<br /><br />');
document.write('	　弊社個人情報の利用目的に同意いただける場合は、「同意する」 にチェックの上、「送信」 ボタンをクリックして下さい。　なお、同意頂けない場合は、お問合わせ頂けませんのでご了承ください。');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('	</div >');
document.write('	<div style="margin:10px 0;">');
document.write('	<input id="allowRadio" name="validRadio" type="radio" value="on" onclick="changeSendButtonOn();">同意する</input>&nbsp;');
document.write('	<input id="denyRadio" name="validRadio" type="radio" value="off" onclick="changeSendButtonOff();" checked="checked" >同意しない</input>');
document.write('	</div>');
document.write('</div>');

