body {
	background-color: #f0f0e9;
	margin:0;
}
.bg_map{
	overflow:hidden;
}
.bg_image img{
	width:1200px;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}

.bg_map_full{
  background: url(../images/bg_body.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#loc_my{
	margin-left:40px;
	margin-top:10px;
	float:left;
	position:fixed;
}
#loc_id{
	margin-left:40px;
	margin-top:60px;
	float:left;
	position:fixed;
}
#loc_th{
	margin-left:40px;
	margin-top:110px;
	float:left;
	position:fixed;
}

.loc_img{
	border:10px solid transparent;
	height:31px;
	width:122px;
	transition-duration: 0.2s;
}
.loc_img:hover{
	width:142px;
	height:auto;
	border-left:none;
	border-right:none;
}