@charset "UTF-8";

/* print.css
**************************************************************************************

1.プリント設定
**************************************************************************************/ 


/* 1.プリント設定
=============================================================================*/
body{
	width: 555px;
}

br{
 letter-spacing: normal;
}

hr{
 display:none;
}

#container-top{
 display:none;
}

#container{
 width: 555px; /* IE5.5-6.0対策 */
}

#container-bottom{
 display:none;
}

#header{
 display:none;
}

div.bread-area,
div.pnavi-col{
 display:none;
}

#wrapper{
width: 555px;
}

#main{
 width: 555px;
}
  
#navi{
 display:none;
}

#footer{
 display:none;
}

