@charset "utf-8";
body {
}
#main_body #show #index ul li a:hover {
	background-image: url(/images/rock_index-arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inherit;
}
.chover a{
	background-image: url(/images/rock_index-arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inherit;
}

#main_body #show #index {
	background-image: url(/images/rock_index-top-line.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
}
#main_body #show #index_name {
	background-color: #FFF;
	height: auto;
	width: 846px;
	margin-left: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}
#main_body #show #index_name ul {
	display: inherit;
}
#main_body #show #index_name ul li a {
	color: #333;
	text-decoration: none;
	margin-right: 20px;
}
#main_body #show #index_name ul li a:hover {
	color: #999;
}