@charset "Shift_Jis";

/* プリント用-------------------------------------------- */

@media print {
#header {
    display: none;
}
.pagetop {
    display: none;
}
#footer { 
    background: none;
	height: 20px;
}
#TOPwrapper {
	background: none;
}

/* ページ */

#PAGEwrapper {
	background: none;
}
#copy {
    display: none;
}
#footer_link {
    display: none;
}
/* コンテンツ一覧 */
#LFTbar {
    display: none;
	width: 0px;
}
#RGTmain {
	margin: 0px;
}
#adress {
    float: right;
	line-height: 140%;
	text-align: left;
}
#MDclicontents { 
    background: none;	
} 

