@charset "utf-8";
/* CSS Document */

#box_l {
	width: 350px;
	float: left;
}

#box_r {
	width: 450px;
	float: left;
	margin-left: 40px;
}

/*------- table -----------*/
#box_l table {
 width: 350px;
 border-collapse:collapse;
 text-align:left;
 border:0px;
 margin-bottom:30px;
}

#box_l table th, 
#box_l table td {
	font-size: 12px;
	line-height: 1.3em;
	vertical-align: top;
	font-weight: normal;
	padding: 10px 0px;
	border-bottom: 1px solid #afafaf;
}

#box_l table th {
	color: #6a6a6a;
	padding-right: 20px;
}

#box_l table .topcell {
	border-top: 1px solid #afafaf;
}