@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:16px;
  background-color:#6699cc;
   }

h3 {
  clear:both;
  padding:5px;
  margin:5px;
  text-align:left;
  font-size:16px;
   }

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


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