/* Stylesheet for the uchitomi STIHL document */

h3.item{
  background-color:#F37A1F;
}

td.cont-right { /* 右(赤枠)テーブル */
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  border-right:2px solid #CC671B;
  border-bottom:2px solid #CC671B;
  background-color:#F37A1F;
  vertical-align:top;
}

table.cont-center { /* 中央テーブル(table) */
  border-top:2px solid #CC671B;
  border-left:2px solid #CC671B;
  border-right:1px solid #CC671B;
  border-bottom:1px solid #CC671B;
  background-color:#ffffff;
  border-collapse: collapse; 
  margin-left:7px;
  margin-right:6px;
  margin-bottom:0px;
}

td.cont-center { /* 中央テーブル(td) */
  border: 1px dotted #9a9; 
  vertical-align:top;
  padding:5px;
  line-height:150%;
}

/* ▼上部コンテンツメニュー（製品紹介） */
table.cont3 { /* テーブル(table) */
  border-top:2px solid #CC671B;
  border-left:2px solid #CC671B;
  border-right:1px solid #CC671B;
  border-bottom:1px solid #CC671B;
  background-color:#ffffff;
  border-collapse: collapse; 
  margin-left:2px;
  margin-right:2px;
  margin-bottom:0px;
}


