a:link, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:active
{
	color: #FF0000;
	text-decoration: underline;
}
a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

body
{
	_text-align: center;
	font-size: 12px;
	background-color: #FFFFCC;
}

#howToChoose
{
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	_text-align: left;
}

#cashing
{
	position: relative;
	overflow: hidden;
	width: 800px;

	_text-align: center;

	border: 1px solid #FD7E01;
	background-color: #FFFFFF;
}

/* ads */
#adsTop
{
	position: relative;
	width: 800px; height: 80px;
	margin-bottom: 16px;

	border: 1px solid #FD7E01;
	background-color: #FFFFFF;
}
#adsTop *
{
	vertical-align: middle;
}

#adsSide
{
	position: absolute;
	width: 120px;
	top: 0px;
	right: 0px;
}

.optional
{
	width:468px;
	margin-top:64px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:64px;
	text-align:center;
}

.optional iframe
{
	display:block;
	margin-bottom:24px;
}

#footer
{
	position: relative;
	_text-align: left;
}

/* cashing main contents */

#cashing button
{
	display: block;
	width: 128px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

#introduction
{
	margin: 24px;
}

/* rankings */
#rankings
{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	_text-align: left;
}

#rankings h3
{
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FD7E01;
}

#rankings ol
{
	margin: 0px;
	padding: 0px;
}

#rankings li
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 4px;
	border-bottom: 1px solid #FD7E01;
	border-left: 1px solid #FD7E01;
	border-right: 1px solid #FD7E01;
	background-color: #FFFFCC;
}

#cashingRanking
{
	position: relative;
	width: 300px;
}
#cashingRanking h3
{
	background-color: #FF9933;
}
#rateRanking
{
	position:absolute;
	width: 300px;
	top:0px;
	right: 0px;
}
#rateRanking h3
{
	background-color: #FFCC33;
}

/* panel */
#sorting
{
	position: relative;
	width:528px;
	height: 22px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 32px;
	text-align: center;
	_overflow: hidden;
}
#sorting a
{
	float: left;
	display: block;
	width: 128px;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #87CEFA;
	border-left: 2px solid #DDDDFF;
	border-right: 2px solid #3300CC;
	border-top: 2px solid #DDDDFF;
	border-bottom: 2px solid #3300CC;
}
#sorting a:hover
{
	display: block;
	width: 128px;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #BBBBFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* marchants */
#companies
{
	display: block;
	margin-left: -1px;
	width: 802px;
	border-collapse: collapse;
	clear: left;
}
#companies thead
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFCC33;
}
#companies th,
#companies td
{
	padding: 8px;
	border: 1px solid #FD7E01;
}
	/* :nth-child(n) */
	th.name
	{ width: 125px; }
	th.inifee
	{ width: 55px }
	th.limit
	{ width: 82px; }
	th.rate
	{ width: 94px; }
	th.time
	{ width: 93px; }
	th.feature
	{ width: 347px; }
	td.name,td.inifee,td.limit,td.rate,td.time
	{ text-align: center; }
	td.feature
	{ text-align: left; }

.even td{ background-color: #FFFFCC; }
.odd td{ background-color: #FFFFFF; }

/* trivia */
h2
{
	margin-left: 32px;
	margin-top: 32px;
	font-size: 12px;
	font-weight: normal;
	_text-align: left;
}
h2 strong
{
	color: #0000FF;
	font-weight: normal;
}
#trivia
{
	margin: 32px;
	text-align: left;
}
#trivia strong
{
	color: #0000FF;
	font-weight: normal;
}

/* fc2-banner */
#footer table strong
{
	background-color: pink;
	font-size:11pt;
}