/*
	Swf
*/

#swfMain , #swfBanner { margin-bottom:25px; }


/*
	Column
*/

.left_column {
	width:555px;
	float:left;
	margin-right:15px;
}
.left_column .tr{ padding-right:4px;}
.right_column {
	width:330px;
	float:right;
}


/*
	News
*/
#upDate{ display:inline;}

#news_back , #news_next { float:left;}
#news_back{ background:url(../img/news_backoff.gif) no-repeat; width:13px; height:13px; margin:9px 3px 9px 10px;}
#news_next{ background:url(../img/news_nextoff.gif) no-repeat; width:13px; height:13px; margin:9px 0px;}

#newsTicker ul#feedList{
	/*background:url(../img/news_line.gif);*/
	margin-bottom:3px;
}

/*#newsTicker ul#feedList li{
	height:40px;
	line-height:20px;
	background:url(../img/news_icon.gif) no-repeat;
	padding-top:10px;
	padding-left:20px;
}*/
#newsTicker ul#feedList li{
	line-height:20px;
	background:url(../img/news_icon.gif) no-repeat;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:9px;
	border-bottom:1px dotted #999999;
}
#newsTicker ul#feedList li a{
	margin-left:15px;
	text-decoration:underline;
}

#newsTicker ul#feedList li a:hover{ color:#EB5C01!important; }

/*
	Banner
*/
.banner_support{ margin:12px 0px; }

.s_banner_area{ border:1px solid #e6e5e5; padding:10px 12px; }

/*
	Sub title
*/

.subtit{
	background:url(../img/subtit_back.gif) repeat-x;
	height:31px;
	line-height:31px;
	vertical-align:bottom;
	border-left:#e6e5e5 1px solid;
	border-right:#e6e5e5 1px solid;
	padding-right:13px;
	font-size:10px;
}

.subtit .title{
	float:left;
}

.subtit .side{
	float:right;
}

.subtit a{
	font-weight:bold;
	color:#000000;
}

/*
	Banner
*/

.banner{
	font-family: "MS UI Gothic";
	border:1px solid #e6e5e5;
	background-color:#FFFFFF;
	width:328px;
	margin-top:5px;
}

.banner .banner_wrap{
	margin:2px;
	background:url(../img/banner_back.gif) repeat;
	border:1px solid #FFFFFF;
	/*padding:8px 9px 7px 12px;*/
}

.banner .banner_wrap .text{
	float:left;
	width:180px;
	line-height:140%;
	padding:8px 0px 7px 12px;
}

.banner .banner_wrap .text .title{
	font-weight:bold;
	text-decoration:underline;
	line-height:170%;
}

.banner .banner_wrap .img{
	float:right;
	width:111px;
	padding:8px 9px 7px 0px;
}

