html,
body {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  font-size: 0.87em;
}
/** ---------- Generic --------- **/
.mozclear {
  clear: both;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.centre {
  text-align: center;
}
.visible-in-printing {
  display: none;
}
/** ---------- Headers ---------- **/
h1 {
  margin: 0 !important;
  padding: 3px 5px !important;
  font-size: 1.1em !important;
}
h2 {
  background-position: left center;
  border-bottom: solid 3px #87C1E5;
  font-weight: bold;
  color: #0099FF;
  font-size: 1.3em;
  padding: 0px;
  margin: 0px;
}
h3 {
  margin: 4px;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 100;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  background: url(../images/mark.gif) left center transparent no-repeat;
}
h3 .sprout {
  background-image: url(../images/mark.gif);
}
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
/** ---------- Layout ---------- **/
#outer {
  z-index: 1;
  border-style: solid;
  border-width: 0 150px;
  border-left-color: #9acd32;
  border-right-color: #9acd32;
}
#inner {
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
}
.contentCommonProps {
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible;
}
/* --- Content ---*/
#content {
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible;
  margin: 0 -1px;
  width: 100%;
}
#content #document-content {
  padding: 10px;
}
/* --- Left --- */
#left {
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 150px;
  margin: 1px 0px 1px -150px;
}
#left #searchform {
  background-color: orange;
}
#left #searchform form {
  padding: 8px 0px;
}
#left #searchform input {
  vertical-align: middle;
}
#left #searchform button {
  background: url('../images/searchbutton1.jpg');
  width: 35px;
  height: 21px;
  border: none;
  background-color: transparent;
  display: inline;
  vertical-align: middle;
}
/* --- Right --- */
#right {
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible;
  float: right;
  width: 150px;
  text-align: left;
  margin: 0 -150px 0 1px;
}
/* --- Footer --- */
#footer {
  border-top: solid 3px #999966;
  background-color: orange;
  text-align: center;
}
/* --- Header --- */
#header {
  text-align: left;
}
#header #headerLogo {
  height: 91px;
  background-image: url(../images/ozspecTitle.jpg);
}
#header #headerMenu {
  height: 21px;
  background-color: #9ACD32;
  border-bottom: solid #999966 3px;
  border-top: solid #FF9933 3px;
}
#header #headerMenu a {
  display: block;
  width: 80px;
  height: 20px;
  float: left;
  margin: 0 1px;
}
#header #headerMenu #hmHome {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px 0px;
}
#header #headerMenu #hmHome:hover,
#header #headerMenu #hmHome.selected {
  background-position: -80px 0px;
}
#header #headerMenu #hmProduct {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -120px;
}
#header #headerMenu #hmProduct:hover,
#header #headerMenu #hmProduct.selected {
  background-position: -80px -120px;
}
#header #headerMenu #hmDoorSales {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -60px;
}
#header #headerMenu #hmDoorSales:hover,
#header #headerMenu #hmDoorSales.selected {
  background-position: -80px -60px;
}
#header #headerMenu #hmCompany {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -60px;
}
#header #headerMenu #hmCompany:hover,
#header #headerMenu #hmCompany.selected {
  background-position: -80px -60px;
}
#header #headerMenu #hmFAQ {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -80px;
}
#header #headerMenu #hmFAQ:hover,
#header #headerMenu #hmFAQ.selected {
  background-position: -80px -80px;
}
#header #headerMenu #hmContact {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -40px;
}
#header #headerMenu #hmContact:hover,
#header #headerMenu #hmContact.selected {
  background-position: -80px -40px;
}
#header #headerMenu #hmLinks {
  background-image: url(../images/headerMenuCombined.png);
  background-position: 0px -100px;
}
#header #headerMenu #hmLinks:hover,
#header #headerMenu #hmLinks.selected {
  background-position: -80px -100px;
}
#header img {
  border: none;
  margin: 0px;
  padding: 0px;
}
/* --- feedback --- */
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
td.info,
td.success,
td.warning,
td.error,
td.validation {
  padding-left: 34px !important;
  background-position: 2px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../images/icon-info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../images/icon-success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/icon-warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../images/icon-error.png');
}
.boxes .box {
  border: 1px solid blue;
  font-size: 12px;
  margin: 4px;
  margin-bottom: 2em;
}
.boxes .box h4,
.boxes .box h5,
.boxes .box h6,
.boxes .box p {
  margin: 0px;
  padding: 5px 3px;
  background-color: white;
}
.boxes .box h4,
.boxes .box h5,
.boxes .box h6 {
  padding: 5px 3px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: blue;
  color: white;
}
.MetaSection {
  font-size: 0.9em;
  text-align: right;
}
.PageControlT {
  overflow: visible;
  height: 1px;
  text-align: right;
}
.PageControlB {
  text-align: right;
}
.ControlButton:before {
  display: inline-block;
  vertical-align: middle;
}
.PrintButton:before {
  content: url(../images/iconprinter.png);
}
.InstantCallbackButton:before {
  content: url(../images/iconcallback.png);
}
/** ---------- Forms ---------- */
table.form-layout {
  border-collapse: collapse;
}
table.form-layout th {
  text-align: right;
  font-weight: normal;
}
table.form-layout th:after {
  /*content: ":";*/

}
table.form-layout th.required:before {
  content: "*";
  color: red;
}
table.form-layout tbody tr > * {
  padding: 0.3em 0.3em;
  border: solid 1px #C5C5C5;
}
textarea.long,
input.long {
  width: 320px;
}
/* --- Qanda --- */
.document-qanda {
  padding: 5px 10px;
  margin-bottom: 5px;
}
.document-qanda ul {
  margin: 0px;
  padding-left: 20px;
}
.document-qanda ul > li {
  padding: 3px 0px;
}
.document-qanda dl {
  display: table;
  width: 100%;
}
.document-qanda dl > dt,
.document-qanda dl > dd {
  display: table-row;
}
.document-qanda dl > dt b:after,
.document-qanda ul > li b:after {
  content: "  ";
}
.document-qanda dl > * > b,
.document-qanda dl > * > div {
  display: table-cell;
  vertical-align: top;
}
.document-qanda dl > * > b {
  width: 20px;
}
.document-qanda dl > dt > div {
  padding-bottom: 0.8em;
  color: blue;
}
.document-qanda dl > dd > div {
  padding-bottom: 1.5em;
}
.document-qanda p {
  margin: 0px;
}
.document-qanda .document-qanda-detail {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #D5D5DS5;
}
/* --- index.htm --- */
.mainContentTitle {
  background-color: orange;
  padding: 3px;
  color: white;
}
