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

#visual {
	width: 800px;
	font-size: large;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#main_box {
	width:800px;
	height: auto;
	text-align: left;
	background-repeat: repeat;
}

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

th,td{
	border-bottom:1px solid #333;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color{
	background-color: #E1E1E1;
}