@charset "utf-8";
body {
	margin: 0px;
	background-image: url(img/1x1.png);
	background-repeat: repeat;
}
#hTable {
	background-image: url(img/h_bck.png);
	background-repeat: repeat-x;
	height: 100px;
	background-position: top;
}
#navi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi {
	height: 50px;
	margin-right: 4px;
}

.midTD {
	background-color: #2e2f45;
	height: 450px;
	text-align: center;
}
.mainTable {
	height: 450px;
	background-image: url(img/i_bck.png);
	background-repeat: repeat-x;
}


.tTD {
	height: 50%;
}
.headerTD {
	height: 100px;
	text-align: center;
}
.guncelTD {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.regTD {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.altt {
	height: 24px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
}

