/* For index.html */
table#ind1 {
	width: 720px;
	margin-left: 20px;
	border: none;
	text-align: center;
}
td#ind2 {
	width: 250px;
	height: 574px;
	text-align: center;
}
td#ind3 {
	width: 470px;
	height: 574px;
	background-image: url(../images/bg_flash1.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
/* Navi */
#navi {
	width: 180px;
	text-align: center;
	font-size: 14px;
	margin: auto;
}
#navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	display: block;
	width: 180px;
	height: 40px;
	margin: 20px auto;
}
#navi li a {
	display: block;
	width: 180px;
}

.nli a {
	background-position: 0px 0px;
	display: block;
	width: 180px;
	height: 40px;
	line-height: 300%;
	background-image: url(../images/menu.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: white;
}
.nli a:hover {
	background-position: -180px 0px;
	color: yellow;
}
#navi ul li a {
	text-decoration: none;
	list-style-type: none;
}
/* Navi end */