var isMSIE = /*@cc_on!@*/false;
document.open();
if (isMSIE) {
	document.write("<iframe src=\"./notes/notes.html\" marginheight=\"0\" marginwidth=\"0\" width=\"100%\" height=\"70\" frameborder=\"0\" scrolling=\"yes\" title=\"info\">\"この領域は、iframe対応のブラウザでご覧ください。\"</iframe>");
} else {
	document.write("<iframe src=\"./notes/notes.html\" marginheight=\"0\" marginwidth=\"0\" width=\"100%\" height=\"110\" frameborder=\"0\" scrolling=\"yes\" title=\"info\">\"この領域は、iframe対応のブラウザでご覧ください。\"</iframe>");
}
document.close();
