@charset "utf-8";

/*
*	Print Styles
*	Last Update: 2007-07-30
*/

/*-------------------------------------------------------------------

	4-1.Based Elements

-------------------------------------------------------------------*/

body {
	color: black;
	background-color: white;
}

a:link,
a:visited {
	color: black;
	text-decoration: underline;
}

img {
	border: none;
}

/*-------------------------------------------------------------------

	4-2.Structure

-------------------------------------------------------------------*/

div#header ul#globalNav,
div#logo,
div#footer,
div#ouen {
	display: none;
}

div#header h1 {
	position: relative;
	top: 0;
	left: 0;
}

div#content {
	padding-top: 0;
	border: none;
}
