h2{
	width: 1280px;
	height: 100px;
	position: relative;	
	font-size: 24px;
	background: url(../img/title.jpg) no-repeat;
	margin: 10px auto;
}
h2 span{
	position: absolute;
	top: 35px;
	left: 20px;	
}
h3{
	position: relative;
}
h3 span{
	position: absolute;
	right: 50px;
}
div.map{
	width: 1200px;
	margin: 20px auto 50px;	
}
div.map h3{
	background: url(../../common/img/title_bg.png) no-repeat;
	width: 1200px;
	height: 30px;
	padding: 6px 0 0 40px;
	font-size: 20px;
}
div#map_canvas{
	width: 100%;
	height: 450px;
}
iframe{
	margin: 10px auto;
	width: 1200px;
	height: 450px;
}
div.acc_pdf{
	margin: 5px 0;
	text-align: center;
}