@charset "utf-8";
/* CSS Document */


div {
    width:750px;
    text-align:left;
    }    

h1 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:18px;
  background-color:#a9a9a9;
   }
   
h2 {  
   padding:3px;
   font-size:18px;  
   text-align:center;
   background-color:#6699cc;
   clear:both;
    }      
p.imgLeft {    
  margin-right:10px;
  margin-left:15px;  
  border:10px;
  width:300px;   
  float:left;
   }
p.text {
  font-size:14px;
  margin-top:20px;
}


 
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;
}
   
  




