@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.fordays.jp/common/css/print.css> a :CSSstylesheet;
 :shortdesc "Print-ie6 CSS";
 :created "2009-07-27";
 :license <http://www.fordays.jp/>;
 :dependencies "none" .
*/

/*----------------------------------------------------
	common
----------------------------------------------------*/
html, body {
	width: 700px;
}
body {
	background: none;
	font-size: 150%;
}


/*----------------------------------------------------
	その他ページ
----------------------------------------------------*/
body#page div#header {
	display: none;
}
body#page div#content {
	background: none;
}
body#page div#sub-col {
	display: none;
}
body#page div#footer {
	display: none;
}
body#page p#next {
	display: none;
}

