@charset "UTF-8";

body {
	width: 960px;
	margin: 0 auto;
}
h1 {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
}
#footer {
	padding: 10px 0;
	text-align: center;
}
#content{
	width: 690px;
	margin: 50px auto;
}
ul#tab {
	zoom: 1;
	background: #c9c3c4;
	border-bottom: 3px solid #c81528;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 138px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul#tab li a:hover {
	background: #c95560;
	color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #c81528;
	color: #fff;
}
#detail {
	clear: both;
	overflow: hidden;
	background: #f7f7f7;
	width: 650px;
	height: 200px;
	padding: 20px;
}
.tabbox {
	display: none;
}