#cssfix .content-box .right {
	float			: right;
	width			: 175px;
	position: relative;
	overflow: hidden;
	top: -20px;
	clear: both;
}


#cssfix .content-box .right .works-list {
	width			: 175px;
	margin			: 0px;
	font-size		: 12px;
	line-height		: 1.0;
	text-align		: left;
	position: absolute;
	top: -20px;
	overflow: hidden;
}

	#cssfix .content-box .right .works-list .title {
		width			: 175px;
		height			: 45px;
		padding			: 30px 0 0 10px;
		background		: url('./img/title_works-list.jpg') left top no-repeat;
	}
	#cssfix .content-box .right .works-list .title h5 {
		text-indent		: -9999px;
		margin:0px;
	}
	#cssfix .content-box .right .works-list .title p {
		color			: #000;
		margin:0px;
	}
	#cssfix .content-box .right .works-list .box {
		width			: 175px;
		border-top		: 1px solid #ccc;
		background		: url('./img/bg_reportlist_box.jpg') left top repeat-x;
	}
	#cssfix .content-box .right .works-list .box img {
		float			: right;
		margin			: 5px 0;
	}
	#cssfix .content-box .right .works-list .box dl {
		float			: left;
		width			: 95px;
		overflow		: hidden;
		padding			: 7px 1px 0 5px;
	}
	#cssfix .content-box .right .works-list .box dl dt {
		margin-bottom		: 5px;
		height			: 100px;
		font-weight		: bold;
	}
	#cssfix .content-box .right .works-list .box dl dt a {
		color			: #0164ff;
	}
