@charset "utf-8";

/*
 * structure
 */
#main-column {
	float: left;
	width: 560px;
}
#sub-column {
	float: right;
	width: 180px;
}

/*
 * private
 */
.info,
.info th,
.info td { border-collapse: collapse; }
.info {
	width: 560px;
	margin-bottom: 1em;
	font-size: .9em;
}
.info th,
.info td {
	padding: .2em .5em;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.info th {
	width: 160px;
	background-color: #eeeeee;
	font-weight: normal;
	/*white-space: nowrap;*/
	text-align: left;
}

