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

b
{
	color: #CC6600
}

.index

{
	font-weight: 800;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	float: left;
	width: 100%;
	font-size: 14px;
}

.alpha
{
	font-size: 16px;
	font-weight: bold;
	color: #F7A42B;
	display: block;
	float: left;
	background-color: #333333;
	text-align: center;
	padding: 3px;
	margin-top: 2px;
}

 .top{
	font-size: 10px;
	float: right;
	right: 0px;
	font-weight: 400;
	display: block;
	width: 100px;
	text-align: right;
}
 

a:link {
	color: #CC6600;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.top:link {
	color: #333333;
	font-weight: 400;
}
a.top:visited {
	color: #333333;
}
a.top:hover {
	color: #CC6600;
}

