//require "template/t1.php";
$html = implode('', file('t1.php'));
/* "auto" は、"ASCII,JIS,Shift_JIS,EUC-JP,SJIS" に展開される */
//$html = mb_convert_encoding($html, "EUC-JP", "auto");
$html = mb_convert_encoding($html, "SJIS", "auto");
print($html);
?>
$html4 = implode('', file('t_main_footer.php'));
$html4 = mb_convert_encoding($html4, "SJIS", "auto");
print($html4);
?>