﻿@charset "utf-8";
/* CSS Document */

table#outline{
	width:730px;
	border-collapse:collapse;
	margin:0 0 50px;
}

table#outline th,
table#outline td{
	padding:20px 0 5px;
	border-bottom: dashed 1px #A69A8E;
}

table#outline th{
	width:80px;
	font-weight:bold;
}

#gMap{
	width:726px;
	height:300px;
	border:solid 1px #4E361D;
}