@charset "utf-8";

.googlemapbox {
	display:block;
	float:left;
	background: url(../images/access/map_bg.png) top left no-repeat;
	width: 848px;
	margin-top:20px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 45px;
	height: 530px;	
}


.maptxt {
	padding-left: 750px;
	color:#900;
	font-size:12px;
}

.accessbox {
	display:block;
	float:left;
	width: 850px;
	margin-left:50px;
	height:auto;
	margin-bottom: 20px;	
}

.accessMain {
	font-size: 15px;
	line-height: 30px;
	border-left: 5px solid #FFF;
	border-bottom: 1px solid #FFF;
/*	border-top: 1px solid #FFF;  */
/*	border-right: 1px solid #FFF;  */
	text-indent: 0.5em;
	padding: 6px;
}

.mainLink a {
	font-size: 15px;
	line-height: 34px;
}

.subLink {
	font-size: 15px;
	line-height: 34px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-indent: 0.5em;
	margin-left:15px;
	padding: 10px;
}

.subLink a {
	font-size: 15px;
	line-height: 34px;
}

.time {
	margin-left: 6px;
}

.time td {
	padding: 5px;
}

.mainLink a:hover, .subLink a:hover {
	color: #F60;
}

.linkGroup {
	padding-bottom: 14px;
}

.under_map {
	float: left;
	margin-top: 0px;
	width: 950px;
	height: 55px;
}

.under_map img {
}
	
.under_map a:hover { opacity: 0.8; }


