@import url("main.css");

/*sideMenu*/
#sideMenu {
	background-image: url(../company/images/side_menu_img.jpg);
	background-repeat: no-repeat;
}


/*topics*/
#topicsBlock {
	width: 557px;
	margin-top: 10px;
	margin-left: 4px;
}

#topicsBlock #topicsContents th {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	color: #19266A;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-image: url(../images/top/topics_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	padding-right: 13px;
}

#topicsBlock #topicsContents td {
	font-size: 1.2em;
	line-height: 1.5;
	color: #000000;
	vertical-align: top;
}

#topicsBlock #topicsContents em {
	color: #FF0000;
}


