@charset "UTF-8";


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

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

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

#into_expense {
	width: 800px;
	margin: 1.5em 0 0 15px;
}

#rent_expense {
	width: 280px;
	margin: 1.5em 15px 0 0;
}

.single #main #body #into_expense .expense tr .note {
	width: 300px;
	text-align: left;
	font-size: 85%;
}
