@charset "utf-8";
@import url("base.css");
@import url("common.css");


/* ---------- pamphleft ---------- */

#main .download {
	padding:7px 0 5px 30px;
	background-image: url(../../images/timetable/common/bg_download.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---------- tab ---------- */

.tab {
	width:510px;
	float:left;
	background:url(../../images/henro/bg_map.jpg) left top no-repeat;
	padding:114px 0 13px 180px;
	display:inline;
}

.tab li {
	float:left;
	width:53px;
	display:block;
}

.tab li a {
	display:block;
	float:left;
}

.tab .active a {
	position:relative;
}

.tab .active img {
	visibility:hidden;
}

.tab .m1-5 a {
	background:url(../../images/henro/btn_1-5_on.gif) left top no-repeat;
}

.tab .m6-10 {
	padding:0 0 0 205px;
}

.tab .m6-10 a {
	background:url(../../images/henro/btn_6-10_on.gif) left top no-repeat;
}

.tab li a:hover {
	background-color:#FFFFFF;
}

.tab li a:hover img {
	visibility:hidden;
}

.image {
	width:690px;
	float:left;
}

