﻿@import url("_base.css");

/*-----------------------------------------------------------------------------
製品情報テーブル
-----------------------------------------------------------------------------*/
#right .box {
	margin-top:5px;
	margin-left:10px;
	padding:1px;
	width:556px;
	border:1px solid #ccc;
}

#right table {
	width:556px;
	border:none;
}

#right table.shop {
	margin-left:10px;
	width:560px;
}

#right table.shop td {
	padding:3px 0 3px 3px;
}

#right table.shop tr.color td {
	padding:3px 0 3px 3px;
	background:#f5f5f5;
}

#right table.shop tr.color2 td {
	padding:3px 0 3px 3px;
	background:#fff;
}


#right table.shop td.border {
	padding:0 0 0 3px;
	border-top:1px solid #ccc;
	font-size:0;
	line-height:0;
}

#right table.shop th {
	padding:3px 0 3px 3px;
	background:#f5f5f5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}

a.link {
	display:block;
	padding:0;
	width:60px;
	height:14px;
	line-height:0;
	font-size:0;
	background:url("img/link.gif") no-repeat 0 0;
}

a.link:hover {
	background:url("img/link.gif") no-repeat 0 -14px;
}

span.no_link {
	display:block;
	width:60px;
	height:14px;
	background:url("img/no_link.gif") no-repeat 0 0;
}

.links {
	text-align:right;
}

