a:link {/*未訪問のリンク*/
		color: #0000FF;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
		color: purple;
    text-decoration:underline;
}

h3 {
	padding: 10px 0px 0px;
	color: DarkGreen;
	font-size: 100%;
	border-top: 1px solid green;
	border-bottom: none;
}

table {
	text-align: center;
}

tr {
	color:white;
	background-color: #635f52;
}

tr.odd {
	color: black;
	background-color: white;
}

tr.even {
	color: black;
	background-color: #c5c1b8;
}

td {
	width: 100px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.box_price {
	margin: 0px;
	padding: 0px 5px;
	width: 605px;

	float: left;
}

.new_price_header {
	margin-top: 50px;
	padding-bottom: 5px;
	width: 88%;
	border-top-color: red;
	background-color: lightcoral;
	color: white;
	text-align: center;
}

#new_price {
	margin-bottom: 30px;
}


#new_price thead th {
	height: 30px;
}


#new_price tbody td {
	color: black;
}

#new_price tbody tr:nth-child(odd) td {
    background-color: white;
}

#new_price tbody tr:nth-child(even) td {
    background-color: #c5c1b8;
}

#new_price tbody tr td:nth-of-type(5) {
	color: red;
}
