﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Meiryo UI,Sans-Serif;
    background-color: #f5f5f5;
}
#wrapper
{
    width: 950px;
    margin: 0 auto;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid silver;
    border-top: none;
}
div.p10
{
    padding: 10px;
}

/* TAB */
td.tab1 /*鉄鋼*/
{
    width: 200px;
    border: none;
    padding: 5px;
    font-size: 12pt;
    font-family: Meiryo UI;
    background-color:#800000;
}

td.tab2 /*自動車*/
{
    width: 200px;
    border: none;
    padding: 5px;
    font-size: 12pt;
    font-family: Meiryo UI;
    background-color:#4682b4;
}

td.tab3 /*アルミ*/
{
    width: 200px;
    border: none;
    border-right:1px solid silver;
    padding: 5px;
    font-size: 12pt;
    font-family: Meiryo UI;
    background-color:#ffa500;
}

td.tabBody1
{
    border: 1px solid silver;
    padding: 5px;
    font-size: 12pt;
    font-family: Meiryo UI;
}

a.On1
{
    text-decoration: none;
    font-weight: bold;
    font-size: 15pt;
    color:Black;
}

a.Off1
{
    text-decoration: none;
  
    font-weight: normal;
    font-size: 12pt;
    color:silver;
}


