body {
  background-color: #FFFFFF;
  font: 10pt "ＭＳゴシック";
  margin: 10px;
  border-color: #000000;
  color: #000000;
}

th {
  font-size: 10pt;
  font-weight: 100;
  background-color: #FFCC99;
  vertical-align: middle;
  text-align:left;
}
td {
  font-size: 10pt;
  font-weight: normal;
  white-space:nowrap;
}

td.vtopStyle {
  font-size: 10pt;
  font-weight: normal;
  vertical-align: top;
  white-space:nowrap;
}

input {
  font-size:10pt;
}

input.select {
  font-family: "ＭＳゴシック";
}

input.button {
  width: 75px;
}

input.inputStyle{
	font-family: "ＭＳゴシック";
	FONT-SIZE: 9pt; 
	WIDTH: 180px; 
	COLOR: #333333; 
   	HEIGHT: 20px; 
	TEXT-DECORATION: none;
}


a {
  color: #0000FF;
}

a:link {
  font-weight: 100;
  font-size: 10pt;
}
  
a:visited {
  font-weight: 100;
  font-size: 10pt;
}

a:hover {
  font-weight: 100;
  background: #ccccff
  font-size: 10pt;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.blue {
  color: #0000ff;
}

.mqErrColor {
  background-color:#ccccff;
  width:100%;
}


/* **************************************************************** */
/* 強調1（オレンジ：強調で伝える） */
.strong1{
	font-weight	: bold;
	color		: #FF6600;
}
/* 強調2（赤：注意のとき） */
.strong2{
	font-weight	: bold;
	color		: #CC0000;
}
/* 強調3（青） */
.strong3{
	font-weight	: bold;
	color		: #0000CC;
}

/* 補足説明は少し小さめのフォント */
.hosoku{
	font-size	: 80%;
}
/* **************************************************************** */
/* ナビ（パンくずリスト）（背景青の場所） */
.navi{
	color		: #FFFFFF;
	font-size	: 12px;
}

/* **************************************************************** */

/* **************************************************************** */
/* 商品情報の引用文 */
.inyou{
	margin-left		: 20px;
}

.links {
	PADDING-LEFT: 20px; LINE-HEIGHT: 150%; TEXT-ALIGN: left
}
.links A:link {
	FONT-WEIGHT: bold; COLOR: #005555; TEXT-DECORATION: none
}
.links A:visited {
	FONT-WEIGHT: bold; COLOR: #005555; TEXT-DECORATION: none
}
.links A:hover {
	FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #005555; TEXT-DECORATION: none
}
.links A:active {
	FONT-WEIGHT: bold; COLOR: #005555; TEXT-DECORATION: none
}