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


div {
    width:750px;
    text-align:left;
    }
h1 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#a9a9a9;
  clear:both;
   }
   
p.imgLeft {
  float:left;
  margin-right:100px;
  margin-top:70px;
  width:180px;
}

h2 {	 
   padding:5px;
   margin:5px;
   text-align:center;
   font-size:18px;
   background-color:#87cefa;
    }   					
    
table.type02 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.0;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
        margin-top:30px;
}
	table.type02 th {
	    width:130px; 	 
        text-align:center;
	    padding: 6px;
	    font-weight: normal;
	    vertical-align: middle;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #ffffc2;
	}
	table.type02 td {
	    width: 460px;
	    padding: 6px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}     
p.btn {
   text-align: right;
   }		   
p.line {
       clear:both;
   }
