/* =============================================================================
	小さな博物館のご紹介 CSS
============================================================================= */

@import url("index.css");

table {
	width:490px;
	border:2px #999 solid;
	border-collapse:collapse;
}

th,
td {
	width:245px;
	padding:3px;
	border:1px #ccc solid;
}

th {
	background:#efe;
}

td {
	line-height:18px;
}