.TabAreaSet {
	margin-top: 5px;
}

.TabAreaChgMenu {
	list-style: none;
}

.TabAreaContents {
	padding: 12px;
	background:#fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.TabAreaChgMenu li {
	display:inline;
}

.TabAreaChgMenu li  {
}
.TabAreaChgMenu li#first  {
	background: none;
}

.TabAreaChgMenu li a  {
	text-decoration: none	!important;
	color: #FFF		!important;
	background:#3FC1F5 url(../images/bg_tabs.jpg) top left repeat-x;
	padding: 13px 18px 13px 18px;
	font-size: .85em;
	font-weight: bold;

}

.On a , #Contents .TabAreaChgMenu li.On a {
}

#Contents .On a {
	background:#fff url(../images/bg_tabs_on.jpg) top left repeat-x;
	color: #000000	!important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.TabAreaChgMenu li a:hover {
	text-decoration: underline	!important;
}
