
html {
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#e5b814;
	scrollbar-track-color:#000000;
	scrollbar-3dlight-color: #e5b814;
	scrollbar-highlight-color: #e5b814;
	scrollbar-shadow-color: #e5b814;
	scrollbar-darkshadow-color: #e5b814;
}


#wrapper{
	background:#000000 url(../img/bg.jpg) no-repeat top center;
	width:100%;
	min-width:995px;
}

div#mainArea{
	width:995px;
	margin:0 auto;
	height:686px;
	position:relative;
}

h1#logo{
	position:absolute;
	top:40px;
	right:-55px;
}

h2#onairText{
	position:absolute;
	top:34px;
	left:-40px;
}
h2#onairText2{
	position:absolute;
	top:73px;
	left:-72px;
}

div#topNav{
	width:360px;
	position:absolute;
	top:213px;
	right:-55px;
}

p#mobile{
	position:absolute;
	top:473px;
	left:25px;
}


div#topNav ul{
	width:250px;
	margin-left:55px;
	margin-top:-5px;
}

div#topNav ul li{
	text-align:center;
}

div#topNav ul li img{
	vertical-align:bottom;
	position:relative;
	z-index:1;
}

div#topContents{
	width:995px;
	margin:0 auto;
}

div#topNav p.menuTop{
	position:relative;
	z-index:2;
}

div#topNav p.menuBottom{
	width:200px;
	margin:-5px auto 0 auto;
}

div#newsUnit{
	background:url(../img/news_base.png) no-repeat center top;
	width:640px;
	height:420px;
	float:left;
}

div.newsBox{
	width:583px;
	height:297px;
	margin:80px auto 0 auto;
	overflow:auto;
}

div.newsBox ul li{
	background:url(../img/line.png) no-repeat left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
	line-height:1.2;
}

div#newsUnit a:link{color:#ffffff; text-decoration:none;}
div#newsUnit a:visited{color:#ffffff; text-decoration:none;}
div#newsUnit a:hover{color:#f0cb0b; text-decoration:none;}
div#newsUnit a:active{color:#f0cb0b; text-decoration:none;}


.date{
	color:#f0cb0b;
	padding-right:20px;
	padding-left:10px;
}


div#movieUnit{
	background:url(../img/movie_base.png) no-repeat center top;
	width:354px;
	height:420px;
	float:left;
}

div#playMovie{
	width:320px;
	height:205px;
	background:#999;
	margin:58px 0 0 18px;
}

div#movieUnit div.text{
	margin:0 25px;
}

div#movieUnit div.text p.title{
	color:#f0cb0b;
	margin:10px 0;
}

/*-----------------------------*/

div.bannerContents{
	width:995px;
	margin:0 auto;
}

div.bannerContents ul{
	margin:30px 0 0 170px;
}

div.bannerContents li{
	float:left;
}

div.bannerContents li{
	margin-right:20px;
}



