body { font-size: 84%; line-height: 120%; }
td { font-size: 84%; }
th { font-size: 84%; }

.small	{ font-size:  84%; line-height: 120%; }
.large	{ font-size: 120%; line-height: 120%; }
.large_b	{ font-size: 120%; line-height: 120%; font-weight: bold;  }
.center {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.bold	{ font-weight: bold; }
.redbl	{ color: #b50000;font-weight:bold;font-size: 120%; }
.redb	{ color: #b50000;font-weight:bold; }
.red	{ color: #b50000; }

.white	{ color: #ffffff; }
.gray	{ color: #888888; }
.green	{ color: #006600; }
.pink	{ color: #CC6666; }

.mark	{ color: #b50000; }
.date	{ font-size: 84%; color: #000099; }
.detail	{ line-height: 130%; }

a:hover	{ color: #b50000 ;}

.midashi{
	width: 50px ;
	color: #ffffff ;
	background : #CC6666 ;
	text-align : center ;
	margin-right: 10px ;
	padding : 1px ;
}


table.price {
	border-collapse: collapse;
	border: 1px solid #aaa;
}

table.price td {
	padding: 2px 5px;
	border: 1px solid #aaa;
	line-height: 120%;
}

