.tab-title a{
	display:block;
	height:49px;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}
#tab-01-title a{
	width:145px;
	background-image:url(../images/tab01_on.gif);
}
#tab-02-title a{
	width:144px;
	background-image:url(../images/tab02.gif);
}
#tab-03-title a{
	background-image:url(../images/tab03.gif);
	width:193px;
}
.tab-box dl{
	background:url(../images/dot-border.gif) left bottom repeat-x;	
	width:100%;
	padding:7px 0;
}
.tab-box dl:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.tab-box dl dt{
	color:#d5922a;
	font-weight:bold;
	width:80px;
	float:left;
}
