/*map.css */
/*
=================================== Map ================================*/
* {
	margin: 0;
	padding: 0;
}
html { height:100%; }
body {
	height:100%;
	color: #333333;
	margin-top: 0px;
	word-spacing: 0.2em;
	background:#FFF;
	font: 12px/1.6 Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS P ゴシック", 'メイリオ';
 *font-size: small;
 *font: x-small;
}
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
div#map {
	width:454px;
	margin:0 auto;
	padding:0;
	background-color: #FFFFFF;
	height:500px;
}
div#map dl {
	width:430px;
	margin:0 auto;
	padding: 0;
}
div#map dl dt {
	width:220px;
	margin:0;
	float:right;
	display: block;
	text-align: right;
}
div#map dl dd {
	width:210px;
	margin:0;
	float:right;
	font-size: 13px;
	line-height: 160%;
	padding: 5px 0 0 0;
	display: block;
}
#GoogleMap {
	width:450px;
	border: 2px solid #A28C5D;
	clear:both;
	margin: 10px 0 5px;
}
#add {
	float:left;
	display:block;
	width:500px;
	height:50px;
	background:url(../images/add.gif) no-repeat;
}
#btn {
	float:right;
	display: block;
	width:78px;
	height:28px;
	margin:0;
}
#btn a {
	width:78px;
	height:28px;
	background:url(../images/printBtn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	outline:none;
}
#btn a:hover {
	width:78px;
	height:28px;
	background:url(../images/printBtn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	outline: none;
}
/* clearfix */
.cf:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf { min-height: 1px; }
* html .cf { height: 1px;/*\*//*/  height: auto;  overflow: hidden;  /**/ }
