/* side　左 */
#leftside{
	width: 190px;
	float: left;
	background: #ffffff;

}
/* side　右 */
#rightside{
	width: 510px;
	text-align: center;
}

/* 新着メイン */
#newmain{
	width: 470px;
	text-align: center;
	margin-bottom: 20px;
}

/* 新着左枠 */
.new-left-cont{
	text-align: center;
	float: left;
	width: 235px;
	padding: 0px;
	margin-bottom: 20px;

}

/* 新着右枠 */
.new-right-cont{
	text-align: center;
	float: right;
	width: 235px;
	padding: 0px;
	margin-bottom: 20px;
}

/* 新着中央枠 */
.new-center-cont{
	text-align: center;
	width: 350px;
	padding: 0px;
	margin-bottom: 20px;
}

/* 新着商品名 */
.new-item-name{
	font-size: 12px;
	font-weight: bolder;
	color: #ff2288;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

/* 新着商品コメント（左右枠用） */
.new-item-comment{
	width: 190px;
	font-size: 12px;
	font-weight: normal;
	color: #d182ac;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/* 新着商品コメント（中央枠用） */
.new-item-comment_center{
	font-size: 12px;
	font-weight: normal;
	color: #d182ac;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/* 新着商品画像 */
.new-item-cont{
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 新着商品詳細 */
#newmain dl{
	width: 190px;
	padding: 0px;
	margin: 0px;
}

/* 新着商品詳細（左） */
#newmain dl dt{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	float: left;
	color: #f85874;
	padding-left: 8px;
	background: url(/images/arrow1.gif) left top no-repeat;
}

/* 新着商品詳細（右） */
#newmain dl dd{
	width: 130px;
	font-size: 10px;
	text-align: left;
}

.box-clear{
	clear: both;
}


