@charset "utf-8";
/* CSS Document */

#tit3{
	background: url(tit3.jpg) left top no-repeat;
	width: 960px;
	height: 286px;
	position: relative;
}

#tit3 p{
	    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#tit3 #map{
	position: absolute;
	top:0;
	right: 25px;
	width: 300px;
	height: 253px;
	
}

#tit3 #map iframe{
		width: 300px;
	height: 253px;
	border: #fff solid 5px !important;
	box-shadow: 2px 2px 2px #999;
}