@charset "utf-8";
	
#top {
	width: 1200px;
	height: 1450px;
	margin: 0 auto;
	position: relative;
	}

#top h2 {
	top: 42px;
	left: 50px;
	position: absolute;
	}

/* sp banner */
#top #spBanner {
	top: 80px;
	right: 50px;
	position: absolute;
	}

/* whatsnew */
#top #whatsnew {
	width: 1100px;
	height: 35px;
	background: url(../images/top/bg_whatsnew.png) no-repeat;
	top: 20px;
	left: 50px;
	position: absolute;
	}

#top #whatsnew #title {
	top: 10px;
	left: 15px;
	position: absolute;
	}

#top #whatsnew #ticker {
	width: 640px;
	height: 24px;
	top: 0;
	left: 180px;
	overflow: hidden;
	padding: 6px 0 0 0;
	position: absolute;
	}

#top #whatsnew #ticker ul {
	width: 100%;
	position: relative;
	}

#top #whatsnew #ticker ul li {
	width: 100%;
	font-size: 12px;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	}

#top #whatsnew #ticker ul li span {
	font-size: 10px;
	color: #919aa1;
	}

/* share */
#top #whatsnew #share {
	top: 8px;
	left: 845px;
	position: absolute;
	}

#top #whatsnew #share ul li {
	width: 120px;
	float: left;
	}

/* onair */
#top #onair {
	top: 230px;
	left: 40px;
	position: absolute;
	}

#top #onair2 {
	top: 360px;
	left: 50px;
	position: absolute;
	}

/* nav */
#top nav {
	width: 560px;
	top: 485px;
	left: 50px;
	position: absolute;
	}

#top nav ul li {
	overflow: hidden;
	margin: 0  20px 20px 0;
	float: left;
	}

/* movie */
#top ul#movie {
	top: 785px;
	left: 50px;
	position: absolute;
	}

#top ul#movie li {
	float:left;
	}

#top ul#movie li p {
	margin: 55px 0 0 0;
	}

/* info */
#infoBg #info {
	width: 1100px;
	margin: 20px auto 0 auto;
	}

#infoBg #info .twitter {
	width: 387px;
	margin: 0 40px 0 0;
	float: left;
	}

#infoBg #info .link {
	float: left;
	}

#infoBg #info .link .tit {
	line-height: 0;
	margin: 0 0 15px 0;
	}

#infoBg #info .link ul li {
	margin: 0 0 10px 0;
	}

/* footer */
footer {
	width: 100%;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
	text-align: center;
	background-color: #000;
	padding: 10px 0;
	bottom: 0;
	left: 0;
	position: fixed;
	}