@charset "utf-8";

/*------------------------------------------*/
/*------------------------------------------
  [print]
------------------------------------------*/

@media print{ 
/*layout*/
body{
width:100% !important;
margin:0px auto !important;
padding:0px;
background:none !important;
background:#fff !important;
}




/**/
#container{
width:100% !important;
background:none !important;
background:#fff !important;
}



/**/
.entrycontents{
}

#conleft{
width:210px; !important;
}

#footer li{
margin-right:5px !important;
}



}



