#tab {
	width:670px;
	font-size: 12px;
	line-height: 150%;
}
.tab_header{
	text-align: center;
	color:#666666;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/tab_off.gif);
	background-repeat: no-repeat;
}
.tab_header:hover{
	background-image: url(../img/tab_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.tab_header_highlight{
	background-image: url(../img/tab_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.tab_container *{
	float:left;
	width:165px;
	font-size: 16px;
	font-weight: bold;
}
.tab_content {
}

.in_tab_container	{
	width: 665px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#tab-kum .in_tab_container .rank-box {
	clear: both;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: auto;
}

#tab-kum .in_tab_container .rank-box.clearfix:after {
  content: ".";  /* �V�����v�f���� */
  display: block;  /* �u���b�N���x���v�f�� */
  clear: both;
  height: 0;
  visibility: hidden;
}

#tab-kum .in_tab_container li {
}
#tab-kum .in_tab_container ul li a {
}
#tab-kum .in_tab_container .rank1 {
	background-image: url(../img/icon_rank01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 28px;
	height: 28px;
	text-indent: 50px;
	padding-top: 15px;
	font-size: 16px;
}
#tab-kum .in_tab_container .rank2 {
	background-image: url(../img/icon_rank02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	text-indent: 15px;
	height: 20px;
}
#tab-kum .in_tab_container .rank3 {
	background-image: url(../img/icon_rank03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	text-indent: 15px;
	height: 20px;
}


#tab-kum .in_tab_container img {
	border: 2px double #CCCCCC;
	float: left;
	margin-right: 3px;
}
#tab-kum .in_tab_container dl {
	width: 660px;
}
#tab-kum .in_tab_container dt {
}
#tab-kum .in_tab_container dd { 
	font-weight: bold;
	color: #FF0000;
}
.osusume-box {
	width: 320px;
	clear: both;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: auto;
	font-size: 12px;
}

#tab-kum .in_tab_container .osusume-box dl {
	width: 310px;
}
#tab-kum .in_tab_container .osusume-box dt {
	color: #003366;
}
#tab-kum .in_tab_container .osusume-box dd { 
	font-weight: bold;
	color: #FF0000;
}

.tab_content li {
	font-weight: bold;
}
.tab_content p {
}



.tab_content a:link {
color:#0099CC;
text-decoration:none;
}
.tab_content a:visited {
color:#0066CC;
text-decoration:none;
}
.tab_content a:hover {
color:#FF6600;
text-decoration:underline;
}
.tab_content a:active {
text-decoration:none;
}

