﻿/*　「詳細情報」スタイル　*/

/* リンクカラー */
a:link
{
  text-decoration: none;
  color: #666666;
}
a:visited
{
  text-decoration: none;
  color: #666666;
}
a:active
{
  text-decoration: none;
  color: #666666;
}
a:hover
{
  text-decoration: underline;
  color: #666666;
}

.contents-detail
{
  /*   width: 678px;   */
  background-image: url(../../image/background/detail_bg_slash_turquoise.gif);
  border: 1px solid #004466;
  margin-bottom: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

/*****　表組　******/
/* table部分 */
.chart-frame-detail-1
{
  border-collapse: collapse;
  border: solid 2px #004466;
  margin-bottom: 10px;
  table-layout: fixed;
}
.chart-frame-detail-2
{
  border-collapse: collapse;
  border: solid 1px #004466;
  margin-bottom: 10px;
  table-layout: fixed;
}
.chart-frame-detail-3
{
  border-collapse: collapse;
  border: solid 2px #006699;
}
.chart-frame-detail-4
{
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 10px;
  border-collapse: collapse;
  border: solid 1px #666666;
}

/* th、td部分 */
.chart-detail-1 th
{
  font-size: 13px;
  color: #FFFFFF;
  background-color: #006699;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px #004466;
}
.chart-detail-1 td
{
  font-size: 12px;
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #004466;
}
.chart-detail-2 th
{
  font-size: 13px;
  color: #FFFFFF;
  background-color: #006699;
  padding: 5px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px #004466;
}
.chart-detail-2 td
{
  font-size: 12px;
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  line-height: 16px;
  letter-spacing: 1px;
  border: solid 1px #004466;
  text-align: left;
}
.chart-detail-2 td a:link
{
  text-decoration: none;
  color: #666666;
}
.chart-detail-2 td a:visited
{
  text-decoration: none;
  color: #666666;
}
.chart-detail-2 td a:active
{
  text-decoration: none;
  color: #666666;
}
.chart-detail-2 td a:hover
{
  text-decoration: underline;
  color: #666666;
}
.chart-detail-3 th
{
  font-size: 13px;
  color: #FFFFFF;
  background-color: #004466;
  padding: 5px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px #006699;
}
.chart-detail-3 td
{
  font-size: 12px;
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  line-height: 16px;
  letter-spacing: 1px;
  border: solid 1px #006699;
  text-align: left;
}


/* 主要画像サムネイル群を囲うTable */
table.image img
{
  border-color: #006699;
}

/* 売買の「拡大画像一覧へ」「正確な位置と周辺情報」メニューボタン */
.menuItems
{
  display: block;
}

