@charset "utf-8";

/* for Print Media */

@import url("./common.css");


/* Tags
--------------------------------------------------*/


body {
	color #000;
	background: #fff;
	line-height: 1.5;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* Blocks
--------------------------------------------------*/


#header,
#footer {
	display: none;
}

/* EOF */