@charset "UTF-8";

div#container {
	width: 100%;
}

div#wrap {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#topic_path {
	display:none;
}

div#sub {
	display:none;
}

div#main {
	width: 100%;
}

div#header {
	display:none;
}

div#footer {
	width: 100%;
	font-size: x-small;
	padding-top: 10px;
}

div#navi {
	display:none;
}

table.slse {
	border-top:1px solid #a82909;
	border-left:1px solid #a82909;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

table.slse th, table.slse td {
	font-size: x-small;
	text-align: center;
}

table.slse th {
	color: #ffffff;
	border-right:1px solid #a82909;
	border-bottom:1px solid #a82909;
	background-color: #d82909;
	background-position:left top;
	padding: 6px 10px 6px 10px;
	white-space: nowrap;
}

table.slse td {
	border-right:1px solid #a82909;
	border-bottom:1px solid #a82909;
	padding: 5px 10px 5px 10px;
}
