
/* header */
#header {
	width:870px;
	margin:0 auto;
	position:relative;
}
#header_bar {
	width:740px;
	height:47px;
	position: absolute;
	left:95px;
	top:0;
	background:url(../images/common/header_bg.gif) left top no-repeat;
}
#header_swf {
	position: absolute;
	left:0;
	top:0;
	width:550px;
}
#search_txt {
	position: absolute;
	left:578px;
	top:15px;
	width:100px;
	border:0;
	font-size:10px;
	color:#999999;
}
#search_btn {
	position: absolute;
	left:692px;
	top:12px;
}

/* main_swf */
#main_swf {
	width:906px;
	margin:0 auto;
	text-align:center;
}

/* main_menu */
ul#main_menu {
	width:870px;
	margin:0 auto;
}
ul#main_menu li {
	display: block;
	float:left;
}

/* main */
#main {
	background:#dbdfe3 url(../images/common/main_bg.gif) left top repeat-x;
}


#three_column {
	width:870px;
	margin:20px auto 0 auto;
}

.column_base {
	background:#f6f7f8;
	position:relative;
	margin:0 0 10px 0;
}

.column_base .list_btn {
	position:absolute;
	right:9px;
	top:7px;
	display:block;
}

#left_column {
	float:left;
	width:190px;
	margin:0 10px 0 0;
}

#left_column dl {
	width:190px;
}

#left_column dt {
	color:#1f5496;
	padding:0.8em 10px 0.5em 10px;
	font-weight:bold;
}

#left_column dt span {
	color:#1f5496;
}

#left_column dd {
	padding:0 10px 1px 10px;
}


#left_column .banner { margin:0 0 10px 0; }


#center_column {
	float:left;
	width:470px;
	margin:0 10px 0 0;
}

#center_column dl#news {
	width:470px;
	padding:10px 0 0 0;
}

#center_column .news {
	padding: 0 0 10px 0px;
}
	
#center_column dl#news dt {
	color:#1f5496;
	width:105px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	background:url(../images/top/news_icon.gif) 105px center no-repeat;
}
#center_column dl#news dt span {
	color:#ff6600;
}
#center_column dl#news dd {
	width:340px;
	padding:5px 0 5px 0;
	float:left;
}

#center_column .release {
	width:470px;
}

#center_column .release dl {
	width:235px;
	border-top: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	float:left;
}
#center_column .release dl.r {
	width:234px;
	border-left: solid 1px #d5d5d5;
	border-right: 0;
	margin-left:-1px;
}

#center_column .release dt {
	color:#1f5496;
	width:160px;
	float:right;
	padding-top:10px;
	font-weight:bold;
}
#center_column .release dd.cover {
	width:64px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
#center_column .release dd.cover img {
	border:1px solid #999;
}
#center_column .release dd.exp {
	font-size:11px;
	padding-bottom:10px;
}
#center_column .release dd {
	width:160px;
	float:right;
}





#right_column {
	float:left;
	width:190px;
}

#right_column dt {
	color:#1f5496;
	padding:0.8em 10px 0.5em 10px;
	font-weight:bold;
}

#right_column dt span {
	color:#ff6600;
}

#right_column dd {
	padding:0 10px 1px 10px;
}
#right_column .live {
	padding:0 0 0.8em 0;
}

#right_column .live span {
	color:#1f5496;
}

#right_column .info {
	padding:0 0 10px 0;
}
#right_column .info p {
	margin:10px 10px 0 10px;
}

#right_column .banner { margin:0 0 10px 0; }





.pagetop {
	width:870px;
	margin:0px auto;
	text-align:right;
}



/* footer */
#footer {
	width:870px;
	height:70px;
	margin:20px auto 20px auto;
	position:relative;
}
#footer ul {
	width:280px;
	position:absolute;
	left:90px;
	top:10px;
}
#footer ul li {
	float:left;
	font-size:10px;
	padding:0 1em 1.5em 0;
	white-space: nowrap; 
}

#footer .banner {
	width:370px;
	position:absolute;
	left:500px;
	top:10px;
}
#footer .banner a {
	margin-left:5px;
}

/* 090728add */
#center_column div#news {
	width:470px;
	padding:10px 0 0 0;
}

#center_column div#news div.day {
	color:#1f5496;
	width:100px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	background:url(../images/top/news_icon.gif) 100px center no-repeat;
}

#center_column div#news div.txt {
	width:340px;
	padding:5px 0;
	float:left;
}

#center_column div#news div.day span {
	padding-left:5px;
	color:#FF6600;
}

