@charset "UTF-8";

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

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

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

body {
	text-align:left;
}

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

#header .bgleft,
#content {
	background:none!important;
}

/* NETSCAPE HACK */
html* #main-sub,
html* #sub {
	float:none!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 */

