@charset "utf-8";
/*
*************************************************
*****Layout and CSS by http://oyabunstyle.de*****
*************************************************
*/
#table table {}
#table table td, table th {}
#table table th {
	background-color:#666;
	color:#fff;
}
#table table tr:nth-child(1n+2) {
	background:#5d5c5c;
}
#table table tr:nth-child(2n+3) {
	background-color:#4b4a4a;
}
#table table tr:hover {
	background-color:#e4e4e4;
	color:#000;
	cursor:default;
}
#table table tr:hover a{
	color:#00DEFD;
}
#table a:link, #table a:visited {
	color:#00DEFD ;
}
#table a:hover {
	color:#666;
}
/********************************/
.table table {}
.table table td, table th {}
.table table th {
	background-color:#666;
	color:#fff;
}
.table table tr:nth-child(1n+2) {
	background:#5d5c5c;
}
.table table tr:nth-child(2n+3) {
	background-color:#4b4a4a;
}
.table table tr:hover {
	background-color:#e4e4e4;
	color:#000;
	cursor:default;
}
.table table tr:hover a{
	color:#00DEFD;
}
.table a:link, #table a:visited {
	color:#00DEFD ;
}
.table a:hover {
	color:#666;
}
/********************************/
.shoptable table {}
.shoptable table td, table th {}
.shoptable table th {
	background-color:#666;
	color:#fff;
}
.shoptable table tr:nth-child(1n+2) {
	background:#5d5c5c;
}
.shoptable table tr:nth-child(2n+3) {
	background-color:#4b4a4a;
}
.shoptable table tr:hover a{
	color:#00DEFD;
}
.shoptable a:link {
	color:#00DEFD ;
}