@charset utf-8;
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
	color: #333333;
	text-align: center;
}

div{
	margin:0;
	padding:0;
}


#mapbody{
	position: relative;
	clear:both;
	width:622px;
	margin:0 0 18px 0;
	background:#ffffff;
	font-size:1.4em;
}

#mapdisc{
	width:145px;
	border:#d3d3d3 1px solid;
	padding:30px;
	position:absolute;
	right: 20px;
	bottom: 20px;
}

* html #mapdisc{
	width:205px;
}

#linkgooglemap{
	background:url(/src/img/linkicon_green.gif) no-repeat 0px 4px;
	display:block;
	margin-top:5px;
	padding:0 0 0 18px;
}