#areaIMG
{
	position:relative;
	height:450px;
}
#areaMSG
{
	position:relative;
	height:124px;
	padding: 13px 20px 13px 20px;
}
#wrapper
{
	position:relative;
	background-color:#000;
	overflow:hidden;
}
#areaMSG h1
{
	/* 第４話以降の 第○章 とサブタイトル */
	font-size:40px;
	line-height:60px;
	text-align:center;
}
#areaMSG h2
{
	/* 第○章（第１〜３話にはサブタイトルが無いためこれを適用） */
	font-size:48px;
	line-height:60px;
	text-align:center;
}
#S0:hover,#S1:hover,#S2:hover,#S3:hover { text-decoration:underline; }
#chapter:hover { color:#DFFFDF; }
