#innerContents {
	padding: 0 20px;
	background-image: url(../images/ti_index2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* TOPICS */
#topics th {
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

#topics td {
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}

#topics dt {
	float: left;
	padding-bottom: 3px;
	width: 100px;
}

#topics dd {
	float: right;
	padding-bottom: 3px;
	width: 510px;
}

/* Software */
#software #sp_banner1 {
	float: left;
	margin-top: 13px;
	width: 340px;
}

#software #sp_banner2 {
	float: right;
	margin-top: 2px;
	width: 340px;
}

#software p.clear {
	padding: 10px 0;
}

#software li {
	display: inline;
	margin-right: 80px;
}

/* books and education */
/* ----- for books and education box height -----*/
#bk_ed {
    overflow: hidden;
}

#bk_ed:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #bk_ed {
    height: 1em;
    overflow: visible;
}
/**/
/* ----- for books and education box height -----*/

#books {
	float: left;
	width: 340px;
}

#education {
	float: right;
	width: 340px;
}

#books li, #education li {
	margin-bottom: 4px;
	list-style: none;
}


