@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;
} 

table.type01 {
	    width: 750px;   
            margin: auto;
	    	}

table.type01 td {
             background-color:#c0c0c0;
             text-align: center;
             font-weight: bold;
                 }

table.type02 {
	    width: 600px;   
            margin: auto;
	    	}

table.type02 td {
             background-color: #6699cc;
             text-align: center;
             font-weight: bold;
             margin: auto;
                 }



table.type03 {
            table-layout: auto; 
            width: 100%;  
            margin: auto;
            border-collapse:collapse;
            font-size:13px;
	    	}	    	
	    	
table.type03 th {
            width: auto;
            border:2px solid #c0c0c0;
            padding: 5px;  
                 }
table.type03 td {
             text-align: center;
             background-color:#FFFFC2;
             border:2px solid #c0c0c0;
             padding: 4px;  
                 }
table.type03 tr:nth-child(2n+1) td {
              background-color: #ffffff;
                  }



table.type08 {
        width: 750px;
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.5;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type08 th {
	    width:80px; 	 
        text-align:center;
	    padding: 3px;
	    font-weight: bold;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}
	table.type08 td {
	    width: 150px;
	    padding: 3px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;    
	}       	

p.btn {
   text-align: right;
   }

table.tn{
         width: 750px;
         }
table.tn td{
            text-align: right;
            font-size: 0.8em;
            }		   







table.type06 {
	    width: 650px;
            margin: auto;
	    	}

table.type06 td {
             font-size: 16px;
             font-weight: bold;
             color: purple;
                 }

table.type05 {
	    width: 370px;
            margin: auto;
	    	}

table.type05 td {
            font-size: 14px;
            border-bottom: 2px solid #c0c0c0;
            padding: 5px;
                 }
table.type07{
             width: 760px;
            }
table.type07 td{
                text-align: center;
                }
.cen{
     text-align: center;
     }