@charset "utf-8";
/* CSS Document */
table {
	margin: 10px auto;
	/*background: #777777;*/
}
#title th {
	background-image: url(../image/back_br2.jpg);
	/*background: #222222;*/
	color: #ffffff;
}
th,td {
	padding: 5px;
}
.odd {
	background: #cccccc;
}
.even {
	background: #f2f2f2;
}
.hover {
	background: #b2d8ff;
}
