body{
	text-align:center;
	font-size:10pt;
	color: #222222;
	line-height:12pt;
	background-image:url(./img/bg.gif);
}
table{
	text-align:center;
	font-size:10pt;
	line-height:12pt;
}


a:link { color: #0000ff; text-decoration: none; } 
a:hover { color: #ff0000; text-decoration: underline; } 

img {
    border-style:none;
}



.clear{
	clear:both;
	line-height:0;
	height:0;
}

.title {   display: block;             /* ブロック要素にする */
  color: #ffffff;
  background-color: #cc6666;  /* 背景色 */
  border: outset 2px #ee9999; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 5px;
  font-size: 10pt;            /* フォントサイズ */
  height: 25px;
  text-align: left;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */ }
.price { font-size:11pt; font-weight: bold; }


.right
{
  background-color: #fff;
   border-right: 1px solid  #999;
}
.top
{
  background-color: #fff;
   border-bottom: 1px solid  #666;
   border-right: 1px solid  #999;
   border-left: 1px solid #999; }

.left
{
  background-color: #669;
   border-left: 1px solid #999; }


.bt
{
  background-color: #fff;
   border-right: 1px solid  #999;
   border-left: 1px solid #999; }
