@charset "utf-8";

/* access.css */

#access {
	width: 775px;
}

#access .header {
	width: 775px;
	height: 35px;
	background-image: url('../img/access.png');
	background-repeat: no-repeat;
}

#access .body {
	width: 773px;
	border: 1px solid #ddd;
}

#access .body .address {
	text-align: center;
	font-weight: bold;
}

#access .body .fromJR,
#access .body .fromMetro {
	width: 700px;
	margin: 20px auto;
	border-left: 5px solid #FF0099;
	padding-left: 10px;
}

#access .body .fromJR dl,
#access .body .fromMetro dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#access .body .fromJR dl dd,
#access .body .fromMetro dl dd {
	margin-left: 20px;
}

#access .body .fromJR dl dd table,
#access .body .fromMetro dl dd table {
	width: 680px;
}

#access .body .fromJR dl dd table td.img,
#access .body .fromMetro dl dd table td.img {
	width: 340px;
	height: 200px;
	background-color: #FFEEFF;
}

#access .body .fromJR dl dd table td.text,
#access .body .fromMetro dl dd table td.text {
	width: 340px;
	height: 200px;
}

#access .body .googlemap {
	width: 700px;
	height: 400px;
	margin: 10px auto;
	border: 1px solid #999;
}


#access .footer {
	width: 775px;
	height: 35px;
	background-image: url('../img/access_footer.png');
	background-repeat: no-repeat;
}
