@charset "utf-8";
/*////////////////////////////////////// CSS設定 ////////*/

body {
    background-color: #FBFBEF;
	width: 680px;
	overflow: hidden;
}

#container {
	width: 680px;
    height: 440px;
	overflow: hidden;
	position: relative;
}

#movie_area {
	width: 640px;
    height: 360px;
	position: absolute;
    top: 30px;
	left: 20px;
}
