@charset "Shift_JIS";

/* S̍\
---------------------------------------------------------*/
@media print { 
               body{zoom: 80%;}
               }

body {
     color: #444444;
	 background-color: #FFFFFF;
	 line-height: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 height:auto	 
	 }
		   
td {
   font-size: 12px;
   line-height: 17px;
   letter-spacing: 1px;
   }

a:link {
       color: #444444;
	   text-decoration: underline;
	   }
	   
a:visited {
          color: #444444;
		  text-decoration: underline;
		  }
		  
a:active {
         color: #444444;
         text-decoration: none;
		 }
		 
a:hover {
        color: #444444;
		text-decoration: none;
		}

