@charset "utf-8";
/* CSS Document */

#slideshow{
	position:relative;
	width:855px;
	height:460px;
}
	#slideshow div{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	#slideshow div#slide_1{
		background:url(../img/top/1.jpg) 0 0 no-repeat;
	}
	#slideshow div#slide_2{
		background:url(../img/top/2.jpg) 0 0 no-repeat;
	}
	#slideshow div#slide_3{
		background:url(../img/top/3.jpg) 0 0 no-repeat;
	}

#movie{
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	height:181px;
	background:transparent url(../img/top/movie_bg.png) 0 24px no-repeat;
}
	#movie_h{
		width:100%;
		height:24px;
		background:transparent url(../img/top/movie_h.png) 0 0 no-repeat;
		text-indent:-9999px;
		overflow:hidden;
	}