Eż/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body.mainBody {
	background-color: #000000;
}
div.mainCTS {
	width: 800px;
	margin: 0 auto 0 auto;
}
div.indexHeader {
	width: 100%;
}
div.indexHeader span {
	display: none;
}
div.indexHeader h1 {
	background-image: url("../img/bond_index_001.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 228px;
}
div.indexHrMenu {
	width: 100%;
}
img {
	border: none;
}
div.contentsDiv {
	width: 100%;
	height: 381px;
	background-image: url("../img/bond_index_002.gif");
	background-repeat: no-repeat;
}
table.linkMenuTBL {
	position: relative;
	left: 295px;
	top: 200px;
}


