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

.base #container #mainContent #contentsBox table {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #5a5a5a;
}

.base #container #mainContent #contentsBox table th {
	padding: 5px;
	background-color: #EBEDF5;
	text-align: left;
	white-space: nowrap;
}

.base #container #mainContent #contentsBox table td {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
