/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

.pro_title {
	height: 64px;
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 40px;
	border-bottom: 1px solid #5e6364;
}

.contents {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

.data table {
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 8px;
	width: 100%;
}

.data td, th {
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.data th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background-image: url(../img/profile/pro_bg.gif);
	background-repeat: repeat;
}

.map {
	padding-bottom: 5px;
	font-family: 'Quicksand', sans-serif;
	color: #555;
	font-size: 17px;
	font-weight: 700;
	padding-top: 5px;
	background-image: url(../img/profile/map_dot.gif);
	background-repeat: repeat;
	padding-left: 7px;
	margin-bottom: 8px;
}
#map_canvas {
	border: 1px solid #cacaca;
	height: 560px;
	width: 100%;
}

.map_large {
	padding-top: 5px;
}

/* ------------------------------
link
------------------------------ */
.data a:link
{
	color: #555;
	text-decoration: none;
}
.data a:visited
{
	color: #555;
	text-decoration: none
}
.data a:hover
{
	color: #969696;
	text-decoration: underline
}
