@charset "UTF-8";

/*h2 {
	color:#336666;
	font-size: 130%;
	font-weight: bold;
}*/

table {
	margin-left:30px; 
	cellspacing:10px;
}

#money a {
	color:#AF4F4F;
	margin-top:3px;
	display:block;
	font-size: 130%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	width: 255px;
	height: 69px;
	background: url(../images2/btn_man.png) no-repeat left top;
}

#money td {
	color:#8F1F1F;
	line-height: 67px;
	text-decoration:none;
	vertical-align:top;
}

#money td:hover {
	color:#DF4F00;
}

#money a:hover {
	background: url(../images2/btn_man.png) no-repeat left bottom;
}


