/* セル基本設定（文字サイズ・色、余白） */
td {
   font-size: 10pt;
   color: #000000;
}


/* コピーライトテーブル設定 */
table.copyRight {
                height: 100px;
                width: 750px;
                border: none;
}
table.copyRight td{
                  font-size: 8pt;
                  padding: 0px;
}


/* 画像表示設定 */
img {
    border: none;
    margin: 0px;}


/* BODY背景色、マージン */
body {
     margin: 0px;
     background-color: #f5f5f5;
}

/* 会社概要、採用所情報（点線テーブル） */
table.detail {
             border-top: 1px solid white;
             border-collapse: collapse;
}
table.detail td {
                border: 2px #999999;
                border-style: dotted none;
                padding: 5px;
}


/* プライバシーポリシー */
table.privacy {
              width: 600px;
              border: 0px;
}
table.privacy th {
                 background-image: url(img/privacy_line.gif);
                 background-repeat: no-repeat; 
                 height: 30px;
                 text-align: left;
                 padding-left: 2em;
                 font-size: 10pt;
                 border: none;
}
table.privacy td {
                 line-height: 150%;
                 padding: 10px;
}
ol {
    margin-left:  1em;
    padding-left: 2em;
}


/* サイトマップ */
table.map {
          border-top: 1px solid white;
          border-collapse: collapse;
}
table.map td {
             padding: 6px;
             font-weight: bold;
             color: #ff0033;
}


/* IT事業部実績 */
table.jisseki {
              border: none;
              width: 575px; 
}
table.jisseki td {
                 line-height: 120%;
                 vertical-align: top;
                 padding-top: 5px;
                 padding-left: 5em;
                 padding-bottom: 15px;
}
table.jisseki th {
                 height: 20px;
                 background-image: url(img/l_jisseki.gif);
                 background-repeat: no-repeat; 
                 font-size: 12px;
                 text-align: left;
                 padding-left: 3em;
}


/* 販売部 */
table.sales {
            border: none;
            width: 580px;
}
table.sales td{
              font-size: 9pt;
              line-height: 120%;
              vertical-align: top;
}
table.sales td.salesList {
                         padding-left: 5em;
                         padding-top: 1em;
                         padding-bottom: 1em;
}
table.accessory td {
                        width: 150px;
                        padding-left: 1em;
                        padding-top: 1em;
                        padding-bottom: 1em;
}
div.url {
        padding-left: 5em;
}



