h2{
	display: inline;
	font-size: 1.1em;
	text-align: left;
	margin: 20px auto auto 60px;
}
table#profile-table{
	border: 2px Black solid;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: transparent;
	background-image: url(image/background.jpg);
	background-repeat: repeat-y;
}
table#profile-table td{
	padding: 8px 5px;
	font-size: 0.8em;
	font-family: sans-serif;
	vertical-align: middle;
}
table#profile-table td.left-top{
	border-right: 1px Black solid;
	width: 115px;
/*	background-color: Gray; */
	color: Black;
	font-weight: bold;

}
table#profile-table td.right-top{
}
table#profile-table td.left{
	border-right: 1px Black solid;
	border-top:  1px Black solid;
	width: 115px;
/*	background-color: Gray; */
	color: Black;
	font-weight: bold;
}
table#profile-table td.right{
	border-top:  1px Black solid;
}
table#profile-table td.right div#photo{
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*
 MAP table 
*/
table#map-table{
	border: 2px Black solid;
	width: 460px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
table#map-table td{
	padding: 8px 5px;
	font-size: 0.8em;
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
}
/*
 height setting
 */
div#all #left-side{
	height: 1120px;
}
div#all #right-side{
	height: 1120px;
}