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

.info{
	width:520px;
	margin:0 auto;
	background:#eaeaea;
	padding:10px 0;
	font-size:14px;
}

.info div{
	border-bottom:dotted 1px #333333;
	padding:20px 0 ;
	text-align:center;
}
.info div p{
	margin:0 auto;
	text-align:left;
	width:400px;
}
.info div.last-child{
	border:none;
}

#gmap{
	margin:0 auto 10px;
	border:solid 1px #cccccc;
	width:740px;
	height:500px;
}

.map-link{
	overflow:hidden;
	zoom:1;
	width:740px;
	margin:0 auto;
}
.map-link .to_English{
	float:left;
}
.map-link .to_mapfun{
	float:right;
	line-height:32px;
	vertical-align:middle;
	display:inline-block;
	background:url(../images/mapBtn.gif) right 0 no-repeat;
	padding-right:95px;
}

/* English
----------------------*/
#map_eng {
	padding: 20px;
	width: 600px;
	margin:0 auto;
}
#map_eng p {
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
#map_eng #btn {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

/* contents
-------------------------------*/
#conBody #contents{
  padding:15px 0 30px;
}
