@media print{

body {
width:auto;
padding:0 20px;
font-family:osaka, "ms ui gothic", arial, gothic,;
background-color:#ffffff;
}

#my_header,#my_navigation,#my_footer,#pulldown_menu{
display:none;
}

#my_main{
width:auto;
margin-left:auto;
margin-right:auto;
}

#my_contents{
float:right;
width:auto;
margin-top:4px;
margin-left:auto;
margin-right:auto;
}

#my_contents h1{
border-top:1px solid #f68b1f;
border-bottom:1px solid #f68b1f;
font-size:18px;
color:#f68b1f;
width:auto;
margin-top:20px;
margin-bottom:10px;
padding-top:8px;
padding-bottom:8px;
height:auto;
text-align:left;
}

#my_contents p{
width:auto;
font-size:14px;
line-height:145%;
color:#000000;
margin-left:5px;
margin-right:5px;
padding:0;
height:auto;
text-align:left;
}

#my_contents p a,#my_contents p a:link,#my_contents p a:visited{
color:#cc0000;
}

#my_contents p a:hover{
color:#f68b1f;
}

}

