/* CSS Document */
/* 	header
------------------------------------------------------------ */
header {
}
	header h1 {
	}



/* 	footer
------------------------------------------------------------ */
#footer {
	width: 640px;
	height: auto;
}
	#footer_sns {
		width: 400px;
		height: 110px;

		background: url(../img/bg_share.jpg) top center no-repeat;

		margin: 0 auto;
		margin-top: 60px;

		position: relative;
	}
		#footer_sns ul {
			width: 142px;
			height: 70px;

			position: absolute;
			top: 21px;
			left: 218px;
		}
			#footer_sns ul li {
				width: 70px;
				height: 70px;

				float: left;
				margin-left: 2px;

				list-style: none;
			}
			#footer_sns ul li:first-child {
				margin-left: 0px;
			}
	#footer_btn_official {
		width: 400px;
		height: 60px;

		margin: 0 auto;
		margin-top: 60px;
	}
	#footer_btn_copy {
		width: 310px;
		height: 24px;

		margin: 0 auto;
		margin-top: 10px;
	}
	#btn_pagetop {
		width: 90px;
		height: 90px;

		margin: 0 auto;
		margin-top: 42px;
		margin-bottom: 50px;
	}



/*  content
------------------------------------------------------------ */
#content {
}
	#content_movie {
		margin-top: 54px;
	}
		#content_movie_main {
			width: 640px;
			height: 453px;
			background: url(../img/frame_movie.jpg) top center no-repeat;

			position: relative;
		}
			#content_movie_main iframe {
				width: 554px;
				height: 313px;

				position: absolute;
				top: 70px;
				left: 50%;
				margin-left: -277px;
			}
		#content_movie_btn {
			width: 640px;
			height: 220px;

			margin-top: -10px;
		}
		#content_btn_shop {
			width: 640px;
			height: 294px;

			margin-top: 37px;
		}

	#content_song {
	}
		#content_song h2 {
			margin-top: 53px;
		}


