// JavaScript Document

if(navigator.userAgent.indexOf("MSIE 6;") != -1){ // 文字列に「MSIE」が含まれている場合
	document.write('<div style="clear:both" />');
}
else{
	document.write(' ');
}
