@charset "utf-8";
/* CSS Document */
img {
	border:0px;
}

br{
	line-height: 0;
}

/* api読み込み部分全体 */
#rakuten_api{
	margin:20px 5px;
	font-size:12px;
	color:000000;
}

/* カラムごとの設定 */
#column{
	float:left;
	width:158px;
	margin: 2px;
}
#column_container{
	margin:10px;
	line-height:16px;
}
#column_container a{
}

/* 商品画像の設定 */
#itemimage{
	width:128px;
	height:128px;
}

/* 商品名の設定 */
#itemname{
	font-size:10px;
	line-height:12px;
	padding: 4px 1px;
	display: block;
}

/* 商品価格の設定 */
#itemprice{
	font-size:10px;
	color:#CC0000;
}

/* 購入リンクの設定 */
#buy_txt{
	font-size:10px;
}

