

body      {
           background-color:#ffff99;
          }

.menu     {
           position:absolute;
           left:20px;
           top:20px
           }

.main     {
           position:absolute;
          width:750px;
           left:202px;
           top:20px;
           background-color:white;
           padding:20px;
           }

/*メニュー*/

.menu div {
           
           }

.menu a {display:block;
         width:80px;
         padding:25px 0px;
         text-align:center;
         border:solid 5px;
         text-decoration:none;
         font-size:15px;
         font-weight:bold;
         color:white}

.page01 {background-color:red;
          border-color:red;
          width:80px}
.page02 {background-color:#ff69b4;
          border-color:#ff69b4;
          width:80px}
.page03 {background-color:limegreen;
          border-color:limegreen;
         width:80px}
.page04 {background-color:orange;
          border-color:orange;
         width:80px}
.page05 {background-color:skyblue;
          border-color:skyblue;
          width:80px}

.menu a:hover {background-color:#500000

;}



.sub {
      width:152px;
      margin-top:30px;
      border-left:solid 8px #e8a048
;
      padding-left:6px;
      line-height:12px;
      font-size:14px;
      font-weight:bold;
      color:#555555
     }






/*タイトル*/

.title h1  {
            margin-top:0px;
            margin-bottom:8px;
            padding-bottom:3px;
            border-bottom:solid 5px #00cccc;
            font-family:Arial,Helvetiva,sans-serif;
            font-size:28px;
            color:#ff6600
           }

.title p   {
            float:right;
            margin-top:0px;
            margin-bottom:20px;
            width:250px;
            line-height:120%;
            font-size:12px;
            color:#1ac51a
            }

/*コンテンツ*/

.con {
      margin-bottom:30px;
      clear:both
     }

.con h2 {
         background-color:#24cccc;
         padding:3px;
         margin-bottom:10px;
         font-size:14px;
         color:white
         }

.con p {
      margin-top:1.5em;
      margin-left:1.5em;
      text-align:justify;
      text-justify:distribute;
      line-height:120%;
      font-size:13px;
      color:#ff6600
      }

.con p img{float: left;
           margin-right:5px;
           border: solid 1px #666666;
           }

-->
</style>