﻿@charset "utf-8";

body {
   color: #666666;
   background-color: #999999;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
   padding: 0;
   }

#container {
   width: 594px;
   height: 894px;
   background-color: #ffffff;
   margin: auto;
   }

#leftbar {
   float: left;
   }

#main {
   position: relative;
   }

#logo {
   float: right;
   margin: 35px 12px;
   }

#text {
   position: absolute;
   top: 450px;
   left: 50px;
   line-height: 150%;
   margin-left: 10px;
   }

ul {
   list-style-type: decimal;
   }

#company {
   position: absolute;
   top: 700px;
   left: 65px;
   font-size: small;
   line-height: 150%;
   }

th {
   text-align: justify; text-justify: distribute-all-lines;
   }

   
