/* CSS Document */

h1,h2,h3,h4,p,ui,ol,li{
     margin:0;
	 padding:0;
	 }

body{text-align:center;
     margin:10px;
     padding:0;
	 }
	 
.contents{
           width:900px;
		   margin:0 auto;
	       text-align:left;
	       background-color:#FFFFFF;
		   }
		   
h1{
    font-size:1em;
   } 
   
h2{
    font-size:1.2em;
	color:#339999;
   }  
   
h3{
    font-size:1.1em;
	color:#000000;
	margin:50px 0 10px 0;
   } 
   
h4{
    font-size:1em;
	color:#000000;
	margin:5px 0;
   }      
		   
p{
   font-size:0.9em;
   line-height:150%;
   margin:0px;
   padding:10px;
   text-align:left;
   }
   
li{line-height:200%}   
		     	 
.eps{
      color:#660099;
	  font-weight:700;
	  }
	  
.jpg{
      color:#FF0000;
	  font-weight:700;
	  }
	  
.tif{
      color:#FF9900;
	  font-weight:700;
	  }	  
	  
.gif{
      color:#0066FF;
	  font-weight:700;
	  }	  

.psd{
      color:#009933;
	  font-weight:700;
	  }
	  

img.gazo{
          border: solid #333333;
		  border-width:1px;
		  margin-bottom:5px;
		  }	 
		  
.mg_t10{
          margin-top:10px;
		  }

.mg_b20{
          margin-bottom:20px;
		  }	
		  
		  
.mg_r5{
		margin-right:5px;
}
.mg_r10{
		margin-right:10px;
}

td.border_btm{
	border-bottom:1px dashed #999;
}