
.dvd{
	width:670px;
	text-align:left;
	padding: 20px 0 5px;
	background-color: #036;
}
.dvd p{
	margin:0 20px 10px;
	line-height:180%;
	color: #FFF;
}
.chapter{
	background-color:#003;
	padding:20px 0;
	color:#FFF;
	text-align:left;
}
.chapter .box{
	clear:both;
	margin:0 20px;
}
.chapter h2{
	margin:0 0 10px 150px;
	padding:10px 0 0 0;
	font-size:110%;
	line-height:150%;
}
.chapter h2 span{
	color:#8BA5CF;
}
.chapter .box p{
	margin:0 0 20px 150px;
	padding:0px 0 0 0;
	font-size:100%;
	line-height:150%;
}

.chapter p.center{
	margin:0 0 20px;
	padding:0px 0 0 0;
	font-size:130%;
	line-height:150%;
	text-align: center;
	color: #EAE2A5;
}

.chapter a{
	display:block;
	float:left;
	width:148px;
	height:56px;
	text-indent:-9999px;
	background:url(image/dvd_chapter.png) no-repeat -0px -0px;
}
.chapter a.chapter01{
	background:url(image/dvd_chapter.png) no-repeat -0px -0px;
}
.chapter a.chapter01:hover{
	background:url(image/dvd_chapter.png) no-repeat -200px -0px;
}
.chapter a.chapter02{
	background:url(image/dvd_chapter.png) no-repeat -0px -112px;
}
.chapter a.chapter02:hover{
	background:url(image/dvd_chapter.png) no-repeat -200px -112px;
}
.chapter a.chapter03{
	background:url(image/dvd_chapter.png) no-repeat -0px -224px;
}
.chapter a.chapter03:hover{
	background:url(image/dvd_chapter.png) no-repeat -200px -224px;
}


.contact{
	text-align:left;
	margin: 0 20px;
	padding: 10px 20px;
	background-color: #003366;
	border-radius: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.contact p{
	margin:0 0 0 140px;
	line-height: 150%;
}
.contact h2{
	float:left;
	margin:0 0 0 0px;
	line-height: 150%;
	padding: 0;
}

