@import url("./import/reset.css");
@import url("./import/linkstyle.css");

body{
	background-color: #fff;
	font-family:Osaka, Verdana, sans-serif;
	font-size: 12px;
	color:#505050;
	line-height: 150%;
	width:650px;
	height:300px;
	margin:0;
	padding:0;
}


div#outline {
	width:590px;
	height:250px;
	margin:0;
	padding:10px 30px;
}


div#initial {
	width:380px;
	float:left;
}

div#running {
	width:210px;
	float:left;
}

div#memo {
	clear:both;
}

table {
	border-collapse:collapse;
	border:solid 1px #969696;
}

div#initial table {
	width:370px;
}

div#running table {
	width:210px;
}

tr.total {
	border-top:solid 1px #969696;
}

tr.bg {
	background-color:#f5ffe6;
}

th,td {
	padding:2px;
}

th {
	text-align:left;
}

td.plus {
	width:30px;
	text-align:center;
}

td.cost {
	width:100px;
	text-align:right;
	font-weight:bold;
}

tr.total th {
	font-weight:bold;
}

td.totalcost {
	background-color:#bef078;
}


div#memo ul {
	margin:0;
	padding:0;
}

div#memo ul li {
	list-style:none;
	margin:0;
	padding:0;
}
