#tabContent {
	width : 730px;
	height: auto;
	margin-top: 1.5em;
}

#tabIndex {
	margin-left: 1.5em;
	overflow: hidden;
}

#tabIndex LI {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	font-family: "CI", meiryo;
	height: 30px;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5em;
}
#tabIndex .close :hover {
	color: #333333;
	font-weight: bold;
}


#tabIndex .close {
	background: url(../images/sub_t1/tabu_210_close.gif) no-repeat;
}

#tabIndex .open {
	background: url(../images/sub_t1/tabu_210_open.gif) no-repeat;
}

#tabBoxIndex {
	clear: both;
	text-align: left;
	padding: 1.5em 0.5em 1em;

}
#tabIndex .open A{
	color : #333333;
	font-weight: bold;
	text-decoration: none;
}
#tabIndex .close A{
	font-weight : normal;
	text-decoration : none;
	color : #999999;
	display: block;
}
