@charset "utf-8";
/* CSS Document */
#main_box {
	margin: 0 20px;
}

h2 {
	font-size:16px;
	line-height:16px;
	padding-left:6px;
	border-left:8px solid #990000;	
}

#table_box {

}
.table_box_s {
	width:264px;
	height:172px;
	border:1px solid #c0c0c0;
	padding:10px;
	margin:20px 20px 0 0;
	float:left;
}

.table_box_s_right {
	width:264px;
	height:172px;
	border:1px solid #c0c0c0;
	padding:10px;
	margin-top:20px;
	float:left;
}

h3 {
	font-size:14px;
	padding:3px 0 2px 0;
}

table {
	width:264px;
}
table tr {
	width:264px;
	height:21px;
}

table th {
	font-size:13px;
	font-weight:normal;
	line-height:19px;
	padding-bottom:2px;
	text-align:left;
}

table td {
	font-size:13px;
	font-weight:bold;
	line-height:19px;
	padding-bottom:2px;
	text-align:right;
}