/* ↓ここから編集↓ */

/* 名前表示位置 */
#name_yamazaki{		/* 代表取締役　山崎高康 */
	float:right;
}
.space1{ /* 文字と文字の間に空白(1文字)を入れる */
	padding-left: 1em;
}
/* 地図の上の住所 */
.address p{
	width:500px;
	height:50px;
}
/* 地図表示 */
#map_canvas ,#map_canvas2{					/* 本社地図*/
	width:500px;
	height:400px;
	
	margin-top: 0px;
}
.border_bottom{
	border-bottom: thin dashed #808080;

}