@charset "utf-8";
/* CSS Document */
#tab {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}
#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#tab li {
	width: 394px;
	margin-left:4px;
	margin-right:4px;
	text-align: center;
}
#tab li:last-child {
	background: none;
}
#tab li a {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	background-color: #577DD5;	
	display: block;
	text-decoration: none;
}
#tab li a:hover {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	text-decoration: none;
	color: #577DD5;
	font-size: 14px;
	font-weight: normal;
	background-color: #BCCBEE;
}


#tab li.active,
#tab li.active a,
#tab li.active a:hover {
	color: #FFFFFF;
}
#detail {
	clear: both;
	overflow: hidden;
	width: 960px;
	height:auto;
}
.tabbox {
	display: none;	
}
