﻿h1 {
  font-family: Osaka, "MS UI Gothic";
  font-size: 16px;
  background: #d0d0e0;
}

.boxText {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  color: #000000;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A { 
  color: #000000;
  text-decoration: none;
}

A:hover { 
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
}

TD.infoBoxHeading {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
}

SPAN.greetUser {
  font-family: Osaka, "MS UI Gothic";
  font-size: 14px;
  color: #0000a0;
  font-weight: bold;
}

.markProductOutOfStock {
  font-family: Osaka, Tahoma, "MS UI Gothic";
  font-size: 14px;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
  font-family: Osaka, "MS UI Gothic";
  color: #ff0000;
}

.pageMove {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  color: #555555;
}

.tokubaiMark {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  color: #ff0000;
}

.priceDisp {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  color: #ff0000;
}


.lankDisp {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  color: #0000ff;
}

.errorDisp {
  font-family: Osaka, "MS UI Gothic";
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
}


