#disc {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#disc h2 {
	text-indent: -9999px;
	margin: 0px;
	height: 33px;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#disc .c1 {
	background-image: url(images/demo3/category1_list_title.png);
	background-repeat: no-repeat;
}
#disc .c2 {
	background-image: url(images/demo3/category2_list_title.png);
	background-repeat: no-repeat;
}
#disc .c3 {
	background-image: url(images/demo3/category3_list_title.png);
	background-repeat: no-repeat;
}
#disc .c4 {
	background-image: url(images/demo3/category4_list_title.png);
	background-repeat: no-repeat;
}
#disc .c5 {
	background-image: url(images/demo3/category5_list_title.png);
	background-repeat: no-repeat;
}

#disc form {
	padding-bottom: 60px;
	margin-top: 10px;
	font-weight: bold;
	color: #333;
	padding-left: 45px;
}
#disc form label {
	display: block;
	float: left;
	margin-right: 20px;
}
#button1 {
	background-image: url(images/demo3/button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 85px;
}


#disc ul li {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
#disc ul {
	clear: both;
	padding-left: 45px;
}


#disc a {
	color: #808080;
	text-decoration: none;
}
#disc a:hover {
	color: #06C;
}

#disc .new_title {
	height: 100px;
	width: 120px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 20px;
	/* [disabled]background-color: #f5f5f5; */
	line-height: 1.4em;
}
.disc_name {
	/* [disabled]font-size: 1.2em; */
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	/* [disabled]line-height: 1.2em; */
}
#num {
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 70px;
}
#num ul {
	height: 30px;
	width: 300px;
	float: right;
}

#num li {
	float: left;
	margin-left: 10px;
}
#num a {
	background-color: #f5f5f5;
	text-align: center;
	height: 20px;
	width: 25px;
	display: block;
	color: #06C;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 5px;
}
#num a:hover {
	color: #FFF;
	background-color: #5298f0;
}
#num .now a {
	color: #FFF;
	background-color: #5298f0;
}
