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

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#6699cc;
   }

h3 {
  padding:5px;
  margin:5px;
  font-size:20px; color:purple;
  font-weight:900;
   }

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

table.type02 th {
	    width:170px; 	 
        text-align:center;
	    padding: 3px;
	    font-weight: bold;
	    vertical-align: center;   
	    line-height: 1.5;
	    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: 580px;    
        font-size:15px;
	    padding: 4px;
	    vertical-align: top;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
        line-height: 1.2; 
	}       	

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;
	    clear: both;
	}
	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;
	}       	   
