@charset "utf-8";

a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
.listReset{
	padding:0;
	list-style:none;
}

.tabPanel{
	width:620px;
	margin:auto;
	position:relative;
	height:250px;
}
.tab-content{
	width:620px;
	height:250px;
	top:50;
	left:0;
	position: absolute;
}


.switch{
	width:100px;
	position: relative;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.switch a{
	display: inline;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/tabBG.png);
	font-size: 18px;
	background-position: center center;
	margin: 0px;
	height: 28px;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-repeat: no-repeat;
}
.switch a:hover{
	color:#FFFFFF;
	background-image: url(../images/tabBG_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.now-tab, a.now-tab:hover{
	color:#FFF;
	font-weight:bold;
	border:0;
	background-image: url(../images/tabBG_now.png);
	background-repeat: no-repeat;
	background-position: center center;
}
li {
	display: inline;
}
