//---------------------------------------------------------//
// 著作権表示 と メルアド表示 //
//---------------------------------------------------------//

function copyright(){
	document.write('<hr size="1">');
	document.write('Copyright 2007 FUJI ELECTRIC SYSTEMS Co., Ltd. All Rights Reserved.<br>');
	document.write('<a href="mailto:info@fic-net.jp">info@fic-net.jp</a>');
}
