@charset "utf-8";
/* CSS Document */

#TJ-bar{
	background: #000000;
	width: 940px;
	color: #CCCCCC;
	margin-top: 5px;
}
#TJ-bar h3{
	font-size: 16px;
	font-weight: bold;
	margin: 13px;
}
#TJhead{
	text-align: center;
}
.ts-bar-bold{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#TJcontent{
	margin: 0px auto;
	width: 840px;
}
#TJcontent p{
	line-height: 150%;
}
#TJcontent .kime{
	font-weight: bold;
	color: #0099FF;
}
#TJcontent a.link-main{
	height: 35px;
	width: 165px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#TJcontent .fltleft-img{
	clear: right;
	float: left;
	margin-right: 15px;
}
#TJcontent .fltrigt-img{
	clear: left;
	float: right;
	margin-left: 15px;
}