@charset "utf-8";
#top_contents{
	width:567px;
}

#infobox{
	border:1px solid gray;
	float:left;
	width:370px;
	height:auto;
	margin-top:10px;
	background: url(images/midashi_info.gif) top left repeat-x;
	margin-bottom:10px;
	overflow: auto;
	padding-right: 18px;
}

#infobox ul{
	margin-top:50px;
}

#moviebox{
	border:1px solid gray;
	float:right;
	width:168px;
	height:200px;
	margin-top:10px;
	background: url(images/midashi_opningmovie.gif) top left repeat-x;
	text-align:center;
	margin-bottom:10px;
}

#moviebox p{
	margin-top:50px;
}

#schedulebox{
	clear:both;
	border:1px solid gray;
	width:567px;
	height:145px;
	background: url(images/midashi_schedule.gif) top left no-repeat;
}

#schedulebox ul{
	margin-top:50px;
}


#resultbox{
	border:1px solid gray;
	width:567px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(images/midashi_result.gif) top left no-repeat;
}
#resultbox h2{
	margin-left:120px;
	line-height:200%;
	margin-top:10px;
	font-size:14px;
}
#resultbox dl{
	margin-left:10px;
}
#resultbox dt{
	font-weight:bold;
}

