@charset "UTF-8";

/* print.css
**************************************************************************************

1.プリント設定
**************************************************************************************/ 


/* 1.プリント設定
=============================================================================*/
body{
 background: none;
}

#con-all{
 background: none;
}

#container{
 width: 560px;
 background: none;
}

#header{
 display: none;
 background: none;
}

#wrapper{
 width:560px;
 background: none;
}

#main{
 float: right;
 width: 560px;
}
  
#lnavi{
 display: none;
}

#footer{
 display: none;
}

#contents-footer{
 display: none;
}

#contents-middle{
 background: none;
}

#vcontainer-02{
 background: none;
}

#contents-middle div.middle-area{
 background: none;
}

#contents-middle p.category{
 display: none;
}

#contents-middle div.bread-area{
 display: none;
}

#contents-middle div.h1-area{
 padding-left:55px;
 float: left;
}

#container-02{
 background-image:none;
 border:none;
}

