#trend {
	width:577px;
	margin:22px 0 0 3px;
	font-size:12px;
}

	#trend_title {
		margin:0 0 15px 6px;
	}

	#BOX_TOP {
		position:relative;
		width:575px; /* 577 */
		height:234px; /* 296 */
		/*border:1px solid #E0DDDE;*/
	}

		#BOX_TOP #innerBOX {
			position:absolute;
			top:4px;
			left:4px;
			width:568px;
			height:201px;
			background:url("./images/_trend_BOX_TOP_innerBOX_BG.gif") no-repeat
		}

			#BOX_TOP #innerBOX .BIGphoto {
				position:absolute;
				top:20px;
				left:20px;
				width:232px;
				height:146px;
			}

				#BOX_TOP #innerBOX .BIGphoto img {
					width:232px;
					height:146px;
				}

			#BOX_TOP #innerBOX .subj {
				position:absolute;
				top:67px;
				left:265px;
				color:#6F6F6F;
				font-weight:bold;
				width:277px;
			}

			#BOX_TOP #innerBOX .desc {
				position:absolute;
				top:112px;
				left:265px;
				color:#6F6F6F;
				width:277px;
				text-align:justify;
			}

				#BOX_TOP #innerBOX .subj a, #BOX_TOP #innerBOX .desc a {
					color:#6F6F6F;
				}

			#BOX_TOP #innerBOX .date {
				position:absolute;
				top:158px;
				left:497px;
				color:#A7A7A7;
			}

		#BOX_TOP .icon_interiorHowto {
			position:absolute;
			top:206px;
			left:20px;
		}

		#BOX_TOP .articleList {
			position:absolute;
			top:232px;
			left:20px;
		}

			#BOX_TOP .articleList li {
				background:url("./images/_trend_icon_listStyle.gif") 0 4px no-repeat;
				padding:0 0 4px 10px;
			}

			#BOX_TOP .articleList a {
				color:#7F7F7F
			}

		#BOX_TOP .banner {
			position:absolute;
			top:217px;
			left:275px;
			width:292px;
			height:69px;
		}

	#trend .ITEM {
		position:relative;
		width:575px;
		height:100px;
		border:1px solid #E3E3E3;
		margin:9px 0 0 0;
		color:#6F6F6F;
	}

		#trend .ITEM .smallphoto {
			position:absolute;
			top:13px;
			left:12px;
			width:125px;
			height:78px;
		}

			#trend .ITEM .smallphoto img {
				width:125px;
				height:78px;
			}

		#trend .ITEM .subj {
			position:absolute;
			top:17px;
			left:149px;
			width:390px;
			font-weight:bold;
		}

		#trend .ITEM .subj .date {
			margin:0 0 0 17px;
			font-weight:normal;
		}

		#trend .ITEM .desc {
			position:absolute;
			top:61px;
			left:149px;
			width:390px;
			text-align:justify;
		}

			#trend .ITEM .subj a, #trend .ITEM .desc a {
				color:#6F6F6F;
			}

.LIST_pageNo {
	margin-top:33px;
}