@media print {

body {
	background: none!important;
	width:100%!important;
}

div#container {
	margin: 0;
	background: none!important;
}

/*------------------------------------------------- コンテンツ対応*/
/** コンテンツの固定解除 **/
div#contents {
	width: 100%!important;
	margin-left: 0!important;
	padding-left: 0!important;
	background: none!important;
}
/*--------------------------------------------------フォントサイズ変更を消去*/
.font_size {
	display:none;
}
.font_normal {
	display:none;
}
.font_large {
	display:none;
}
/*--------------------------------------------------国交省ロゴ位置の再設定*/
.logo_mlit {
	display:block;
	position:absolute;
	top:5px;
	left:790px;
	font-size:0;/* IE対策 */
}
/*--------------------------------------------------トップページ右側(不要かも？？)*/
div#contents_top_right {
	width:200px;
}/* 非表示にするとNCでスタイルが崩れる&180pxでは表示が被る */
/*--------------------------------------------------ローカルナビ変更*/
div#localNavi ul li a img {
	width:150px;
}/* 非表示にするとNCでスタイルが崩れる&180pxでは表示が被る */
div#local_sub {
	width:150px;
}

/*--------------------------------------------------フッター背景を消去*/
#footer {
	background:none;
}
/*--------------------------------------------------フッターナビを消去*/
div#footerNavi {
	display:none;
}












/*--------------------------------------------------トップページ対応*/
/* 関連リンクの背景を消去（IE7.0以外のモダンブラウザ） */
html>/**/body 
.link_top {
	background :none!important;
}
html>/**/body 
.link {
	background :none!important;
}
html>/**/body 
.link_bottom {
	background :none!important;
}






}