@charset 'utf-8';

/*** #topContents ***/

#topContents{
	color:#FFF;
	position: absolute;
	bottom:0;
	left:0px;	
	width:100%;

	min-width:1020px;
}



#newsArea{
	position:relative;
	margin:0px 30px 5px;
	padding:6px 10px;
	background:#111;
	opacity: 0.9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;	
	font-size:10.5px;font-size:1.05rem;

	-moz-user-select : none;
	-webkit-user-select : none;
	-ms-user-select : none;
	user-select : none;
}

#newsHead{
	width:60px;
	height:40px;
	float:left;
	position:relative;
}

#newsArea h3{
	margin:8px 0;
}

#newsArchive{
	position:absolute;
	bottom:5px;
	left:3px;
	display:block;
}

#newsList{
	margin-left:66px;
}

#newsList dt,
#newsList dd{
	line-height:20px;
	margin:4px 0;
}

#newsList .tag{
	width:70px;
	background:#666;
	color:#FFF;

	
	font-size:11px;font-size:1.1rem;
	font-family: Helvetica,Arial;
	font-weight: lighter;
	text-align:center;
	float:left;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;

	position:relative;
}

#newsList .date{
	float:left;
	font-family: Helvetica,Arial;
	padding-top:1px;
	padding-left:10px;
	text-align: right;
	width:60px;
}

#newsList dd{
	position:relative;
	top:1px;
	margin-left:150px;
	margin-right:306px;
	overflow:hidden;
	white-space:nowrap;
}

#newsList dd:after{
	content:" ";
	display:block;
	clear:both;
	position:inline;
}

#bannerTable{
	position:absolute;
	right:6px;
	top:6px;
	line-height: 0;
}

#bannerTable td{
	padding:2px;
}
#bannerTable td img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

#bannerTable a:hover img{
	opacity: 0.75;
}


#topContents a:link    { color:#DDFFDD; text-decoration:none;}
#topContents a:visited { color:#DDFFDD; text-decoration:none;}
#topContents a:hover   { color:#AADDAA; text-decoration:underline;}
#topContents a:active  { color:#88AA88; text-decoration:none;}
