@charset "utf-8";

/* PRINT CSS
----------------------------------------------- */

/*-------------- Print FLASH --------------*/
.printFLA img {
 display: inherit;
 position: static;
 }
.printFLA object {
 display: none;
 position: absolute;
 left: -9999px;
 }
 
 
#left {
display:none;
}

#right {
margin-left:10px;
}

#path {
display:none;
}

#hdr_bg {
display:none;
}

#ftr {
display:none;
}

#ftr_text {
display:none;
}
.print03 {
text-align:right;
font-size:100%;
display:block;
margin:30px 20px 0 0;
border-top:#999999 1px solid;
}



