<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<meta http-equiv="Content-Script-Type" content="text/css">

<style type="text/css">
body { background-color:#ffffff }
body, th, td, textarea, input{ font-size:3.5mm; color:#000000 }

textarea{ background:#ffffff; border:#000000 1px solid; color:#000000 }
input.in{ background:#ffffff; border:#000000 1px solid; color:#000000 }

a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:active { text-decoration:underline; color:#000000; background-color:#ffff00 }
a:hover { text-decoration:underline; color:#000000; background-color:#ffff00 }
</style>

<title>●●●掲示板のタイトル●●●</title>

<script language="JavaScript">
<!-- function get_cookie(key) {
var arg = key + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while(i < clen) {
var j = i + alen;
if(arg == document.cookie.substring(i,j)) return get_cookie_val(j);
i = document.cookie.indexOf(" ", i) + 1;
if(0 == i) break;
}
return "";
}
function get_cookie_val(offset) {
var endval = document.cookie.indexOf(";", offset);
if(-1 == endval) endval = document.cookie.length;
return unescape(document.cookie.substring(offset,endval));
}
function clear_cookie() {
var i = 0; var dc = document.cookie;
while(i < dc.length) {
var j = dc.indexOf("=", i);
var key = dc.substring(i, j);
dc = key + "=dummy; expires=Thu, 01-Jan-1970 09:00:00 GMT;";
i = dc.indexOf(" ", i) + 1;
if(0 == i) break;
}
}
function set_cookie(key, val) {
document.cookie =
key + "=" + escape(val) + "; expires=Wed, 01-Jan-2031 00:00:00 GMT;";
}
//-->
</script>