#container #mainContents .mainbox #new_text {
	float: left;
	height: auto;
	width: 280px;
}
#container #mainContents .mainbox #new_img {
	float: right;
	height: auto;
	width: 280px;
}
#container #mainContents .uniqlo_bn {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**商品例へ**/
.mainbox #to_item {
	clear: both;
	float: none;
	height: 60px;
	width: 560px;
	margin-top: 5px;
	text-indent: -9999px;
}

/************************
リンク設定
************************/
.mainbox #to_item a {
	background-image: url('../img/s_img/to_item1.gif');
	width: 560px;
	height: 60px;
	display: block;
	text-decoration: none;
	}
	
.mainbox #to_item a:hover {
	background-image: url('../img/s_img/to_item2.gif');
	width: 560px;
	height: 60px;
	display: block;
	text-decoration: none;
}


/**ＮＥＷページから過去実績へ**/
.mainbox #new_img #too_work {
	clear: both;
	float: none;
	height: 26px;
	width: 270px;
	margin-top: 5px;
	text-indent: -9999px;
}

/************************
リンク設定
************************/
.mainbox #new_img #too_work a {
	background-image: url('../img/s_img/too_work1.gif');
	width: 270px;
	height: 26px;
	display: block;
	text-decoration: none;
	}
	
.mainbox #new_img #too_work a:hover {
	background-image: url('../img/s_img/too_work2.gif');
	width: 270px;
	height: 26px;
	display: block;
	text-decoration: none;
}

