@charset "utf-8";

.table_data {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.table_data .top {
	background-image: url(../sale/images/bg_table_top.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.table_data .top h3 {
	font-size: 16px;
	margin-top: 5px;
	color: #003300;
}
.table_data .top h3 a{
	color: #006600;
}
.table_data .top h3 a:visited{
	color: #003300;
}
.table_data .top h3 a:hover{
	color: #0000CC;	
}

.table_data td{
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	margin: 15px;
	padding: 5px;
	background-color: #E1F0E1;
}
.table_data .title{
	text-align: right;
	padding-right: 15px;
	width: 100px;
}

.table_data .bottom {
	background-image: url(../sale/images/bg_table_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
