@charset "utf-8";
#indexcont {
	position: absolute;
	width: 356px;
	left: 22px;
	top: 10px;
	height: 280px;
}
#indexcont ul {
	width: auto;
	position: absolute;
	top: 25px;
	left: 20px;
}
#indexcont li {
	color: #660099;
	left: 20px;
	position: relative;
	width: auto;
	font-size: 18px;
	list-style-type: square;
	line-height: 20px;
	font-weight: bold;
	list-style-position: inside;
}
#indexcont a {
	color: #660099;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#indexcont a:hover {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
