
document.write('<style type="text/css">');

document.write('#goiken_box{height: 320px;font-size:70%;background-color:#F6F4ED;}');
document.write('#goiken_head{height: 60px;font-weight:bold;background-color:#b0c4de;}');
document.write('#goiken_body{height: 220px;}');
document.write('#goiken_box_inner{height: 140px;}');

document.write('#residence{width:170px;}');
document.write('#goiken_content{width:170px;height:130px;}');

document.write('#goiken_foot{height: 40px;background-color:#b0c4de;}');

document.write('</style>');

//‚²ˆÓŒ©
document.write('<div id="goiken_box">');

document.write('<div id="goiken_head">');
document.write('<p>About our website<br /></p>');
document.write('<p>Please tell us about what you think.</p>');
document.write('</div>');

document.write('<div id="goiken_body" align="center">');
document.write('<div id="goiken_box_inner">');
document.write('<form action="/php/goiken_handle.php" class="new_goiken" id="new_goiken" method="post" onsubmit="new Ajax.Updater(\'new_goiken\', \'/php/goiken_handle.php\',{asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;">');
document.write('<p align="center">Place of residence<br /></p>');
document.write('<input type="text" name="residence" id="residence" /><br />');
document.write('<p align="center">Opinion<br /></p>');
document.write('<textarea  id="goiken_content" name="opinion" ></textarea>');
document.write('<div class="center" >');
document.write(' <input name="commit" type="submit" value="Submit" />');
document.write('</div>');
document.write('</form> ');
document.write('</div>');
document.write('</div>');

document.write('<div id="goiken_foot">');
document.write('</div>');
document.write('</div>');