body { text-align: center; }
h2 {
	margin: 0px auto;
	padding: 10px 20px;
	width: 400px;
	background: #dfd;
	border-width: 0px 5px;
	border-color: #c66;
	border-style: ridge;
	color: #060;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.link_index {
	margin: 3px auto;
	width: 600px;
	text-align: right;
	font-size: 80%;
}
.box_table {
	margin: 0px auto;
	width: 600px;
}
.tb_header {
	margin: 3px auto;
	width: 600px;
	font-size: 120%;
	font-weight: bold;
	position: relative;
}
.tb_header:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.right_memo {
	font-weight: normal;
	font-size: 80%;
	position: absolute;
	right: 0; bottom: 0;
}

th { font-weight: normal; }
.com {
	margin: .5em 0;
	text-align: center;
	font-size: 95%;
	line-height: 1.3;
}
.tb2  {
	width: 100%;
	background: #333;
	border: 1px solid #333;
	font-size: 95%;
	table-layout: fixed;
	box-shadow: 3px 3px 1px #779977;
}
.tb2 th {
	padding: 3px;
	background: #deb887;
	font-weight: normal;
	text-align: center;
}
.tb2 td {
	padding: 4px;
	background: #fafad2;
	line-height: 1.3;
}

#bsbox {
	width: 650px;
	margin: 0px auto;
	padding: 0px;
}
.tabs {
	width: 490px;
	margin: 0px auto;
	padding: 0px;
}
.bess {
	margin: 0px auto;
	padding: 1em;
	border: 1px solid #060;
	background: #9c9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.littab,.deftab {
	float: left;
	width: 150px;
	margin: 0px 5px; padding: 0px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.littab{
	background: #9c9;
	border: solid 1px #060;
	border-bottom: solid 1px #9c9;
}
.deftab {
	background: #cd9;
	border: 1px solid #060;
	border-bottom: solid 1px #cd9;
}
.tabs a { display: block; padding: 8px 0px; }
.navi {
	background: #633;
	text-align: center;
}
.navi th.new {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #da8;
	font-weight: bold;
}
.navi td.new {
	color: #808080;
	background: #ec9;
}
.navi th.old {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #9bc;
	font-weight: bold;
}
.navi td.old {
	color: #808080;
	background: #9df;
}
.navi th.now {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #9c9;
	font-weight: bold;
}
.navi td.now {
	background: #aea;
}

.rank {
	text-align: center;
	font-weight: bold;
}
.price {
	text-align: right;
	white-space: nowrap;
}
.bnew {
	margin: 4px auto;
	width: 600px;
	font-size: 90%;
	text-align: right;
}
