@charset "UTF-8";

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

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


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

#container{
 width: 550px;
 background: none;
}

#header,
#header-gnavi,
div.bread-area{
 display: none;
 background: none;
}

#wrapper{
 width:550px;
 background: none;
}

#main{
 float: none;
 width: 550px;
}
#main div.plug-in-area,
#main pnavi-area-nobg{
 display: none;
}
	
#lnavi{
 display: none;
}

#contents-footer{
 display: none;
}

#footer{
 display: none;
}


#main div.news-area div.news-title{
width:560px;
height:50px;
	background-image: url(../../image/news_ti001.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#main div.news-area div.news-title p.news{
 display: none;
}

#main div.news-area div.news-title p.n-history a{
 display: none;
}


#main div.news-area div.news-title p.n-rss a{
 display: none;
}


#main div.news-area div.news-title div.n-icon{
 display: none;
}

#main div.news-area div.news-title div.n-icon ul li{
display:inline;
}