@charset "Shift_JIS";

/* #ccff99, #99cc66 */
#page {
	background: #ffffff url(../images/design_sidebar_true.png) top center repeat-y;
}
#header,
#footer {
	background: #336600 url(../images/design_header_footer_navi.png) top center repeat-y;
}
.bread_list,
.navi_list {
	background: #669933 url(../images/design_navi.png) top center repeat-y;
}
#content {
	width: 700px;
}
#sidebar {
	float: right;
	width: 220px;
}

/*---------- Print ----------*/

@media print {
	body,
	#page,
	#header,
	#footer,
	.bread_list,
	.navi_list {
		background-color: #ffffff !important;
		background-image: none !important;
	}
}
