@charset "utf-8";
/* CSS Document */
#building_tab1 {
	height: 400px;
	overflow: hidden;
	width: 242px;
	background-color: #eceadf;
}
#building_tab1 ul {
	height: 398px;
	width: 240px;
}
#building_tab1 ul li {
	float: left;
	height: 98px;
	width: 240px;
	list-style: none;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #222222;
	border-left: 1px solid #222222;
}
#building_tab1 ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 98px;
	width: 240px;
}
#building_tab1 ul li a:hover {
	background-position: 0px 100%;
}
#building_tab1 ul li#top1 a {
	background-image: url(../images/new/top6.png);
}
#building_tab1 ul li#top2 a {
	background-image: url(../images/new/top7.png);
}
#building_tab1 ul li#top3 a {
	background-image: url(../images/new/top8.png);
}
#building_tab1 ul li#top4 a {
	background-image: url(../images/new/top9.png);
}

