@charset "utf-8";
/* CSS Document */

#icon_download{
	margin: 15px;
	width: 132px;
	height: 47px;
	overflow: hidden;
	background: url(./maps/icon_download.png) top left no-repeat;
	display: block;
	}
#icon_download:hover{
	background-position: bottom right;
	}

#icon_heading{
	margin-left: 99px;
	margin-top: -6px;
	width: 44px;
	height: 44px;
	background: url(./maps/icon_heading.png) no-repeat;
	float: left;
	}

#icon_heading_sub{
	margin-left: 110px;
	margin-top: -3px;
	width: 33px;
	height: 33px;
	background: url(./maps/icon_heading_sub.png) no-repeat;
	float: left;
	}
