@charset "utf-8";

/*===============================================*
*	print
*===============================================*/
@media print{

/* for All Browser
------------------------------------------------*/
body{
font-size:10pt;
background:none;
}
img{
border:none;
}

#contentsArea #contentsAreaBody #columnA {
float:none;
display:none;
}
#contentsArea #contentsAreaBody #columnB {
float:none;
}


/* for IE
------------------------------------------------*/
body{
_zoom:82%;
}



}

