// CSKシステムズ 共通utitlty//

/*ページtopへリンク用JS*/
function totop(){
strT='';
strT+='<div id="totop">';
strT+='<table width="565" height="40" border="0" cellpadding="0" cellspacing="0">';
strT+='<tr>';
strT+='<td align="right"><img src="/images/up_arrow.gif" width="8" height="8" border="0"><a href="#top" class="totop">ペ−ジの先頭へ</a></td>';
strT+='</tr>';
strT+='</table>';
strT+='</div>';
document.write(strT);
}