@charset "utf-8";
/* CSS Document */
img {
	border:0px;
}

/* api読み込み部分全体 */

#rakuten_api:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #rakuten_api             { zoom: 1; } /* IE6 */
*:first-child+html #rakuten_api { zoom: 1; } /* IE7 */

#rakuten_api{
	margin:25px auto;
	font-size:12px;
	color:000000;
	width: 850px;
}

/* カラムごとの設定 */
#column{
	float:left;
	width:170px;
}
#column_container{
	margin:10px;
}

/* 商品画像の設定 */
#itemimage{
	width:128px;
	height:128px;
}

/* 商品名の設定 */
#itemname{
	font-size:10px;
}

/* 商品価格の設定 */
#itemprice{
	font-size:10px;
	color:#CC0000;
}

/* 購入リンクの設定 */
#buy_txt{
	font-size:10px;
}







/* api読み込み部分全体 */
.rakuten_api{
	margin:25px;
	font-size:12px;
	color:000000;
}

/* カラムごとの設定 */
.column{
	float:left;
	width:170px;
}
.column_container{
	margin:10px;
}

/* 商品画像の設定 */
.itemimage{
	width:128px;
	height:128px;
}

/* 商品名の設定 */
.itemname{
	font-size:10px;
}

/* 商品価格の設定 */
.itemprice{
	font-size:10px;
	color:#CC0000;
}

/* 購入リンクの設定 */
.buy_txt{
	font-size:10px;
}
