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


/* access page
=============================================================================*/
#cont01 {
	padding-top: 30px;
	margin-bottom: 60px;
	}
	#cont01 .mapArea {
	width: 1000px;
	height: 600px;
	}

#cont02 {
	}
	#cont02 #g-map {
	float: right;
	width: 570px;
	height: 570px;
	border: solid 1px #999;
	}
	#cont02 .txtArea {
	float: left;
	width: 400px;
	height: 600px;
	}
	#cont02 .imgArea {
	margin-bottom: 30px;
	}

#cont03 {
	padding: 70px 0 20px;
	background: url(../img/bg02.png);
	margin-bottom: 100px;
	}
#cont03 .cont { margin-bottom: 30px; }
#cont03 .container { margin-bottom: 70px; }


