@charset "utf-8";
#container {
	background: url(../images/report_main_bg_mid.png) repeat-y center top;
	clear: both;
}
#contents {
	background: url(../images/report_main_bg_top.png) no-repeat center top;
	padding-top:30px;
	padding-left: 40px;
}

#map {
	height: 700px;
	width: 670px;
}


#contener_bottom {
	background: url(../images/report_main_bg_bottom.png) no-repeat center bottom;
	clear: both;
	height: 15px;
	padding-bottom: 0px;
}
#map_box    {
	background: url(../images/report_main_bg_top.png) no-repeat center top;
	height: 800px;
	width: 750px;
}
#contents img {
	float: left;
	margin-top: 10px;
}
#contents h3  a {
	background-image: url(../images/banner_tent_rep.png);
	display: block;
	height: 53px;
	width: 158px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#contents h3  a:hover {
	background-image: url(../images/banner_tent_rep_o.png);
}
#contents h4  a {
	background-image: url(../images/banner_ent_rep_b.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 53px;
	width: 158px;
	margin-top: 10px;
	margin-left: 10px;
}
#contents h4  a:hover {
	background-image: url(../images/banner_ent_rep_b_o.png);
}



.mainmenu  a.nav_report {
	background-image: url(../../common/dropdownmenu/img/g_report_o.png);
}
.map_list {
	color:#93848C;
	width:350px;
	height:11em;
    zoom:1;/*for IE 5.5-7*/

}
.map_list:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
	visibility:hidden;

}
#container .map_list h2{
	font-weight:bold;
	padding: 5px 5px 5px 0;
	width:90%;
	background-image:none;
}
.map_list li{
	font-size:86%;
	line-height:1.3em;
	margin:3px 10px 0 0 ;
}
#contents .map_list img{
	float:right;
	padding-left:5px;
}


