@charset "utf-8";
@import url("../_common/_other.css");

/* 代々木の森　交通アクセス */

#MainBox p.About {
	text-align: center;
	color: #060;
}
#MainBox .Text {
	color: #000;
}
#MainBox .Text dl.Station {
	margin: 3px 0 5px 20px;
	padding: 0;
	line-height: 1.4;
}
#MainBox .Text dl.Station dt {
	font-weight: bold;
}
#MainBox .Text dl.Station dd {
	margin: 0;
	padding: 0 0 .6em;
}

#MainBox .Text #MapImage {
	float: right;
	margin: -10px 0 0;
	padding: 0 0 15px 10px;
	width: 302px;
	text-align: center;
}
#MainBox .Text #MapImage a {
	text-decoration: none;
	line-height: 1.5;
}
#MainBox .Text #MapImage a img {
	border: 1px solid #ccf;
}
#MainBox .Text #MapImage a:hover img {
	border-color: #6cf;
}
#MainBox .Text #Addr {
	clear: right;
	margin: 30px 20px 0;
	padding: 10px;
	font-family: sans-serif;
	background: #fff;
	border: 3px double #690;
}
#MainBox .Text #Addr p {
	margin: 1em 0 1em 40px;
	font-size: 14px;
}

#MainBox .Text #Addr dl {
	margin: 0 0 0 120px;
	padding: 0;
	font-size: 14px;
}
#MainBox .Text #Addr dl dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
}
#MainBox .Text #Addr dl dt.Tel {
	padding-left: 1.3em;
	width: 4.7em;
	height: 25px;
	font-weight: bold;
	color: #4e8a09;
	background-image: url("../_common/images/tel.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#MainBox .Text #Addr dl dd {
	margin: 0 0 .4em 7em;
	padding: 0;
	font-weight: bold;
	letter-spacing: .1em;
}
#MainBox .Text #Addr dl dd.Tel {
	height: 25px;
}


