@charset "utf-8";

@import "common.css";

/* --------------------------------- layout */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #eec800;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: url(../img/bg.gif) repeat-y 0px 0px;
}

#wrapper #main {
	text-align: center;
}


/* ------------------------------ movie */

#main .movie {
	height: 558px;
}

/* ------------------------------ btn */

/* キーアートボタン */
#main .pop {
	position: relative;
}

#main .pop img.top-btn {
	position: absolute;
	bottom: 37px;
	left: 157px;
}

#main .pop img.twitter-btn {
	position: absolute;
	bottom: 37px;
	left: 300px;
}

#main .btn {
}