@charset "EUC-JP";

/* ---------------------------------------
メイン部分要素
---------------------------------------- */

#price{
	float: left;
	width: 600px;
	text-align: left;
	margin-left: 10px;
}

h3 {
	font-size: 90%;
	border-left: 5px solid #f90;
	margin: 12px 0 4px 1px;
	padding-top: 2px;
	padding-left: 8px;
}

table.pList{
	width: 600px;
	background-color: #999;
	margin: 0 auto;
	text-align: center;
}

table.pList tr{
	background-color: #fff;
}

table.pList tr.title{
	background-color: #ffc;
}

table.pList tr.grey{
	background-color: #eee;
}

table.pList th{
	background-color: #dde9ff;
	padding: 4px;
}

table.pList td{
	padding: 4px;
}

table.pList td.shop_pr{
	font-weight: bold;
	background-color: #039;
	color: #fff;
}

table.pList td.item{
	text-align: left;
	font-weight: bold;
}

table.pList td.t_bold{
	font-weight: bold;

}

table.pList .s_price{
	color: #900;
}

table.pList .sb_price{
	color: #900;
	font-weight: bold;
}

table.pList .rborder{
	border-right: 2px solid #999;
}

table.pList .bgY{
	background-color: #ffc;
}

p{
	text-align: right;
	margin-top: 12px;
}

.sell_buy{
	margin: 1em 0 1em 10px;
}

.sell_buy li{
	line-height: 1.5;
}

