@charset "utf-8";


/* レイアウト */

/* トップページ */

#header{
	width:760px;
	height:120px;
}

#wrapper{
	width:712px;
	height:464px;
	background:url(../images/bg_top.gif) no-repeat;
	padding:0 24px;
}

#lead-box{
	margin-top:50px;
	padding:0 10px;
}

#lead-box p{
	font-size:14px;
	line-height:20px;
	padding-bottom:10px;
	color:#666666;
}

#btn-movie{
	float:right;
	margin-left:20px;
}

h1{
	position:relative;
	top:19px;
	left:228px;
}

#top-menu{
	width:712px;
	height:107px;
	clear:both;
	margin:18px 0;
}

#top-menu li{
	float:left;
}

#top-menu .space{
	margin-left:17px;
}




