@charset "utf-8";

#formWrap {
	width: 100%;
	margin:0px auto;

	font-size: 20px;
}

div#gmap {
	width:100%;
	height:700px;
	border:2px solid #E7DEC0;
	padding:1px;
}

.ggmap {
padding-bottom: 720px;
padding-top: 5px;
margin-top: 5px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
/*width: 100%;
height: 100%;*/
}

div#footer{
	clear: both;
	color: #333;
	margin-top: 45px;
	border-top: 1px solid #FF8080;
}
div#footer p#copyright{
	padding-top: 10px;
	text-align: right;
}

table.topTable{
	width:96%;
	margin:0 auto;
	border-collapse:collapse;
}

a:link { color: #0000e0; }
a:visited { color: #0000e0; }
a:hover { color: #0000f0; background-color: pink;}
a:active { color: #0080ff; background-color: pink;}

p.resizeimage img
{
	max-width: 100;
	width: 50;
}
