/*左コンテンツ レイアウトテーブル*/
.sst { width:600px; }
/*左コンテンツ 標準の商品紹介テーブルだったもの*/
.showitem {
  width:580px;
  margin:5px 0px;
  table-layout:fixed;
  border:2px solid #c0c0c0;
  border-collapse:collapse;
}

.showitem td,.showitem th { border:2px solid #c0c0c0; width:280px; }
.showitem div { float:left; background-color:#FFEBCD; font-size:11px; text-align:center; }

.topright td{
    padding:5px ;
}

.itemtitle { background-color:#ff9933; color:#ffffff; text-align:center ; padding: 5px; font-weight:bold;}


/*更新履歴・インフォメーション用テーブル*/
.kosin {
  width:580px;
  margin-bottom:10px;
  table-layout:fixed;
  border:2px solid #c0c0c0;
  border-collapse:collapse;
}
.kosin td { padding:3px; border-bottom:2px dotted #C0C0C0; text-align:left; }
.updtlog_title { margin:0px; background:none; background-color:#3366CC; color:#ffffff; }
/*TOP右メニュー用テーブル*/
.sidemenu {
  width:180px;
  font-size:12px;
}
.topleft_title{ background-color:#ffbb33 ; color:#ffffff ; padding:5px ; font-weight:bold }
/*メニュー用リストボックス*/
.topmenubox {
  width:160px;
  list-style-type:none;
  list-style-image:none;
}
.topmenu { 
  height:52px;
  background-image:url(listbg_menu.gif);
  background-repeat:no-repeat;
  padding-top:6px;
  padding-left:50px;
}
.topmenu a { font-weight:bold; }
.topmenu a:link { text-decoration:none; color:#0000ff; }
.topmenu a:visited { text-decoration:none; color:#6600cc; }
.topmenu a:hover { text-decoration:none; color:#ff0000; }
.topmenu a:active { text-decoration:none; color:#0000ff; }
