@media print{

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12.5pt;
    line-height: 1.2;
}
.clearfix {
	display: block;
}
.clearfix:after{
	content: ".";
	height: 1pt;
	display :block;
	clear: both;
	visibility: hidden;
}

#container {
	overflow: visible;
}  


#container #main div#content h2 {
	clear:both;
}

#container #main div#content dl.futurejub {
	clear:both;
}


#container #header {
	width:982px;
}

#container #header ul {
	width:202px;
}


#container div#globalnavi ul {
	width:982px;
}

#container #content {
	width: 982px;
}

#container #footer ul.footernavi {
	width: 982px;
}

#container #bannerArea ul.banner {
	width:982px;
}

*html body {
	_zoom: 74%; /*WinIE only */
}


}