@charset "UTF-8";

section.news {
	border: solid 1px #CCC;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
}
section.news h2 {
	border-bottom: solid 1px #CCC;
}
section.news div.container {
	height: 120px;
	overflow: auto;
}

section.container_left {
	float: left;
	width: 400px;
}
section.container_right {
	float: right;
	width: 520px;
}
div.map {
	height: 435px;
	background-image: url(../images/map.gif?232c);
	background-color: #EEE;
	position: relative;
	overflow: hidden;
}

section.news div.container ul li a {
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
}
section.news div.container ul li a span {
	font-size: 10px;
	color: #666;
}
section.news div.container ul li a:hover {
	text-decoration: underline;
}
section.news div.container ol {
	padding: 2px;
}
section.news div.container ol li {
	float: left;
	padding: 2px;
}
/*div.graph {
	position: absolute;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	width: 20px;
	height: 0px;
	background-color: #F00;
	border: solid 1px #FFF;
}*/

div.graph,div.graph_hot,div.graph1,div.graph2 {
	font-size: 16px;
	text-align: center;
	width: 40px;
	height: 53px;
	background-image: url(../images/map_icon.gif?sss);
	position: absolute;
	top: -100px;
}
div.graph_hot {
	background-image: url(../images/map_icon_hot.png);
}
div.graph span,div.graph_hot span,div.graph1 span,div.graph2 span {
	display: block;
	padding: 4px 0px;
}


div#map_0 {
	left: 290px;
	/*bottom: 215px;*/
}
div#map_1 {
	left: 330px;
	/*bottom: 300px;*/
}
div#map_2 {
	left: 285px;
	/*bottom: 310px;*/
}
div#map_3 {
	left: 255px;
	/*bottom: 90px;*/
}
div#map_4 {
	left: 335px;
	/*bottom: 140px;*/
}
div#map_5 {
	left: 365px;
	/*bottom: 265px;*/
}
div#map_6 {
	left: 50px;
	/*bottom: 265px;*/
}
div#caption {
	font-size: 16px;
	position: absolute;
	top: 100px;
	left: 20px;
	line-height: 2.0em;
}
div#caption strong {
	font-size: 36px;
	color: #F00;
}