/**********************************ページの背景色の設定****************************/
body{
	background: url(../img/top_bk.jpg) repeat;
}
/**********************************ページのレイアウトの設定************************/	
#main h1{
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 394px;
	width: 831px;
	overflow: hidden;
}
#main .box{
	width:831px;
	height:211px;
}
#main .box div.movie{
	float:left;
}
#main .box h3.concept{
	float:left;
	width:266px;
	height:211px;
	background-image:url(../img/top_concept.jpg);
	background-repeat:no-repeat;
}
#main .box h3.concept a{
	text-decoration: none;
	background-image: url(../img/concept_more.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 47px;
	overflow: hidden;
	position:relative;
	top:168px;
	left:18px;
}
#main .box h3.lineup{
	float:left;
	width:263px;
	height:211px;
	background-image:url(../img/top_lineup.jpg);
	background-repeat:no-repeat;
}
#main .box h3.lineup a{
	text-decoration: none;
	background-image: url(../img/lineup_more.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 47px;
	overflow: hidden;
	position:relative;
	top:168px;
	left:18px;
}
