@charset "UTF-8";

/*
======== table of content. =================================

Last Updated:07.09.13
summary:全画面プリント押下時プリント要素設定CSS

============================================================
*/

body {
>zoom: 67%; /*WinIE6-7 only */
text-align:left;
 overflow: visible !important;

}

#wrapper {
margin-left:0;
margin-right:0;
}

#footer-sitemap{
display:none;
}

#content{
}
#main {
overflow: visible !important;
height:100%;
position:relative !important;
}
#main table{
overflow: visible !important;
height:100%;
position:static !important;
}

/* SAFARI HACK \
html:\66irst-child body#toppage #main {
	width:505px;
}

html:\66irst-child #main-sub,
html:\66irst-child #sub {
	position:static;
} 

html:\66irst-child #main-sub {
	float:left!important;
}

html:\66irst-child #sub {
	float:right!important;
}

 SAFARI HACK END */
