@charset "UTF-8";

/* print.css
**************************************************************************************

1.プリント設定
**************************************************************************************/ 


/* 1.プリント設定
=============================================================================*/
body{
 background:none;
}

#header-top{
 background:none;
 display:none;
}

#container{
 width:555px;
}

#header{
 background:none;
 display:none;
}

#header-gnavi {
 background:none;
 display:none;
}

#container div.bread-area{
 background:none;
 display:none;
}

#wrapper{
 width:555px;
}

#main{
 float:none;
 width:555px;
}
  
#lnavi{
 background:none;
 display:none;
}

#contents-footer{
 background:none;
 display:none;
}

#footer{
 background:none;
 display:none;
}


div.pnavi-area{
 background:none;
 display:none;
}
