@charset "utf-8";

/*
########################################################
  tab1
########################################################
*/

#tab_01 ul#tab1 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#tab_01 ul#tab1 li {
	text-align: center;
	border-bottom: none;
	float: left;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
#tab_01 ul#tab1 li p.map {
	background: url(../images/tab_map.jpg) no-repeat left top;
	width: 127px;
	height: 29px;
}
#tab_01 ul#tab1 li p.streetview {
	background: url(../images/tab_streetview.jpg) no-repeat left top;
	width: 127px;
	height: 29px;
}
#tab_01 ul#tab1 li p.drawing {
	background: url(../images/tab_drawing.jpg) no-repeat left top;
	width: 127px;
	height: 29px;
}
#tab_01 ul#tab1 li a {
	width: 127px;
	height: 29px;
	display: block;
}
#tab_01 ul#tab1 li.selected {
}
#tab_01 ul#tab1 li.selected a {
}
#tab_01 ul#tab1 li.selected p.map {
	background: url(../images/tab_map_o.jpg) no-repeat left top;
	width: 127px;
	height: 30px;
}
#tab_01 ul#tab1 li.selected p.streetview {
	background: url(../images/tab_streetview_o.jpg) no-repeat left top;
	width: 127px;
	height: 30px;
}
#tab_01 ul#tab1 li.selected p.drawing {
	background: url(../images/tab_drawing_o.jpg) no-repeat left top;
	width: 127px;
	height: 30px;
}

#tab_01 dl {
	margin: 0;
	border-top: none;
	clear: both;
}
#tab_01 dl dt {
	display: none;
}
#tab_01 dl dd {
	width: 405px;
	height: 405px;
}
#tab_01 dl dd p {
}

