@charset "UTF-8";


.expense table {
    width: 400px;
    margin: 0;
}

.expense th {
    width: 210px;
    padding: 5px;
	background: url(../../images/common/th_bg.png) repeat;
    border-top: 1px solid #fff;
	font-weight: normal;
}

.expense td {
	width: 170px;
    padding: 5px;
    border-top: 1px solid #fff;
	background: #eee;
    text-align: right;
}

#into_expense {
	float: left;
	width: 400px;
	margin: 1.5em 0 0 15px;
}

#rent_expense {
	float: right;
	width: 400px;
	margin: 1.5em 15px 0 0;
}