@charset "utf-8";

/* ------------------------------------------

Style Name: print.css
Since:      2011-05-25
Since:      2011-05-25
Version:    1.00
Auther:     hitaka

------------------------------------------*/

/* ------------------------------------------

print style

------------------------------------------*/

div#wrapper {
	display: table\9;
}

li.print_end {
	page-break-after: always;
}
