@charset "UTF-8";
/* 頁籤*/


#container {
	clear:both;
	margin:0 auto 12px;
}
.tabpanel {
	overflow:hidden;
	width:100%;
	padding: 0 1px 0 0;
	margin:0;
}
.tabpanel .tabpanel {
	border:1px solid #006ebf;
	border-top:none;
	width:auto;
	_width:518px;
}

.tabpanel h2 {
	display:none;
}
ul.tablist {
	list-style: none;
	margin:0;
	padding:0;
	line-height: 110%;
	font-size: 0.9375em;
	letter-spacing: 1px;
	overflow:hidden;
	_width:533px;
	border-bottom: 2px solid #006ebf;
}
.tablist li {
	float:left;
	margin:0 1px;
	padding:0 11px 0 0;
	background:url(../images/tab_li.png) no-repeat right bottom;
	color:#444;
}
.tablist li span {
	display:block;
	background:url(../images/tab_li.png) no-repeat left bottom;
	padding:11px 0 3px 10px;
}
.tablist li.selected {
	background:url(../images/tab_li_now.png) no-repeat right bottom;
	color:#fff;
}
.tablist li.selected span {
	background:url(../images/tab_li_now.png) no-repeat left bottom;
	padding:9px 0 5px 10px;
}
.tablist li:hover {
	color:#006ebf;
	cursor:pointer;
}
.tablist li.selected:hover {
	color:#fff;
	cursor:default;
}


.tabpanel .headline {
	clear:both;
}

/*-------------------------------tabpanel */


