#tabContent {
	float: none;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 736px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin-left: 21px;
	height: 32px;
	width: 147px;
	padding-top: 14px;
	background-image: url(../commons/beauty-img/navi-bk.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}


#tabIndex .close {
	text-decoration: underline;
	font-size: 14px;
	color: #0000FF;
}
#tabIndex .open {
	text-decoration: none;
	background-image: url(../commons/beauty-img/bk.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}

#tabBoxIndex {
	clear: both;
	padding-top: 10px;
}

