@charset "utf-8";

#top_menu li {
	display:block;
	width:200px;
	padding:5px;
	background-color:#f3f3f3;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	color:#000;
	text-indent:10px;
}

#top_menu li a:hover {
	background-color:#333;
	color:#fff;
}

.data {
	color: #f00;
	white-space: nowrap;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table tr td , table tr th {
	border: 1px dotted #ccc;
	padding: 10px;
}

table tr th {
	background-color: #009;
	color: #fff;
}

#msg_box {
	padding: 15px;
	border: 1px solid #666;
	margin-bottom: 20px;
}

