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

div {
    width:750px;
    text-align:left;
    }

h1 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#c0c0c0;
  width: 750px;
   }

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:18px;
  background-color:#87cefa;
  clear:both;
   }

h3 {
  padding:5px;
  margin:5px;
  text-align:left;
  font-size:18px; color:purple;
  clear:both;
   }

p.imgLeft {
  margin-left:10px;
  margin-right:10px;
  margin-top:0;
  width:250px;
  float:left;
   }
img.pic{
        width: 240px;
        height: 180px;
        }
span{
     color: red;
     }
table.type02 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.5;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}

	table.type02 th {
	    width:120px;
        text-align:center;
	    padding: 2px;
	    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.type02 td {
	    width: 600px;
	    padding: 4px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}

table.type03 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 2.0;
	    vertical-align: center;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}

	table.type03 th {
		width: 120px;
        text-align:left;
	    padding: 3px;
	    font-weight: bold;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	    background: #eee;
	}

	table.type03 td {
	    width: 720px;
	    padding: 4px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}

table.type01 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.5;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}

	table.type01 th {
	    width:220px;
        text-align:center;
	    padding: 2px;
	    font-weight: bold;
	    vertical-align: center;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}

	table.type01 td {
	    width: 500px;
	    padding: 4px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}

table.type05{
             width: 750px;
             border-collapse: collapse;
            }
table.type05 th{
                text-align: center;
                border: solid 3px #2faeed;
                padding: 7px;
                width: 100px;
                }
table.type05 td{
                border: solid 3px #2faeed;
                padding: 7px;
                }
table.type06{
             width: 750px;
             }
p.center{
         text-align: center;
         }