@charset "euc-jp";

/*トップ用メイン写真*/
#mainImg{
	background-color: #a11316;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#mainImg .body{
	background-color: #be1721;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


/*右カラム　要素*/
#rightBox .item{
	vertical-align: top;
	width: 317px;
	margin-bottom: 5px;
}

#rightBox .itemTtl-R{
	width: 150px;
	text-align: right;
	vertical-align: top;
}
#rightBox .itemTtl-L{
	width: 150px;
	text-align: left;
	vertical-align: top;
}

#rightBox .itemPh{
	background-color: #FFFFFF;
	border: 1px solid #bebebe;
	padding: 7px;
	margin-bottom: 4px;
}

#rightBox .itemName{
	float: left;
	width: 210px;
}
#rightBox .itemIcn{
	margin-left: 20px;
	position: relative;
	top: -2px;
}
#rightBox .itemPrice{
	float: right;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	width: 100px;
}
#rightBox .itemCom{
	clear: both;
}

#rightBox .uc{
	width: 319px;
	text-align: center;
}



/**/
.toiawase{
	padding:10px; 
	margin:20px; 
	background:#E6D3BD
}