/* Link settings */
A {
	color: #FF0000;
	text-decoration: none;
}
A:hover {
	color: #0000FF;
	text-decoration: none;
}
.name A {
	color: #0000FF;
	text-decoration: none;
}
.name A:hover {
	color: #FF0000;
	text-decoration: none;
}

/* SEO */
.none {
	display: none;
}

/* Space settings */
.bottom5{
	margin-bottom: 5px;
}
.bottom10{
	margin-bottom: 10px;
}
.spacer_h3 {
	height: 3px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_h5 {
	height: 5px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_h10 {
	height: 10px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w5 {
	width: 5px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w10 {
	width: 10px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w15 {
	width: 15px;
	font-size: 0px;
	overflow: hidden;
}

/* Float settings */
.left {
	float: left;
}
.right {
	float: right;
}
.clear { 
	clear: both;
}
.center {
	text-align: center;
}
.tr {
	text-align: right;
	font-weight: bold;
}
.title img {
	vertical-align: middle;
}

/* Line settings */
.line {
	margin: 5px 0px;
	border-top: 1px #999999 solid;
}
.line2 {
	margin: 5px 0px;
	border-top: 1px #999999 dotted;
}
.c_line {
	margin: 5px 0px;
	border-top: 1px #999999 solid;
	clear: both;
}

/* Font settings */
.br {
	color: #FF0000;
	font-weight: bold;
}
.bb {
	color: #0000FF;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bold {
	font-weight: bold;
}
.f10 {
	font-size: 10px;
	font-weight: normal;
}
.f14 {
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-weight: bold;
	color: #FF0000;
}

.name {
	color: #0000FF;
}
/* popup settings */
.popup img {
	display:block;
	top: -10000px;
	left: -10000px;
	position: absolute;
}

.popup a:hover {
	position: relative;
}

.popup a:hover img{
	top: -220px;
	left: -350px;
}
.popup_rank img {
	display:block;
	top: 0px;
	left: 0px;
	position: absolute;
}

.popup_rank a:hover {
	position: relative;
}

.popup_rank a:hover img{
	top: -105px;
	left: 0px;
}