#history table.style { 
		margin-left: 0px;
        width: 680px; 
		border-spacing: 0;
} 

/* 最初の上部thの指定 */ 
#history table.style tr:first-child th {
		height: 15px;
		background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		background: #cfc;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
		border-radius: 0px 0px 0 0;
		border-left: 1px solid #5aa15a;
		border-right: 1px solid #5aa15a;
		border-top: 1px solid #5aa15a;
}

/* 最初の上部th-左端の指定 */ 
#history table.style tr:first-child th:first-child {
		height: 15px;
		background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		background: #cfc;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
		border-radius: 5px 0px 0 0;
		border-left: 1px solid #5aa15a;
		border-right: 1px solid #5aa15a;
		border-top: 1px solid #5aa15a;
}

/* 最初の上部th-右端の指定 */ 
#history table.style tr:first-child th:last-child {
		height: 15px;
		background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		background: #cfc;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
		border-radius: 0px 5px 0 0;
		border-left: 1px solid #5aa15a;
		border-right: 1px solid #5aa15a;
		border-top: 1px solid #5aa15a;
}

/* thの指定 */ 
#history table.style th { 
        background-color: #ddffdd; 
        border-bottom:1px solid #5aa15a;
        border-right:1px solid #5aa15a; 
        text-align: center; 
		font-size: 12px;
        padding: 5px 10px;
		border-left: 1px solid #84b2e0;
		box-shadow: 0px 5px 5px rgba(255,255,255,0.3) inset;
} 

/* tr tdの指定 */ 
#history table.style tr td { 
        background-color: #ffffff; 
        border-bottom:1px solid #669966; 
		border-left: 1px solid #5aa15a;
		border-right: 1px solid #5aa15a;
        text-align: center; 
		font-size: 12px;
        padding: 5px;
		
} 
/* tr tdの指定 */ 
#history table.style tr td:first-child { 
        background-color: #ffffff; 
        border-left:1px solid #669966; 
        border-bottom:1px solid #669966; 
        text-align: right; 
		font-size: 12px;
        padding: 5px;
		
} 

#history table.style tr td:nth-of-type(2){
        background-color: #ffffff; 
        border-bottom:1px solid #669966; 
        text-align: right; 
		font-size: 12px;
        padding: 5px;
}
#history table.style tr td:nth-of-type(4){
        background-color: #ffffff; 
        border-bottom:1px solid #669966; 
        text-align: right; 
		font-size: 12px;
        padding: 5px;
}
#history table.style tr td:nth-of-type(5){
        background-color: #ffffff; 
        border-bottom:1px solid #669966; 
        text-align: right; 
		font-size: 12px;
        padding: 5px;
}
#history table.style tr td:nth-of-type(6){
        background-color: #ffffff; 
        border-bottom:1px solid #669966; 
        text-align: right; 
		font-size: 12px;
        padding: 5px;
}


#history table.style tr td:last-child 
{
	border-right: 1px solid #84b2e0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}  

/*
#history table.style tr:last-child th {
	border-radius: 0 0 0 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3);
	border-bottom: 1px solid #84b2e0;
}
#history table.style tr:last-child td {
	border-radius: 0 0 0 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3);
	border-bottom: 1px solid #84b2e0;
}

#history table.style tr:last-child td:last-child {
		border-radius: 0 0 10px 0;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

*/
