@charset "utf-8";
#tabContent{
	background-color: #FFCC00;
	width:490px;
}

#tabIndex{
	margin: 0px;
	padding: 0px;
}

#tabIndex li{
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	width:243px;
	border-top:3px #92AFD3 solid;
	border-left:1px #92AFD3 solid;
	border-right:1px #92AFD3 solid;
	text-align:center;
	background-color:#FFFFFF;
	padding:3px 0px 3px 0px;
}

#tabIndex .close{
  text-decoration: underline;
  color:#FFFFFF;
  border-bottom:1px #92AFD3 solid;
  background-color:#92AFD3;
}
#tabIndex .close a{
  text-decoration: none;
  color:#FFFFFF;
  border-bottom:1px #92AFD3 solid;
  background-color:#92AFD3;
}
#tabIndex .open{
  background-color:#FFFFFF;
  text-decoration: none;
  border-bottom:1px #FFFFFF solid;
}
#tabIndex .open a{
  background-color:#FFFFFF;
  text-decoration: none;
  border-bottom:1px #FFFFFF solid;
  color:#7197C6;
  font-weight:bold;
}

#tabBoxIndex, #menuBoxIndex {
    background-color:#FFFFFF;
	border-left: #92AFD3 solid 1px;
	border-right: #92AFD3 solid 1px;
	border-bottom: #92AFD3 solid 1px;
	clear: both;
}

