/****** 標準 CSS *******/
/*@charset "shift_JIS";*/

/****** 基本設定 ******/
*{
/*  margin: 0;
  padding: 0;*/
}
p{
  margin: 4px 0 4px 0;
}
em{
  color: red;
  font-weight: bold;
  font-style: normal;
}
hr{
  color: #FF9966;
  height: 5px;
}
td{
  text-align: center;
  vertical-align: top;
}

/****** ページ全体 *******/
body{
  background-color: #FFEECC;
  background-image : url(../images/wood2.gif);
  background-attachment : fixed;
}

p{
/*  border: 1px solid #999999;*/
}

/****** メインボックス *******/
.mainbox{
  font-size: 90%;
}

/****** 商品一覧表 ******/
.shotblt1{
  margin: 16px 0 36px;
  white-space: nowrap;
}
.shotblt1 a{
  color: #0000cc;
  font-weight: bold;
}
.toptbl2{
  width: 550px;
}
.toptbl2 th{
  color: #FFFFFF;
  background-color: #FF9966;
}

/****** メッセージ用 *******/
.dspmsg,.errmsg{
/*  position: relative;
  left: 0px;
  top: 10px;*/
  margin: 0px 0;
  padding: 0 0px;
  text-align: center;
}
.dspmsg dl,.errmsg dl{
  width: 480px;
  margin: 0px 0;
  font-size: 110%;
  line-height: 1.2em;
  border: 1px solid #999999;
}
.dspmsg dt,.errmsg dt{
  margin: 2px;
  padding: 2px 0 0;
  color: white;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #336699;
}
.dspmsg dd,.errmsg dd{
  margin: 2px;
  padding: 10px 8px;
  background-color: white;
}
.dspmsg p,.errmsg p{
  margin: 8px 0 12px;
}
.errmsg dt{
/*  background-color: #cc0000;*/
}
.errmsg dd{
  color: #ff3333;
  font-weight: bold;
/*  background-color: #ffeeee;*/
}

/****** カウンタ用 *******/
.counter{
/*
  position: absolute;
  top: 40px;
  left: 0;
  width: 98%;
  color: #ff9224;
*/
  text-align: left;
  font-size: 150%;
}
.counter .countno99{
  color: black;
  background: #ffffff;
  font-size: 10px;
  font-family: verdana,arial,century,symbol,system,ＭＳ Ｐ明朝;
}
.counter .countno{
  color: white;
  background: black;
  font-size: 14px;
  font-family: verdana,terminal,courier,century,arial;
}

/****** その他 *******/
.hidden{
  display: none;
}
.fleft{
  float: left;
  text-align: left;
}
.fright{
  float: right;
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.vtop{
  vertical-align: top;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.ul{
  text-decoration: underline;
}
.strike{
  text-decoration: line-through;
}
.nowrap{
  white-space: nowrap;
}
.nopre{
  white-space: normal;
}
.black{
  color: black;
}
.red{
  color: red;
}
.blue{
  color: blue;
}
.fuchsia{
  color: fuchsia;
}
.inp{
  margin: 0;
  height: 18px;
}
.clear{
  clear: both;
}
