#map_canvas {
    width : 100%; /* 구글 지도 넓이 */
    height: 500px; /* 구글 지도 높이 */
    font-size:12px;
}

/* 말풍선관련 css 시작 */
#map_canvas .map_Heading { /* 말풍선 타이틀(회사명) css */
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    color:#30C;
}

#map_canvas .map_Content { /* 말풍선 내용 css */
    font-size:12px;
    color:#333;
}

/* 말풍선 회사홈페이지 링크 css */
#map_canvas a:link.map_Content    { text-decoration: none; color: #333; }
#map_canvas a:active.map_Content  { text-decoration: none; color: #333; }
#map_canvas a:visited.map_Content { text-decoration: none; color: #333; }
#map_canvas a:hover.map_Content   { text-decoration: none; color: #A2002E; }