@charset "utf-8";

/* main */
#main {
    width: 960px;
	height: 720px;
	background-image: url(../images/mainvisual_ko.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 auto;	
}

/* movie/productinfo */
div#top_under {
	position: absolute;
	top:590px;
	width:960px;
	height:200px;
}

div.movie {
	float: left;
	margin-left: 20px;
	clear:left;
}

div.topproduct {
	float: right;
	width: 220px;
	height: 140px;
	margin-top: 52px;
	margin-right: 30px;
	clear:right;
}

div ul.text {
	margin-top: 32px;
	margin-left: 5px;
	text-align: left;
	line-height: 14px;
}

/* news_twitter */
#news_twitter {
	width: 960px;
	height: 230px;
	margin: 0 auto;
	background-color:#000000;
	overflow: hidden;
}

#news {
	width: 480px;
	height: 230px;
	background-image:url(../images/news_bg_en.gif);
	float: left;
}

ul.newslist {
	width: 450px;
	height: 200px;
	margin: 30px 30px 0;
	font-size: 120%;
	line-height: 19px;
    overflow: auto;
}

#news ul li  {
	float:left;
	padding: 10px 0 10px 30px;
	background-image: url(../../images/newsicon.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#news ul li span {
	font-weight: 700;
}

#twitter {
	width: 480px;
	height: 280px;
	background-image:url(../images/tuitter_bg_en.gif);
	float: right;
	overflow:hidden;
}

div.twittererea {
	width: 460px;
	height: 250px;
	margin-top: 30px;
	margin-left: 10px;
}

/* copylight */
div.copylight{
	background-color: #006666;
	width:100%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
}

/* footer */
.notice{
	width:670px;
	font-size: 85%;
	margin: 5px auto;
    overflow: hidden;
}

#globalfooterwrap {
     background: #000000;
     text-align: center;
	 overflow: hidden;
	 clear: left;	
}

#globalfooterwrap ul {
	 width: 670px;
	 margin: 5px auto;
     overflow: hidden;
}

#globalfooterwrap ul li:first-child {
      border-left: none;
}

#globalfooterwrap ul li {
      float: left;
      padding: 0 10px;
      border-left: solid 1px #fffffff;
}

div.radio {
	float:left;
	margin-top:5px;
	clear:left;		
}

div.info {
	float:right;
	text-align:center;
	margin-top:5px;
	clear:right;
}

div.info li {
	margin:5px 2px 3px 0px;
	
}

/* banner  */
div.banner {
	float:left;
	margin-top:5px;
	clear:left;	
}

div.banner ul li {
	text-align:center;
	margin:0 auto;
}

.movie a:hover,
.info a:hover,
.banner a:hover {
	opacity: 0.7;
}
