@charset "UTF-8";
/***************************************************************

* DARTSLIVE Co.,Ltd.
* home.css

***************************************************************/
#content {
	padding: 0;
	margin: 0;
	background: none;
}
#content h2 {
	margin: 0;
}

div#top-banner {
	margin: 0 5px 35px;
}
#main {
	width: 632px;
	float: left;
}
#main #news {
	width: 632px;
	height: 131px;
	background: url(../img/home/bg_news.png) no-repeat;
	margin: 0 0 15px;
}
* html #main #news{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#main #news h2 {
	text-indent: -5000px;
	height: 36px;
}
#main #news ul {
	padding: 10px 25px;
	margin: 0 14px 7px 0;
	overflow: auto;
	height: 62px;
	position: relative;

}
#main #news li {
}
#main #news a {
	color:#333; 
	text-decoration: none;
	position: relative;
}
#main #news a:hover {
	color:#e40580; 
	text-decoration: none;
}
/*
#main #news #mask1 {
	width: 578px;
	height: 15px;
	position: absolute;
	bottom: 13px;
	left: 25px;
	background-color: #CCC;
}*/
#main .banner li {
	margin: 0 0 15px;
}
#sidebar {
	width: 271px;
	float: right;
}

#sidebar .banner li {
	margin: 0 0 2px;
}


.banner a:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#tooltip {
    position: absolute;
    width: 10em;
    border: 1px solid #FFF;
    background: #570333;
    color: #FFF;
    padding: 5px;
    opacity: 0.9;
}
#tooltip h3, #tooltip div {
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
}
#tooltip.darktip {
    background: #333;
}


