@charset "utf-8";



#main #content {
	min-height: 0;
	padding: 15px 0 40px 0;
}
#main #sidebar {
	padding-top: 15px;
}



/* Index */
/* -------------------------------------------- */

#content ul#catIndex {
	width: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul#catIndex li {
	float: left;
	display: inline;
	width: 295px;
	height: 71px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}
#content ul#catIndex h2 {
	margin: 0;
}
#content ul#catIndex li a {
	float: left;
	display: block;
	width: 295px;
	height: 71px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}
#content ul#catIndex li.message,
#content ul#catIndex li.outline {
	margin: 0 0 10px 10px;
}

#content ul#catIndex li.idea a {
	background: url("../img/cn_idea.jpg") right top no-repeat;
}
#content ul#catIndex li.message a {
	background: url("../img/cn_message.jpg") right top no-repeat;
}
#content ul#catIndex li.business a {
	background: url("../img/cn_business.jpg") right top no-repeat;
}
#content ul#catIndex li.outline a {
	background: url("../img/cn_outline.jpg") right top no-repeat;
}
#content ul#catIndex li.history a {
	background: url("../img/cn_history.jpg") right top no-repeat;
}
