body { font-size: x-small; }
h1 { font-size: x-small; font-weight: bold; }
h2 { font-size: x-small; font-weight: bold; }
h3 { font-size: x-small; font-weight: bold; }
p { font-size: x-small; }
li { font-size: x-small; }
img { border: none; }

/* ============================== header */
#header_nav { display: none; }

/* ============================== contents */
#anchor { display: none; }
th { white-space: nowrap; }

/* ============================== table border */
.table_blue table, .table_orenge table, .table_green table {
	width: 80%;
	margin-bottom: 20px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.table_blue th, .table_orenge th, .table_green th {
	padding: 5px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
.table_blue td, .table_orenge td, .table_green td {
	padding: 5px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
/* ============================== page top */
.page_top {
	display: none;
}
/* ============================== footer */
#footer {
	display: none;
}

