@charset "UTF-8";

/* =0 初期設定*/
* {
	margin:0;
	padding:0;
}


.box {
	width:982px;
	text-align:left;
	margin:0 auto;
}

.box .item1
 {
	width:320px;
	margin:0 11px 0 0;
	float:left;
}

.box .item2
 {
	width:320px;
	margin:0 11px 0 0;
	float:left;
}

.box .item3
 {
	width:320px;
	margin:0;
	float:left;
}

.box .item1 .left,
.box .item2 .left,
.box .item3 .left
 {
	width:140px;
	margin:0;
	float:left;
}

.box .item1 .right,
.box .item2 .right,
.box .item3 .right
 {
	width:180px;
	margin:0;
	padding:0;
	float:left;
}

.box .item1 .right .shopname,
.box .item2 .right .shopname,
.box .item3 .right .shopname
 {
	font-size:18px;
	line-height:140%;
}


.box .item1 .right .text,
.box .item2 .right .text,
.box .item3 .right .text
 {
	margin:15px 0 0 0;
	font-size:12px;
	color:#333333;
}
.box .item1 .right .url,
.box .item2 .right .url,
.box .item3 .right .url
 {
	margin:10px 0 0 0;
	font-size:9px;
	vertical-align : bottom;
}

.clr{
	clear:left;
/* macIE対策＼*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}

.box .item1 .right a,
.box .item2 .right a,
.box .item3 .right a
 {
	color:#5051F9;
	text-decoration: underline;
}



/* ==20091122add==
a:link {
	color:#660000;
	text-decoration:underline;
}

a:visited {
	color:#660000;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}

a:active {
}*/

#rakuten_foot font {
	color: #333333;
	text-decoration: none;
	line-height: 135%;
}
#r_cat font, 
#rakuten_foot font a {
	color: #660000;
	text-decoration: none;
	line-height: 135%;
}
/* ==20091122add==*/

