@charset "utf-8";
/* CSS Document */
#tab {
	zoom: 1;
	list-style: none;
	margin: 0 auto 15px;
	padding: 0;
}
#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#tab li {
	float: left;
	text-align: center;
}
#tab li:last-child {
	background: none;
}
#tab li a {
/*
	display: block;
	width: 220px;
	height: 100px;
	margin:5px;
	padding:0;
	text-decoration: none;
	*/
}
#tab li a:hover {
	color: #fff;
}
#tab li.active,
#tab li.active a,
#tab li.active a:hover {
	color: #fff;
}
#detail {
	clear: both;
	overflow: hidden;
	width: 740px;
	height:auto;
}
.tabbox {
	display: none;
}
