@charset "UTF-8";

body {
	background-color: #2C2C2C;
	margin: 0;
}

#header  {
	width: 840px;
	height: 655px;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}
#mov-box {
	width:380px;
	height:347px;
	padding-top:218px;
	margin-left:26px;
}
#mov-box .mov{
	padding-top:15px;
	height:332px;
	background-image:url(../images/bg_iframe.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#area-onair {
	width:796px;
	height:90px;
	margin:0 auto;
	background-image:url(../images/bg_onair.jpg);
	background-repeat:no-repeat;
}

.update {
	width:100px;
	height:20px;
	margin-top:60px;
	margin-left:10px;
	float:left;
}

.onair {
	width:670px;
	height:52px;
	margin-top:8px;
	float:left;
	text-align:right;
}

.onair img {
	margin-left:13px;
}