	.dhtmlgoodies_tabPane{
	height:35px;	/* タブの高さ */
	border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
	padding: 5px;
		
	}
	.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* タブの高さ */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
	background-image:url(../images/tab_left_active2.gif);
	margin-left:0px;
	margin-right:0px;
	z-index:10;
	}
	.dhtmlgoodies_tabPane .tabInactive{
	background-image:url(../images/tab_left_inactive2.gif);
	margin-left:0px;
	margin-right:0px;
	z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url(../images/tab_left_over2.gif);
	margin-left:0px;
	margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
	float:left;
	font: bolder 12px/35px arial;
	color: #666;
	}
	.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:0px;
	line-height:35px;
	color: #F00;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
#dhtmlgoodies_tabView1 {

}
.dhtmlgoodies_aTab p {
	text-align: right;
}

