@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 {
  font-size:16px;
  line-height:1.5;
   }

p.imgLeft {
  float:left;
  margin-right:10px;
  margin-top:0;
  width:200px;
}   	

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:18px;
  background-color:#87cefa;
   }
			
h3 {
  padding:5px;
  margin:5px;
  text-align:left;
  font-size:20px; color:#0000ff;
  background-color:#ffffff;
   }			  

table.type01 {    
	    width: 300px;
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.5;
	}
	table.type01 th {
        text-align:center;
	    font-weight: bold;
	    vertical-align: top;
	    background: #eee;
	}
	table.type01 td {
	    padding: 3px;   
	    padding-left: 20px;
	    vertical-align: top;
	}       	
  
table.type02 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.5;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type02 th {
	    width:240px; 	 
        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.type02 td {
	    width: 350px;
	    padding: 3px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}       	

p.btn {
   text-align: right;
   }		   


table.type03 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.0;   
	    vertical-align: center;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type03 th { 	 
        text-align:center;
	    padding: 3px;
	    font-weight: bold;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}
	table.type03 td {
	    padding: 4px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}       	   
	table.type03 tr:nth-child(even){
        background-color:#ffffc2;
}
   
table.type04 th {
	    width:200px; 	 
        text-align:center;
	    padding: 3px;
	    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.type04 td {
	    width: 550px;    
        font-size:15px;
	    padding: 4px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
        line-height: 1.2; 
	}  

