@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	width: 580px;
	font-family: 굴림, gulim;
	font-size: 12px;
	line-height: 135%;
	color: #666;
	background: #FFF;
	border: none;
}

table {
	width: 100%;
}

table, tr, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;
}

th, td {
	padding: 6px 0 4px 0;
	border: 1px solid #CCC;
}

thead th, tfoot th {
	color: #333;
	background: #E7E7E7;
}

tbody th {
	font-weight: normal;
	color: #333;
	background: #F7F7F7;
}

tbody td {
	padding-right: 10px;
	text-align: right;
}

caption {
	padding: 10px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.menu {
	width: 100%;
	text-align: right;
}

.date {
	padding-right: 0;
	text-align: center;
}

.warn {
	color: #F00;
}
