@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:18px;
   line-height:1.5;
   }
	 
p.imgLeft { 
   width:200px; 
   float:left;
   margin-right:10px;
   margin-top:0px;
   font-size:16px;
    }
h2 {	 
   padding:5px;
   margin:5px;
   text-align:center;
   font-size:18px;
   background-color:#87cefa;
    }   					

strong {
   color:red;
   }     

table.type02 {
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: left;
	    line-height: 1.5;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;   
        font-size:15px;
	}
	table.type02 th {
	    width:120px; 	 
        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: 240px;
	    padding: 3px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;    
	}       
	 
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: 3px;
	    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; 
	}      
	
  