/*
 * 全体のデザイン
 */
html
{
  height: 100%;
  overflow: hidden;
  
}

body
{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: "ＭＳ Ｐゴシック", Osaka;
}

form
{
  display: inline;
}
/*
.input
{
  display: inline;
  border: solid 1px #999999;
}

.inputCart
{
  display: inline;
  background-color: #FFCC33;
  color: #666666;
  border: solid 1px #CCCCCC;
}
*/

#canvas
{
  position: absolute;
  width: 100%;
  height: 100%;
  
}

#contents
{
  text-align: center;
  height: 100%;
  overflow: auto;

}

#contentsBody
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#contentsBody table.contents
{
  margin-left: auto;
  margin-right: auto;

  border-collapse: separate;
  empty-cells: show;
}

table.contents
{
  border: solid 1px #999999;
  width: 760px;
  table-layout: fixed;
}

table.contentsShipSelection
{
  border: solid 1px #999999;
  width: 650px;
  table-layout: fixed;
}

table.contents th, .subject
{
  background-color: #F4F4EA;
/*#DDDDFF*/
}

table.contents td, table.contents th
{
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 2px;
  font-size: small;
  _font-size: x-small; /* IE */
}

table.contentsShipSelection td, table.contentsShipSelection th
{
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 2px;
  font-size: small;
  _font-size: x-small; /* IE */
}

.num
{
  text-align: right;
}

.subTotal
{
	color :#6699CC;
}

.price
{
	color: #666666;

	/*text-decoration:line-through;*/
}

.bargain
{
	color: #FE524E;
	font-family:Times New Roman,Times,serif;
	font-weight: bold;
}

.total
{
	color: #FE524E;
	font-family:Times New Roman,Times,serif;
}

/* 商品追加のテキストボックス */
.inputAddGoods
{
  width: 32px;
}

/* 一時的なメッセージ */
#announce
{
  position: absolute;
  z-index:8;
  right: 20px;
  top: 20px;
  background-color: transparent;
  color:red;
}

#announce div
{
  margin: 4px;
  font-size: small;
}

#subMenu
{
  height: 120px;
  width: 140px;

  border: solid 1px;
  margin-right: auto;
  margin-left: auto;
}

.required
{
  color: red;
  font-size:0.7em;
}

