/* 詳細画面用 */
body {
  font-family: tahoma,arial,verdana,sans-serif;
}

img {
  vertical-align: top;
}

#DetailContentsArea {
  position: absolute;
  top: 1px;
  left: 10px;
  right: 10px;
}

#PreCautionsArea {
  width: 900px;
  font-size: 80%;
  text-align: right;
  line-height: 1.4;
}

#PreCautionsArea table {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

#ProductArea {
  width: 650px;
  padding-bottom: 10px;
}

#ProductArea .ProductNo {
  font-weight: bold;
  font-size: 14pt;
}

#ProductArea .OldName {
  font-weight: bold;
  font-size: 12pt;
}

#ProductArea .ClassificationSeries {
  font-size: 12pt;
}

#ProductAreaSeparatorLine {
  width: 550px;
  height: 1px;
  border-top: 2px #b9b9b9 solid;
  margin-top: 8px;
  margin-bottom: 8px;
}

#ProductSpecificationArea {
  width: 390px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 10px;
}

#ProductSpecificationArea table {
  width: 390px;
}

#ProductSpecificationArea .ItemName {
  font-size: 10pt;
  background-color: #eeeeee;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
}

#ProductSpecificationArea .ItemValue {
  font-size: 9pt;
  padding-left: 5px;
  padding-right: 5px;
}

#ExteriorPictureArea {
  width: 500px;
  vertical-align: top;
  padding-bottom: 10px;
}

#ExteriorPictureArea img {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #dcdcdc;
}

#FeatureArea {
  width: 500px;
  vertical-align: top;
  padding-bottom: 10px;
}

#FeatureArea .ItemValue {
  font-size: 9pt;
}

#PurposeArea {
  width: 500px;
  vertical-align: top;
  padding-bottom: 10px;
}

#PurposeArea .ItemValue {
  font-size: 9pt;
}

#DataDownloadArea {
  width: 245px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 5px;
}

#DataDownloadArea .ItemValue {
  font-size: 10pt;
  padding-left: 5px;
}

#DataDownloadArea .ItemValue td.nameIcon {
  padding-right: 4px;
}

#DataDownloadArea img {
  vertical-align: top;
  text-align: center;
  border: 0;
}

#NoneDataDownloadArea {
  width: 245px;
  vertical-align: top;
  padding-right: 5px;
}

#SimulationDataArea {
  width: 245px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-left: 5px;
}

#SimulationDataArea .ItemValue {
  font-size: 10pt;
  padding-left: 5px;
}

#SimulationDataArea img {
  vertical-align: top;
  text-align: center;
  border: 0;
}

#NoneSimulationDataArea {
  width: 245px;
  vertical-align: top;
  padding-left: 5px;
}

#LinkArea {
  width: 500px;
  vertical-align: top;
  padding-bottom: 10px;
}

#LinkArea .ItemValue {
  font-size: 10pt;
  padding-left: 5px;
}

#GifGraphArea {
  width: 900px;
  padding-bottom: 10px;
}

#GifGraphArea table td {
  width: 450px;
  text-align: center;
}

#GifGraphArea table td .GraphTitle {
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 5px;
}

#GifGraphArea table td .GraphArea {
  vertical-align: middle;
  padding-bottom: 5px;
}

#GifGraphArea img {
  vertical-align: middle;
  text-align: center;
  border: 0;
}

#NoticeArea {
  width: 900px;
}

#NoticeArea .ItemValue {
  font-size: 9pt;
  padding-bottom: 10px;
}

.ItemLabel {
  vertical-align: middle;
  font-weight: bold;
  font-size: 12pt;
  color: #008000;
  background-color: #dddddd;
  padding: 5px;
  margin-bottom: 5px;
}

#PageHeader {
  width: 900px;
  height: 40px;
  text-align: right;
}

#PageHeader img {
  vertical-align: middle;
  text-align: center;
  border: 0;
  width: 170px;
  height: 13px;
}

#PageHeaderSeparatorLine {
  border-top: 5px #b9b9b9 solid;
  margin-top: 8px;
  margin-bottom: 2px;
}

.highlight a:hover img{
  background-color: #fff0f0;
}

#PageFooter {
  width: 900px;
  height: 1px;
  border-top: 1px #b9b9b9 solid;
  font-size: 80%;
  text-align: center;
  padding: 10px 0;
  font-family: 'verdana';
  clear: both;
}

div.nowrap {  
    white-space: nowrap;
    overflow: hidden;
}

.PreCautionsTable {
    table-layout: fixed;
    width: 900px;
}
.specificUserName {
    width: 80%;
    font-family: 'arial';
}

td.space {
    width: 3%;
}

td.preCautions {
    font-size: 100%;
    text-align: right;
    width: 17%;
}
