@charset "UTF-8";

a img { border: none }

a.normal {/*リンクされた文字*/
    color:#00f;
    text-decoration:underline;
}

a:link.normal {/*未訪問のリンク*/
    color:#00f;
    text-decoration:underline;
}

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

#koukoku2-new{
	width:65px;
}

table.rank_list td{
	border-bottom: 1px solid #989898;
	padding: 10px 0 0;
    margin: 0px;
	vertical-align: top;
}

table.rank_list{
	border-collapse:collapse;
}

table.rank_list th.blind,
table.rank_list td.blind {
	border: none;
	background-color: transparent;
}

* {
	word-break: break-all;
}

.font13 {
	font-size:13px;
}
.font11 {
	font-size:11px;
}

.nowrap {
	white-space: nowrap;
}

/* <<---カテゴリのポップアップ --- */
div.category_base {
	position: relative;
	display: none;
	
}
div.category_base div.categories {
	left: 0px;
	top: 0px;
	position: absolute;
	background-color:#fff;
	z-index: 100;
	padding: 5px;
	width: 250px;
	height: auto;
	line-height: 1.5;
	border: 1px solid #000;
}

div.category_base div.categories a {
	color: #00f;
}

div.category_base div.categories span.batsu{
	float:right;
	margin-left:3px;
	cursor:pointer;
}
/* ---カテゴリのポップアップ--->> */

/* 広告 */
div.advertise {
	line-heght: 16px;
	font-size:10px;
	margin: 10px 8px;
	padding-bottom:5px;
	text-align:center;
}
