document.write('<!-- スタイル定義 -->');
document.write('<style type="text/css">');
document.write('<!--');

document.write('.bg	{background-repeat: repeat-x;}');

document.write('.fs10	{font-size:10px;}');
document.write('.fs11	{font-size:11px;}');
document.write('.fs12	{font-size:12px;}');
document.write('.fs13	{font-size:13px;}');
document.write('.fs14	{font-size:14px;}');

document.write('.lh-l	{line-height:120%;}');
document.write('.lh-m	{line-height:140%;}');
document.write('.lh-h	{line-height:165%;}');

document.write('body, td, th	{font-family: \'Lucida Grande\',\'Hiragino Kaku Gothic Pro\',\'ヒラギノ角ゴ Pro W3\',\'Meiryo\',\'メイリオ\',\'ＭＳ Ｐゴシック\',\'Verdana\',\'sans-serif\'; color: #000000;}');

document.write('a:link		{color: #0066CC;text-decoration: absolute;}');
document.write('a:visited	{color: #993366;text-decoration: absolute;}');
document.write('a:hover		{color: #FF3300;text-decoration: absolute;}');

document.write('-->');
document.write('</style>');
document.write('</head>');

document.write('<body background="back.gif" leftmargin="0" topmargin="0" class="bg">');

document.write('<div align="center">');

document.write('<!-- ヘッダータイトル -->');
document.write('<table width=650 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('	<td align="center">');
document.write('	<img src="head.gif" alt="かがわ地域力連携拠点" border=0 usemap="#title_map"></td>');
document.write('</tr>');
document.write('</table>');

