.contents {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:160px;
	top:85px;
	border-left:solid 1px #5e8eab;
	border-right:solid 1px #5e8eab;
	}





thead {
	background-color:#2d444f;
	color:#ffffff
	}

tbody {
	background-color:#bbffaf
	}

.item {
	background-color:#00bb88;
	color:red;
	width:200px;
	text-align:left;
	padding-left:15px
	}

table {
	border:none;
	font-size:1.2em;
	}

td, th {
	border:none;
	border-bottom:solid 1px white;
	border-right:solid 1px white;
	width:200px;
	padding:6px 0;
	text-align:center
	}