@media print {

body {
_zoom: 78%; /*WinIE only */
}

body {
   background-image: none;
}

#news-box {
    width: 398px;
}	
#news-box h2 {
    width: 398px;
	height: 38px;
	display: list-item;
    background-image: url(../images/top_md_news01.gif);
	background-repeat: no-repeat;
}

#news-kaigi-box h2 {
    width: 362px;
	height: 38px;
	background-image:url(../images/top_md_news02.gif);
	background-repeat: no-repeat;
}
#news-saloon-box h2 {
    width: 362px;
	height: 38px;
    background-image: url(../images/top_md_news03.gif) ;
	background-repeat: no-repeat;
}

.rss01 { /* 新着情報 */
	width: 50px;
	height: 20px;
	text-align: right;
	position: relative;
	left: 348px;
	top: 10px;
	display: none;
}

.rss02 { /* 県民会議、交流サルーン */
	width: 50px;
	height: 20px;
	text-align: right;
	position: relative;
	left: 312px;
	top: 10px;
	display: none;
}

}