@charset "utf-8";
/* CSS Document */

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }
table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }
table.head {
            width: 100%;
            }
table.head td{
            margin: 0;
            }
.info{
      vertical-align: bottom;
      text-align: right;
      width: 15em;
      font-size: 0.7em;
      }
img.me {
             width: 6px;
             height: 18px;
             }

img.nu {
             width: 123px;
             height: 18px;
             transition: .2s;
             }
img.nu:hover {
             opacity: 0.5;
             }
img.copy {
             width: 300px;
             height: 12px;
             }
/*パンくず*/

table.pan{
          width: 750px;
          }
table.pan td{
              font-size: 0.8em;
              padding: 3px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }
hr { 
    width: 750px;
    border: 0 none; 
    height: 2px; 
    color: #696969;
    background-color: #696969;
} 

h1{
   width: 750px;
   background: #c0c0c0;
   text-align: center;
   font-size: 1.2em;
   padding: 3px;
   }

img.dru{
        width: 350px;
        height: 200px;
        }

table.type01{
             width: 750px;
             }
table.type01 td{
                text-align: center;
                font-size: 0.9em;
                }

table.type02{
             width: 750px;
             border-collapse:separate;
             border-spacing: 0;
             }
table.type02 tr{
                border: solid 1px #c0c0c0;
                }
table.type02 th{
                border: solid 1px #c0c0c0;
                font-weight: lighter;
                padding: 3px;
                text-align: center;
                }
table.type02 td{
                border: solid 1px #c0c0c0;
                padding: 3px;
                }
table.type03{
             width: 750px;
            }

.a{
   width:140px;
   background-color: #fffacd;
}
.b{
   width:120px;
}
.c{
   background-color: #fffacd;
}
