#tabContent {
	width:600px;
	margin:auto;
}

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

#tabIndex li {
	display: block;
	width:70px;
	white-space:nowrap;
	text-align:center;
	float:left;
	margin-right: 13px;
	font-size:9pt;
	padding: 5px;
	list-style-type: none;
	cursor: pointer;
}

#tabIndex .close {
  background-color: #eee;
  border-right: #ddd solid 2px;  
}
#tabIndex .open {
  background-color:#ddd;
  text-decoration: none;
  border-right: #666 solid 2px;
}

#tabBoxIndex {
	background-color: #ddd;
	border: #ddd solid 1px;
	border-right: #666 solid 2px;
	border-bottom: #666 solid 2px;		
	padding: 1em;
	clear: both;
}

.tabBox {
	width:540px;
	margin:auto;
	background-color:#fff;
	padding:15px;
}

.tabAkasaka {
	height:600px;
}

