//＜特集バナー＞（特集がない場合は以下3行削除）
document.write('<div class="extrabnr">');
document.write('<a href="/cinema/yougisha-x/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.html">キャスト</a></td>');
document.write('		<td><a href="original.html">原作</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td><a href="staff.html">監督</a></td>');
document.write('		<td><a href="music.html">主題歌</a></td>');
document.write('		<td><a href="interview.html">インタビュー</a></td>');
document.write('		<td><br /></td>');
document.write('	</tr>');

document.write('</table></div>');
