@charset "UTF-8";

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

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


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


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

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

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

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

#contents-footer{
 display: none;
}

#footer{
	background-image:none;
	width:660px;
	margin:0 auto;
}

#footer div.mnavi-area,
#footer ul.fnavi,
#footer div.copy-area p.personal{
  display:none;
}

#footer div.copy-area{
  width:auto;
}

#main div.news-area div.news-title{
width:660px;
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;
}

/*  header  */
#header{
background-image:none;
}

#header p.logo{
 float:left;
 width: 285px;
 height: 98px;
 margin-left:2px;
 display:block;
}
#header p.logo a{
 float:left;
 width: 285px;
 height: 98px;
 background-image: url(../../image/logo002.gif);
 background-repeat: no-repeat;
 background-position: 0 left;
 text-indent: -9999px;
 }

#header div.header-right,
#header div.header-right-top,
#header div.header-font-search,
#header div.header-right-bottom,
#header ul.gnavi,
#header ul.tnavi{
 display:none;

}
