@CHARSET "UTF-8";
.rankingframe{
	float			: left;
	width			: 185px;
	margin-right	: 3px;
	border			: 1px solid #ccc;
	overflow		: visible;
}
.mens{
	background-image: url('../img/mens.gif');
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #cff;
}
.ladies{
	background-image: url('../img/ladies.gif');
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #fcf;
}
.total{
	background-image: url('../img/total.gif');
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #cf9;
}
.data{
	border-width	: 2px 0 0 0;
	border-style	: dotted;
	border-color	: #ccc;
	height			: 65px;
}
.ranking_1{
	float			: left;
	border-width	: 1px 1px 1px 3px;
	border-style	: solid solid solid dotted;
	border-color	: #ccc;
	height			: 65px;
	width			: 185px;
}
.ranking_1,.ranking_2,.ranking_3{
	float			: left;
	border-color	: #ccc;
	height			: 65px;
	width			: 185px;
	margin-top		: 5px;
}
.ranking_1{
	border-width	: 1px 0 1px 0;
	border-style	: solid;
}
.ranking_2{
	border-width	: 1px 2px 1px 2px;
	border-style	: solid dotted solid dotted;
}
.ranking_3{
	border-width	: 1px 1px 1px 0;
	border-style	: solid;
}
.shopname{
	float			: left;
	width			: 185px;
	border			: 1px solid #ccc;
	height			: 65px;
	margin-top		: 5px;
	background-position:center bottom;
}
#googlead{
	padding-top		: 10px;
	padding-left	: 10px;
}