/****** フォーム入力用 *******/
em{
  color: red;
}

/****** ページ全体 *******/
body {
  background-color: wheat;
}
#page{
  text-align: center;
}

/****** ヘッド *******/
#head table{
  margin: 0 auto;
}

/****** メインBOX *******/
.mainbox{
  width: 600px;
  margin: 0 auto;
  text-align: left;
/*  border: 1px solid #999999;*/
}
.mainbox h1{
  padding: 2px 4px;
  font-size: 110%;
  color: white;
  background-color: #006699;
}

/****** お問い合わせ用 *******/
.formbox{
  text-align: center;
}
.inpfrm table{
  text-align: left;
  font-size: 90%;
  border: 1px solid #999999;
}
.inpfrm th{
  padding: 2px 4px;
  font-size: 100%;
  color: white;
  background-color: #336699;
}
.inpfrm td{
  padding: 2px 4px;
  text-align: left;
  background-color: #f0f0f0;
}

/****** 注文書用 *******/
.shotbl1,.shotbl2{
  font-size: 90%;
}
.shotbl1 th{
  padding: 2px 2px;
  white-space: nowrap;
  font-size: 100%;
  color: white;
  background-color: #009999;
}
.shotbl1 td{
  padding: 0px 1px;
  background-color: #cccccc;
}
.shotbl2 th,.shotbl2 td{
  text-align: left;
}
.shotbl2 th{
  padding: 2px 4px;
  color: white;
  background-color: #0099cc;
}
.shotbl2 td{
  padding: 0px 0px;
  background-color: #cccccc;
}
.bikoubox{
  width: 660px;
  padding: 4px 4px;
  text-align: left;
  font-weight: bold;
  border: 2px solid #333333;
}
.bikoubox textarea{
  width: 600px;
  height: 60px;
}

/****** メッセージ用 *******/
.dspmsg,.errmsg{
  font-size: 90%;
}
.dspmsg dl{
  width: 400px;
}
