@charset "shift_jis";

/* ベース　CSS Document */

div#header {
	width: 947px;	/* total:947px */
	height: 695px;
	margin: 0px;
	background: url(images/mainvisual.png) no-repeat;
}
/*---------------------------------------------
 動画
---------------------------------------------*/
div#video_area {/*動画*/
	width: 928px;
	height: 522px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
}
video {
	display: block;
	width: 928px;
	height: 522px;
}


/*---------------------------------------------

---------------------------------------------*/
div#desc {
	width: 947px;
	height: 257px;
	margin: 20px auto 10px auto;
	text-align: center;
	background: url(images/text.png) no-repeat;
}


