@charset "utf-8";
/* CSS Document */

@import 'common.css';

@media print {
body {
	zoom:1.3;
}
}

body {
	background:#FFF;
}
div#header {
	display:none;
}
div#main {
	background:#FFF;
}
div#sidemenu {
	display:none;
}
div#contents {
	margin-left:-10px;
	float:none;
}
*html div#contents {
	margin-left:0;
}

div#topic-path {
	display:none;
}
div#footer {
	display:none;
}

table#tbl-board-members th {
	border-bottom:#690 1px solid;
}
table#tbl-board-members td {
	border-bottom:#690 1px solid;
}
table#tbl-outline th {
	border:#C90 1px solid;
}
table#tbl-outline td {
	border:#C90 1px solid;
}

p.p-bkto-pagetop {
	display:none;
}