/*----------------------------------------------------------------
--  common style Start
----------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
    font-family:'lr oSVbN','MS PGothic','qMmpS Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: center;
	margin: 0;
}

.title {
	text-align: center;
	line-height: 1.4e;
	margin: 3px;
}

/*----------------------------------------------------------------
--  Ranking style Start
----------------------------------------------------------------*/

.ifRanking {
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.ifRanking table {
	width: 100%;
    border: 2px solid #BFCFFF;
    border-collapse: collapse;
    border-spacing: 0;
}

.ifRanking td {
	font-size: 10px;
    border-right: 1px solid #BFCFFF;
    border-bottom: 1px solid #BFCFFF;
    padding: 2px;
	line-height: 1.5em;
}


/*----------------------------------------------------------------
--  Rumor style Start
----------------------------------------------------------------*/
.ifRumor {
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.ifRumor table {
	width: 100%;
    border: 2px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.ifRumor td {
	font-size: 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 2px;
	line-height: 1.5em;
}

/*----------------------------------------------------------------
--  Link style Start
----------------------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #0000EE;
	text-decoration:none;
}

a:hover {
    color: #FF6600;
}

a.line {
	text-decoration:underline;
}

