@charset "utf-8";

/*
Tab
---------------------------------------*/

.tabIndex {
	margin: 0;
	padding: 0;
}


.tabIndex li {
 font-size:13px;
 line-height:1.2em;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;
	width:119px;
	border-bottom:none;
	padding:11px 3px 3px 0;
	height:36px;
 background-image:url(../img/bg_menu.jpg);
 background-repeat:no-repeat;
 background-position:left top;
}

.tabIndex li a {
	color: #777;
	text-decoration: none;
}

.tabIndex li a:hover {
	color: #0099ff;
	text-decoration: underline;
}

.tabIndex li.active{
	background-image:url(../img/bg_menu_ov.jpg);
 background-repeat:no-repeat;
 background-position:left top;
}

.tabIndex li.active a{
	color:#fff;
	font-weight: bold;
}

.tabIndex li.active a:hover{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}

.tabIndex:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.tabContents {
	margin: 0;
	padding: 0;
	padding: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3D3D1;
	border-left-color: #D3D3D1;
}
