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; }

/* ============================== contents */
#subcol { 	border-top: 1px solid; }
/* ============================== category */
#category {
	font-size: x-small;
	font-weight: bold;
	border-top: 1px solid;
}
/* ============================== table border */
.table_border {
	width: 80%;
	margin-bottom: 20px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.table_border caption {
	padding-bottom: 5px;
	text-align: left;
}
.table_border th {
	padding: 5px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
.table_border td {
	padding: 5px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
/* ============================== page top */
.page_top {
	display: none;
}
/* ============================== footer */
#footer {
	display: none;
}
