#contents_body {
	width: 500px;
}
#contents_body .st_link {
	float: right;
}
#contents_body .st_link li {
	float: left;
	list-style-type: none;
	margin-right: 9px;
}
#contents_body .st_link li.arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
#contents_body .st_link li a {
	text-decoration: none;
}


#contents_body table {
	width: 483px;
	background-color: #09150E;
	border-collapse: collapse;
	border: 1px solid #443D3B;
}
#contents_body td {
	font-size: 80%;
	color: #BFBFBF;
	padding-right: 3px;
	padding-left: 3px;
	line-height: normal;
}
#contents_body p strong {
	color: #F39800;
}

td.bright {
	background-color: #101D27;
}
td.wrapper {
	border: 1px solid #443D3B;
}
td.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #443D3B;
}
#option {
	width: 483px;
	padding-top: 10px;
}
