/* アクアリウム その他 メニュー CSS */
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	color: #336666;
	margin-bottom: 10px;
}
h3 {
	color: #CCCCCC;
	/* font-size: 14px; */
	line-height: 24px;
	background-color: #339999;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 70px;
}
.proc {
	margin-left: 20px;
	padding-bottom: 0px;
}
.proc p {
	margin-top: 5px;
	line-height: 16px;
}
table {
	width: 450px;
	margin-bottom: 0px;
	margin-top: 5px; 
	/* border-spacing: 20px 10px; */
}
td {
	height: 22px;
}
td a {
	background-image: url(../toolbox/btn-link-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 110px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-position: left top;
}
td a:hover {
	background-position: left center;
}
td a:active {
	background-position: left bottom;
}
.item {
	width: 110px;
}
.colm {
	width: 350px;
	padding-left: 7px;
}
