#tabContent {
	width:209px;
	margin:15px auto 0 auto;
	height: 100%;
}
#tabIndex {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 209px;
	height: 27px;
	background: url(../images/bg_border.gif) 0 repeat-x;
}
/* IE6用 */
*html div#tabIndex{
        margin-left: 12px;
}
#tabIndex ul {
	width: 209px;
	height: 27px;
	margin: 0 !important;
	padding: 0;
}
#tabIndex li {
	float: left;
	width: 73px;
	height: 27px;
	margin: 0 0 0 0px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
}

#tabIndex .close {
	background-image: url(../images/active_01.gif);
}

#tabIndex .open {
	background-image: url(../images/selected_01.gif);
	text-decoration: none;
}
div#tabIndex ul li a {
	display: block;
	width: 73px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}
div#tabIndex ul li a:hover {
	background-position: 0 100%;
}
div#tabIndex ul li.open a {
	background-image: url(../images/selected_01.gif);
	color: #333;
	text-decoration: none;
}
div#tabIndex ul li.close a {
	background-image: url(../images/active_01.gif);
	color: #39f;
}
div#tabIndex ul li.close a:hover {
	background-image: url(../images/active_01.gif);
	color: #f60;
	text-decoration: none;
}

.tabBox-wall{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("../images/tabbox_wall_01.jpg") 0 repeat-y;
}
/* IE6用 */
*html .tabBox-wall{
        margin-left: 6px;
}
.tabBox-bottom{
	float: left;
	width: 100%;
	height: 10px;
	background: url("../images/tabbox_bottom_01.jpg") center top no-repeat;
	font-size: 8px;
}
/* IE6用 */
*html .tabBox-bottom{
        margin-left: 6px;
}
<!-- IE5.5表示崩れの対応 -->
.title1{
	width:100%;
	text-align:left;
}
.add{
	width:100%;
	text-align:left;
}
.sub{
	text-align:left;
}