/* アクアリウム 飼育環境 CSS */
#side {
    top: 80px;
	left: 780px;
}
h3{
	color: #336666;
}
.tankname {
	position: relative;
	width: 130px;
	float: left;
	padding: 10px 5px 5px 0px;
}
.tanksince {
	position: relative;
	width: 280px;
	float: left;
	padding: 10px 5px 5px 0px;
}
.tanksincep {
	margin-top: 10px; 
}
.clear {
	clear: both;
}
.proc {
	margin-left: 20px;
}
.proc img {
/*	border: solid 1px #999999; */
	margin-left: 10px;
}
table ,td {
	border: solid 1px #003366;
}
table {
	width: 500px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px; 
	border-collapse: collapse;
}
td {
	padding: 3px;
}
.item {
	width: 80px;
}
.colm {
	width: 400px;
}
