@charset "utf-8";
/* CSS Document */
#live{
	text-indent:-9999px;
	width:207px;
	height:157px;
	background:url(../img/btn_live.jpg) 3px 0 no-repeat;
}
#live a{
	display:block;
	width:207px;
	height:157px;
}
#live a:hover{
	background:url(../img/btn_live_on.jpg) 3px 0 no-repeat;
}
#movie{
	text-indent:-9999px;
	width:205px;
	height:81px;
	background:url(../img/btn_movie.jpg) 3px 0 no-repeat;
}
#movie a{
	display:block;
	width:205px;
	height:81px;
}
#movie a:hover{
	background:url(../img/btn_movie_on.jpg) 3px 0 no-repeat;
}

#movieContents .movieBox {
	margin:10px 0 0 0;
}
#movieContents .text {
	margin:10px 0 0 0;
}
.pt40 {
	padding-top:40px;
}