@charset "utf-8";
.Table_cell {
	border: 1px solid #DDDDDD;
}
.table_main_cell {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
}
.table_top_cell {
	font-size: 13px;
	background-image: url(../images/main_table/line.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.table_text_cell {
	font-size: 11px;
}
.table_bottom_cell {
	font-size: 11px;
}

