@charset "UTF-8";

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

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


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

#container{
 width: 560px;
 background: none;
 border:none;
}

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

#wrapper{
 width:560px;
 background: none;
 float:none;
}

#main{
 width: 560px;
 background-image:none;
 float:none;
}

#main div.anchor,
#main div.pnavi-area,
#main div.bread-area,
#lnavi,
#footer,
#dwn{
 display: none;
}

#main h1{
 border-bottom:none;
}

#main p.expand a{
 display: list-item;
 list-style-image:url(../../image/contents_ic004.gif);
 list-style-position:0 0;
}

