#mbti_top{
	text-indent:-9999px;
	background-image:url(../img/top_tr.jpg);
	background-repeat:no-repeat;
	width: 600px;
	height: 115px;
	margin-bottom:10px;
}

#tr{
	width:580px;
	color:#3f596b;
	font-size:16px;
}

#tr p{
	background-image:url(../img/title_icon.gif);
	background-repeat:no-repeat;
	background-position:0 13px;
	padding:10px 0 10px 15px;
	border-bottom:1px #666666 solid;

}

#tr dl{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #666666 dotted;


}

#tr dl dt{
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 15px;
	color:#990000;
	font-weight:bold;
	font-size:14px;
}

#tr dl dd{
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

#tr ol{
	margin-left:25px;
}

#tr ol li{
	font-size:12px;
	padding-top:10px;
}

#tr table td{
	color:#000000;
	height:25px;
	width:80px;
}

#tr table .other{
	color:#666666;
	width:400px;
}

#tr table .other span{
	color:#3f596b;
}
#tr ul{
	color:#666666;
}

/* btn_tr */
.btn_tr a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 30px;
	width:133px;
	vertical-align: bottom;
	text-indent:-9999px;
}

.btn_tr a:link{
	background-image: url(../img/btn_tr.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

.btn_tr a:visited{
	background-image: url(../img/btn_tr.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

.btn_tr a:hover{
	background-image: url(../img/btn_tr_over.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

.btn_tr a:active{
	background-image: url(../img/btn_tr.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

