@charset "Shift_JIS";

/* 地図共通 */
.map {
	position: relative;
	height: 255px;
}
.map h2,
.map .focused,
.map .outside,
.map-nav,
.map-nav ul {
	position: absolute;
	top: 0;
	left: 0;
}
.map .focused a,
.map .outside a,
.map-nav ul a,
.map-nav .back {
	position: absolute;
}
.map .outside a,
.map-nav .shortcut a {
	display: inline-block;
	background-repeat: no-repeat;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.map .focused a:focus,
.map .outside a:focus,
.map-nav a:focus {
	outline: none;
}

/* 全国 */
.map--zenkoku {
	font-size: 118.18%;
	line-height: 1.3;
}
.map--zenkoku a {
	padding-left: 5px;
	background: url("/jalan/doc/top/top_image/map/arrow_right.png") left center no-repeat;
	text-decoration: none;
}
.map--zenkoku a:link,
.map--zenkoku a:visited {
	color: #333;
}
.map--zenkoku a:hover {
	color: #ff7d00;
	text-decoration: underline;
}
.map--zenkoku .labels li {
	position: absolute;
}
.map--zenkoku .labels a {
	display: inline-block;
	padding: 5px 7px 5px 11px;
	border: #ccc 1px solid;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .8) !important;
	background-color: #fff;
	background-position: 6px 50%;
	font-weight: bold;
}
.map--zenkoku .area {
	position: absolute;
	display: none;
	padding: 5px 5px 2px;
	border: #f60 2px solid;
	border-radius: 3px;
	background-color: #faf8f0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .35);
	z-index: 1000;
}
.map--zenkoku .areas h3 {
	margin-top: -1px;
	margin-bottom: 5px;
	font-size: 100%;
}
.map--zenkoku .areas ul {
	overflow: hidden;
	width: 100px;
}
.map--zenkoku .areas li {
	float: left;
	width: 50px;
	margin-bottom: 5px;
	font-size: 92.3%;
	font-weight: normal;
}
.map--zenkoku .areas a:link,
.map--zenkoku .areas a:visited {
	color: #1b47ff;
}
.map--zenkoku .areas a:hover {
	color: #ff7d00;
}
.map--zenkoku .label--hokkaido,
.map--zenkoku .area--hokkaido {
	top: 35px;
	left: 273px;
}
.map--zenkoku .label--tohoku,
.map--zenkoku .area--tohoku {
	top: 104px;
	left: 262px;
}
.map--zenkoku .label--kitakanto,
.map--zenkoku .area--kitakanto {
	top: 159px;
	left: 232px;
}
.map--zenkoku .label--shutoken,
.map--zenkoku .area--shutoken {
	top: 196px;
	left: 212px;
}
.map--zenkoku .label--koshinetsu,
.map--zenkoku .area--koshinetsu {
	top: 121px;
	left: 180px;
}
.map--zenkoku .label--tokai,
.map--zenkoku .area--tokai {
	top: 214px;
	left: 157px;
}
.map--zenkoku .label--hokuriku,
.map--zenkoku .area--hokuriku {
	top: 131px;
	left: 125px;
}
.map--zenkoku .label--kinki,
.map--zenkoku .area--kinki {
	top: 176px;
	left: 131px;
}
.map--zenkoku .label--saninsanyo,
.map--zenkoku .area--saninsanyo {
	top: 153px;
	left: 31px;
}
.map--zenkoku .label--shikoku,
.map--zenkoku .area--shikoku {
	top: 200px;
	left: 76px;
}
.map--zenkoku .label--kyushu,
.map--zenkoku .area--kyushu {
	top: 213px;
	left: 21px;
}
.map--zenkoku .label--okinawa {
	top: 61px;
	left: 84px;
}
.map--zenkoku .label--kaigai {
	top: 95px;
	left: 14px;
}
.map--zenkoku .area--kinki ul,
.map--zenkoku .area--saninsanyo ul,
.map--zenkoku .area--kyushu ul {
	width: 150px;
}

/* 東北 */
.map .tohoku_aomori a {
	top: 42px;
	left: 201px;
}
.map .tohoku_akita a {
	top: 92px;
	left: 180px;
}
.map .tohoku_iwate a {
	top: 96px;
	left: 225px;
}
.map .tohoku_yamagata a {
	top: 145px;
	left: 176px;
}
.map .tohoku_miyagi a {
	top: 168px;
	left: 223px;
}
.map .tohoku_fukushima a {
	top: 205px;
	left: 187px;
}
.map--tohoku a {
	background-image: url("/jalan/doc/top/top_image/map/tohoku_bg.gif");
}
.map--tohoku a:hover {
	background-image: url("/jalan/doc/top/top_image/map/tohoku_bg_on.gif");
}
.map .tohoku_niigata a {
	top: 193px;
	left: 146px;
	width: 26px;
	height: 13px;
	background-position: -146px -193px;
}
.map .tohoku_gunma a {
	top: 232px;
	left: 142px;
	width: 26px;
	height: 13px;
	background-position: -142px -232px;
}
.map .tohoku_tochigi a {
	top: 232px;
	left: 177px;
	width: 26px;
	height: 13px;
	background-position: -177px -232px;
}

/* 北関東 */
.map .kitakanto_gunma a {
	top: 116px;
	left: 142px;
}
.map .kitakanto_tochigi a {
	top: 100px;
	left: 210px;
}
.map .kitakanto_ibaraki a {
	top: 145px;
	left: 243px;
}
.map--kitakanto a {
	background-image: url("/jalan/doc/top/top_image/map/kitakanto_bg.gif");
}
.map--kitakanto a:hover {
	background-image: url("/jalan/doc/top/top_image/map/kitakanto_bg_on.gif");
}
.map .kitakanto_niigata a {
	top: 39px;
	left: 134px;
	width: 26px;
	height: 13px;
	background-position: -134px -39px;
}
.map .kitakanto_fukushima a {
	top: 31px;
	left: 246px;
	width: 26px;
	height: 13px;
	background-position: -246px -31px;
}
.map .kitakanto_nagano a {
	top: 147px;
	left: 90px;
	width: 26px;
	height: 13px;
	background-position: -90px -147px;
}
.map .kitakanto_yamanashi a {
	top: 212px;
	left: 123px;
	width: 26px;
	height: 13px;
	background-position: -123px -212px;
}
.map .kitakanto_saitama a {
	top: 172px;
	left: 179px;
	width: 26px;
	height: 13px;
	background-position: -179px -172px;
}
.map .kitakanto_tokyo a {
	top: 204px;
	left: 186px;
	width: 26px;
	height: 13px;
	background-position: -186px -204px;
}
.map .kitakanto_kanagawa a {
	top: 230px;
	left: 175px;
	width: 38px;
	height: 13px;
	background-position: -175px -230px;
}
.map .kitakanto_chiba a {
	top: 210px;
	left: 249px;
	width: 26px;
	height: 13px;
	background-position: -249px -210px;
}

/* 首都圏 */
.map .shutoken_saitama a {
	top: 90px;
	left: 168px;
}
.map .shutoken_tokyo a {
	top: 122px;
	left: 174px;
}
.map .shutoken_kanagawa a {
	top: 150px;
	left: 163px;
}
.map .shutoken_chiba a {
	top: 145px;
	left: 238px;
}
.map--shutoken a {
	background-image: url("/jalan/doc/top/top_image/map/shutoken_bg.gif");
}
.map--shutoken a:hover {
	background-image: url("/jalan/doc/top/top_image/map/shutoken_bg_on.gif");
}
.map .shutoken_gunma a {
	top: 34px;
	left: 147px;
	width: 26px;
	height: 13px;
	background-position: -147px -34px;
}
.map .shutoken_tochigi a {
	top: 17px;
	left: 212px;
	width: 26px;
	height: 13px;
	background-position: -212px -17px;
}
.map .shutoken_ibaraki a {
	top: 73px;
	left: 251px;
	width: 26px;
	height: 13px;
	background-position: -251px -73px;
}
.map .shutoken_nagano a {
	top: 66px;
	left: 89px;
	width: 26px;
	height: 13px;
	background-position: -89px -66px;
}
.map .shutoken_yamanashi a {
	top: 129px;
	left: 119px;
	width: 26px;
	height: 13px;
	background-position: -119px -129px;
}
.map .shutoken_shizuoka a {
	top: 200px;
	left: 137px;
	width: 26px;
	height: 13px;
	background-position: -137px -200px;
}

/* 甲信越 */
.map .koshinetsu_niigata a {
	top: 92px;
	left: 178px;
}
.map .koshinetsu_nagano a {
	top: 166px;
	left: 137px;
}
.map .koshinetsu_yamanashi a {
	top: 209px;
	left: 167px;
}
.map--koshinetsu a {
	background-image: url("/jalan/doc/top/top_image/map/koshinetsu_bg.gif");
}
.map--koshinetsu a:hover {
	background-image: url("/jalan/doc/top/top_image/map/koshinetsu_bg_on.gif");
}
.map .koshinetsu_yamagata a {
	top: 11px;
	left: 249px;
	width: 26px;
	height: 13px;
	background-position: -249px -11px;
}
.map .koshinetsu_fukushima a {
	top: 90px;
	left: 257px;
	width: 26px;
	height: 13px;
	background-position: -257px -90px;
}
.map .koshinetsu_gunma a {
	top: 152px;
	left: 191px;
	width: 26px;
	height: 13px;
	background-position: -191px -152px;
}
.map .koshinetsu_tochigi a {
	top: 138px;
	left: 240px;
	width: 26px;
	height: 13px;
	background-position: -240px -138px;
}
.map .koshinetsu_ibaraki a {
	top: 170px;
	left: 260px;
	width: 26px;
	height: 13px;
	background-position: -260px -170px;
}
.map .koshinetsu_saitama a {
	top: 187px;
	left: 214px;
	width: 26px;
	height: 13px;
	background-position: -214px -187px;
}
.map .koshinetsu_tokyo a {
	top: 206px;
	left: 217px;
	width: 26px;
	height: 13px;
	background-position: -217px -206px;
}
.map .koshinetsu_kanagawa a {
	top: 224px;
	left: 205px;
	width: 35px;
	height: 13px;
	background-position: -205px -224px;
}
.map .koshinetsu_chiba a {
	top: 229px;
	left: 255px;
	width: 26px;
	height: 13px;
	background-position: -255px -229px;
}
.map .koshinetsu_toyama a {
	top: 141px;
	left: 97px;
	width: 26px;
	height: 13px;
	background-position: -97px -141px;
}
.map .koshinetsu_gifu a {
	top: 206px;
	left: 91px;
	width: 26px;
	height: 13px;
	background-position: -91px -206px;
}
.map .koshinetsu_aichi a {
	top: 236px;
	left: 96px;
	width: 26px;
	height: 13px;
	background-position: -96px -236px;
}
.map .koshinetsu_shizuoka a {
	top: 240px;
	left: 148px;
	width: 26px;
	height: 13px;
	background-position: -148px -240px;
}

/* 北陸 */
.map .hokuriku_ishikawa a {
	top: 145px;
	left: 158px;
}
.map .hokuriku_fukui a {
	top: 185px;
	left: 146px;
}
.map .hokuriku_toyama a {
	top: 126px;
	left: 210px;
}
.map--hokuriku a {
	background-image: url("/jalan/doc/top/top_image/map/hokuriku_bg.gif");
}
.map--hokuriku a:hover {
	background-image: url("/jalan/doc/top/top_image/map/hokuriku_bg_on.gif");
}
.map .hokuriku_niigata a {
	top: 73px;
	left: 319px;
	width: 26px;
	height: 13px;
	background-position: -319px -73px;
}
.map .hokuriku_nagano a {
	top: 165px;
	left: 276px;
	width: 26px;
	height: 13px;
	background-position: -276px -165px;
}
.map .hokuriku_yamanashi a {
	top: 214px;
	left: 314px;
	width: 26px;
	height: 13px;
	background-position: -314px -214px;
}
.map .hokuriku_gunma a {
	top: 141px;
	left: 326px;
	width: 26px;
	height: 13px;
	background-position: -326px -141px;
}
.map .hokuriku_gifu a {
	top: 198px;
	left: 207px;
	width: 26px;
	height: 13px;
	background-position: -207px -198px;
}
.map .hokuriku_shiga a {
	top: 236px;
	left: 136px;
	width: 26px;
	height: 13px;
	background-position: -136px -236px;
}
.map .hokuriku_kyoto a {
	top: 232px;
	left: 70px;
	width: 26px;
	height: 13px;
	background-position: -70px -232px;
}
.map .hokuriku_hyogo a {
	top: 234px;
	left: 28px;
	width: 26px;
	height: 13px;
	background-position: -28px -234px;
}

/* 東海 */
.map .tokai_gifu a {
	top: 81px;
	left: 169px;
}
.map .tokai_mie a {
	top: 170px;
	left: 133px;
}
.map .tokai_aichi a {
	top: 128px;
	left: 180px;
}
.map .tokai_shizuoka a {
	top: 130px;
	left: 232px;
}
.map--tokai a {
	background-image: url("/jalan/doc/top/top_image/map/tokai_bg.gif");
}
.map--tokai a:hover {
	background-image: url("/jalan/doc/top/top_image/map/tokai_bg_on.gif");
}
.map .tokai_gunma a {
	top: 12px;
	left: 294px;
	width: 26px;
	height: 13px;
	background-position: -294px -12px;
}
.map .tokai_saitama a {
	top: 51px;
	left: 322px;
	width: 26px;
	height: 13px;
	background-position: -322px -51px;
}
.map .tokai_tokyo a {
	top: 78px;
	left: 325px;
	width: 26px;
	height: 13px;
	background-position: -325px -78px;
}
.map .tokai_kanagawa a {
	top: 99px;
	left: 313px;
	width: 35px;
	height: 13px;
	background-position: -313px -99px;
}
.map .tokai_nagano a {
	top: 41px;
	left: 237px;
	width: 26px;
	height: 13px;
	background-position: -237px -41px;
}
.map .tokai_yamanashi a {
	top: 85px;
	left: 274px;
	width: 26px;
	height: 13px;
	background-position: -274px -85px;
}
.map .tokai_toyama a {
	top: 6px;
	left: 186px;
	width: 26px;
	height: 13px;
	background-position: -186px -6px;
}
.map .tokai_ishikawa a {
	top: 25px;
	left: 142px;
	width: 26px;
	height: 13px;
	background-position: -142px -25px;
}
.map .tokai_fukui a {
	top: 53px;
	left: 133px;
	width: 26px;
	height: 13px;
	background-position: -133px -53px;
}
.map .tokai_shiga a {
	top: 122px;
	left: 116px;
	width: 26px;
	height: 13px;
	background-position: -116px -122px;
}
.map .tokai_kyoto a {
	top: 117px;
	left: 75px;
	width: 26px;
	height: 13px;
	background-position: -75px -117px;
}
.map .tokai_nara a {
	top: 184px;
	left: 96px;
	width: 26px;
	height: 13px;
	background-position: -96px -184px;
}
.map .tokai_wakayama a {
	top: 211px;
	left: 51px;
	width: 38px;
	height: 13px;
	background-position: -51px -211px;
}

/* 近畿 */
.map .kinki_shiga a {
	top: 98px;
	left: 230px;
}
.map .kinki_kyoto a {
	top: 97px;
	left: 189px;
}
.map .kinki_nara a {
	top: 168px;
	left: 210px;
}
.map .kinki_oosaka a {
	top: 153px;
	left: 177px;
}
.map .kinki_wakayama a {
	top: 199px;
	left: 161px;
}
.map .kinki_hyogo a {
	top: 111px;
	left: 142px;
}
.map--kinki a {
	background-image: url("/jalan/doc/top/top_image/map/kinki_bg.gif");
}
.map--kinki a:hover {
	background-image: url("/jalan/doc/top/top_image/map/kinki_bg_on.gif");
}
.map .kinki_ishikawa a {
	top: 9px;
	left: 264px;
	width: 26px;
	height: 13px;
	background-position: -264px -9px;
}
.map .kinki_fukui a {
	top: 41px;
	left: 246px;
	width: 26px;
	height: 13px;
	background-position: -246px -41px;
}
.map .kinki_gifu a {
	top: 66px;
	left: 298px;
	width: 26px;
	height: 13px;
	background-position: -298px -66px;
}
.map .kinki_aichi a {
	top: 117px;
	left: 308px;
	width: 26px;
	height: 13px;
	background-position: -308px -117px;
}
.map .kinki_mie a {
	top: 164px;
	left: 258px;
	width: 26px;
	height: 13px;
	background-position: -258px -164px;
}
.map .kinki_tottori a {
	top: 81px;
	left: 99px;
	width: 26px;
	height: 13px;
	background-position: -99px -81px;
}
.map .kinki_okayama a {
	top: 119px;
	left: 97px;
	width: 26px;
	height: 13px;
	background-position: -97px -119px;
}
.map .kinki_kagawa a {
	top: 174px;
	left: 90px;
	width: 26px;
	height: 13px;
	background-position: -90px -174px;
}
.map .kinki_tokushima a {
	top: 202px;
	left: 109px;
	width: 26px;
	height: 13px;
	background-position: -109px -202px;
}
.map .kinki_kochi a {
	top: 217px;
	left: 63px;
	width: 26px;
	height: 13px;
	background-position: -63px -217px;
}
.map .kinki_ehime a {
	top: 202px;
	left: 22px;
	width: 26px;
	height: 13px;
	background-position: -22px -202px;
}

/* 山陰・山陽 */
.map .saninsanyo_tottori a {
	top: 66px;
	left: 253px;
}
.map .saninsanyo_okayama a {
	top: 106px;
	left: 250px;
}
.map .saninsanyo_hiroshima a {
	top: 126px;
	left: 189px;
}
.map .saninsanyo_shimane a {
	top: 82px;
	left: 177px;
}
.map .saninsanyo_yamaguchi a {
	top: 151px;
	left: 110px;
}
.map--saninsanyo a {
	background-image: url("/jalan/doc/top/top_image/map/saninsanyo_bg.gif");
}
.map--saninsanyo a:hover {
	background-image: url("/jalan/doc/top/top_image/map/saninsanyo_bg_on.gif");
}
.map .saninsanyo_hyogo a {
	background-position: -316px -96px;
	top: 96px;
	left: 316px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_kagawa a {
	background-position: -267px -155px;
	top: 155px;
	left: 267px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_tokushima a {
	background-position: -281px -184px;
	top: 184px;
	left: 281px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_kochi a {
	background-position: -234px -198px;
	top: 198px;
	left: 234px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_ehime a {
	background-position: -194px -190px;
	top: 190px;
	left: 194px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_fukuoka a {
	background-position: -65px -190px;
	top: 190px;
	left: 65px;
	width: 26px;
	height: 13px;
}
.map .saninsanyo_ooita a {
	background-position: -99px -219px;
	top: 219px;
	left: 99px;
	width: 26px;
	height: 13px;
}

/* 四国 */
.map .shikoku_kagawa a {
	top: 77px;
	left: 245px;
}
.map .shikoku_tokushima a {
	top: 107px;
	left: 264px;
}
.map .shikoku_ehime a {
	top: 109px;
	left: 175px;
}
.map .shikoku_kochi a {
	top: 128px;
	left: 212px;
}
.map--shikoku a {
	background-image: url("/jalan/doc/top/top_image/map/shikoku_bg.gif");
}
.map--shikoku a:hover {
	background-image: url("/jalan/doc/top/top_image/map/shikoku_bg_on.gif");
}
.map .shikoku_hyogo a {
	top: 17px;
	left: 306px;
	width: 26px;
	height: 13px;
	background-position: -306px -17px;
}
.map .shikoku_okayama a {
	top: 29px;
	left: 246px;
	width: 26px;
	height: 13px;
	background-position: -246px -29px;
}
.map .shikoku_hiroshima a {
	top: 48px;
	left: 177px;
	width: 26px;
	height: 13px;
	background-position: -177px -48px;
}
.map .shikoku_shimane a {
	top: 14px;
	left: 150px;
	width: 26px;
	height: 13px;
	background-position: -150px -14px;
}
.map .shikoku_yamaguchi a {
	top: 74px;
	left: 93px;
	width: 26px;
	height: 13px;
	background-position: -93px -74px;
}
.map .shikoku_ooita a {
	top: 152px;
	left: 86px;
	width: 26px;
	height: 13px;
	background-position: -86px -152px;
}
.map .shikoku_miyazaki a {
	top: 205px;
	left: 82px;
	width: 26px;
	height: 13px;
	background-position: -82px -205px;
}
.map .shikoku_wakayama a {
	top: 129px;
	left: 311px;
	width: 37px;
	height: 13px;
	background-position: -311px -129px;
}

/* 九州 */
.map .kyushu_fukuoka a {
	top: 47px;
	left: 157px;
}
.map .kyushu_ooita a {
	top: 83px;
	left: 203px;
}
.map .kyushu_miyazaki a {
	top: 143px;
	left: 197px;
}
.map .kyushu_kumamoto a {
	top: 115px;
	left: 160px;
}
.map .kyushu_kagoshima a {
	top: 179px;
	left: 141px;
}
.map .kyushu_saga a {
	top: 70px;
	left: 120px;
}
.map .kyushu_nagasaki a {
	top: 101px;
	left: 109px;
}
.map--kyushu a {
	background-image: url("/jalan/doc/top/top_image/map/kyushu_bg.gif");
}
.map--kyushu a:hover {
	background-image: url("/jalan/doc/top/top_image/map/kyushu_bg_on.gif");
}
.map .kyushu_yamaguchi a {
	top: 9px;
	left: 211px;
	width: 26px;
	height: 13px;
	background-position: -211px -9px;
}
.map .kyushu_ehime a {
	top: 44px;
	left: 300px;
	width: 26px;
	height: 13px;
	background-position: -300px -44px;
}
.map .kyushu_kochi a {
	top: 62px;
	left: 326px;
	width: 26px;
	height: 13px;
	background-position: -326px -62px;
}

/* 共通ナビ */
.map-nav a {
	background-image: url("/jalan/doc/top/top_image/map/nav.gif");
}
.map-nav a:hover {
	background-image: url("/jalan/doc/top/top_image/map/nav_on.gif");
}
.map-nav .nav_hokkaido a {
	top: 43px;
	left: 24px;
	width: 38px;
	height: 10px;
	background-position: -24px -43px;
}
.map-nav .nav_tohoku a {
	top: 56px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -56px;
}
.map-nav .nav_kitakanto a {
	top: 69px;
	left: 24px;
	width: 38px;
	height: 10px;
	background-position: -24px -69px;
}
.map-nav .nav_shutoken a {
	top: 82px;
	left: 24px;
	width: 38px;
	height: 10px;
	background-position: -24px -82px;
}
.map-nav .nav_koshinetsu a {
	top: 95px;
	left: 24px;
	width: 38px;
	height: 10px;
	background-position: -24px -95px;
}
.map-nav .nav_hokuriku a {
	top: 108px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -108px;
}
.map-nav .nav_tokai a {
	top: 121px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -121px;
}
.map-nav .nav_kinki a {
	top: 134px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -134px;
}
.map-nav .nav_saninsanyo a {
	top: 147px;
	left: 24px;
	width: 55px;
	height: 10px;
	background-position: -24px -147px;
}
.map-nav .nav_shikoku a {
	top: 160px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -160px;
}
.map-nav .nav_kyushu a {
	top: 173px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -173px;
}
.map-nav .nav_okinawa a {
	top: 186px;
	left: 24px;
	width: 28px;
	height: 10px;
	background-position: -24px -186px;
}
.map-nav .back {
	top: 236px;
	left: 312px;
}

/* noscript 用代替コンテンツ */
.map-alternative {
	padding-bottom: 8px;
	background: #fff6e8 url("/jalan/doc/top/top_image/panel_bg.jpg") repeat-x;
}

.map-alternative h2 {
	position: static;
	width: 100%;
	height: 24px;
	margin-bottom: 2px;
	background: url("/assets/img/pages/top/h2-search-from-areas.gif") no-repeat;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

.map-alternative dl {
	overflow: hidden;
	*zoom: 1;
	margin: 0 7px;
	border-bottom: #ccc 1px dotted;
	font-size: 90.9%;
}

.map-alternative dt,
.map-alternative dd {
	padding-top: .1em;
}

.map-alternative dt {
	clear: left;
	float: left;
	width: 6em;
}

.map-alternative dd {
	float: left;
	margin-right: 1em;
}
