﻿@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.errata th,
#right table.errata td {
	padding:3px 0 3px 3px;
	border-bottom:1px solid #ccc;
}

#right table.errata th {
	background:#f5f5f5;
	text-align:left;
	width:100px;
}

#right table.errata th.color1 {
	color:#c00;
}

#right table.errata th.color2 {
	color:#03c;
}

#right table.errata th.color3 {
	color:#390;
}

#right table.errata td {
	border-right:1px solid #ccc;
	background:url("../common/img/jump.gif") no-repeat 99% 50%;
}

#right .over {
	border:1px solid #36f;
	cursor:pointer;
}

#right .over td {
	color:#36f;
}

