//＜特集バナー＞（特集がない場合は以下3行削除）
document.write('<div class="extrabnr">');
document.write('<a href="/cinema/bleach/special/"><img src="img/bnr.jpg" width="106" height="160" alt=""></a>');
document.write('</div>');

//＜メニュー＞
//→カラのtdには、<br /> を入れて下さい。
//→td４つごとに次の tr を作成してください。
document.write('<div class="cmenu"><table width="100%">');

document.write('	<tr>');
document.write('		<td><a href="index.html">イントロダクション</a></td>');
document.write('		<td><a href="story.html">ストーリー</a></td>');
document.write('		<td><a href="cast_staff.html">キャスト・スタッフ</a></td>');
document.write('		<td><a href="movie.html">予告動画</a></td>');
document.write('	</tr>');

document.write('	<tr>');
document.write('		<td><a href="redirect.html" target="_blank">ゲーム情報（外部）</a></td>');
document.write('		<td><br /></td>');
document.write('		<td><br /></td>');
document.write('		<td><br /></td>');
document.write('	</tr>');

document.write('</table></div>');
