@charset "utf-8";
/* CSS Document */

.bk {
	height: auto;
	width: 630px;
	border: thin solid #855445;
}
.clear {
	clear: both;
}
.contents-space {
	height: 32px;
	width: 632px;
}
body {
	font-family: Meiryo;
	font-size: 12px;
	color: #855445;
}

/*---------201001 追加------------------------------------------------------*/

img {
	border-style: none;
}


a:link {
	color: #FF33CC;
}
a:visited {
	color: #FF99FF;
}
a:hover {
	color: #CC33CC;
}
a:active {
	color: #FF33CC;
}

/*大きい枠--------------------------------*/

.big_t {
	color: #855445;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	line-height: 14px;
	padding: 12px 0px 0px 14px;
	background: #FFCCFF;
	border: 1px solid #855445;
}
.big_c {
	color: #000066;
	font-size: 12px;
	margin: 0 0 30;
	line-height: 14px;
	padding: 0px;
	border: 2px solid #000066;
	width: 600px;
	text-align: center;
}


/*ランキング--------------------------------*/
.rankingtable{
	text-align: center;
}

.rankingtable table{
	margin-right: auto;
	margin-left: auto;
}
.rankingtable td{
	width:120px;
	vertical-align:top;
	border: 1px solid #855445;
	text-align:center;
	font-size: 12px;
	line-height: 16px;
}

.rankcom, .rankcom1, .rankcom2 {
	width:100%;
	height:30px;
	font-size:11px;
	color:#ffffff;
}
.rankcom {
	background-color: #855445;
}

/* 09/03/09 追加 */
.rank1{
	border: 1px solid #FF00FF !important;
	width: 100px;
}
.rank2{
	border: 1px solid #FF66FF !important;
}
.rankcom1 {
	border: 1px solid #FF00FF !important;
	background-color: #FF00FF;
}
.rankcom2 {
	border: 1px solid #FF66FF !important;
	background-color: #FF66FF;
}
.bnr_rec {
	margin-top: 14px;
}
