/* CSS Document */

#nav a {
	display: block;
	text-indent: -999999px;
	outline:none;
	height: 34px;
}

.home a{
	background-image: url(../img/nav_home.jpg);
	background-repeat: no-repeat;
}
.home a:hover{
	background-position:-227px 0px;
}

.news a{
	background-image: url(../img/nav_news.jpg);
	background-repeat: no-repeat;
}
.news a:hover{
	background-position:-227px 0px;
}

.welcome a{
	background-image: url(../img/nav_welcome.jpg);
	background-repeat: no-repeat;
}
.welcome a:hover{
	background-position:-227px 0px;
}

.about a{
	background-image: url(../img/nav_about.jpg);
	background-repeat: no-repeat;
}
.about a:hover{
	background-position:-227px 0px;
}

.organizer a{
	background-image: url(../img/nav_organizer.jpg);
	background-repeat: no-repeat;
}
.organizer a:hover{
	background-position:-227px 0px;
}

.venue a{
	background-image: url(../img/nav_venue.jpg);
	background-repeat: no-repeat;
}
.venue a:hover{
	background-position:-227px 0px;
}

.schedule a{
	background-image: url(../img/nav_schedule.jpg);
	background-repeat: no-repeat;
}
.schedule a:hover{
	background-position:-227px 0px;
}

.abst a{
	background-image: url(../img/nav_abst.jpg);
	background-repeat: no-repeat;
}
.abst a:hover{
	background-position:-227px 0px;
}

.regist a{
	background-image: url(../img/nav_regist.jpg);
	background-repeat: no-repeat;
}
.regist a:hover{
	background-position:-227px 0px;
}

.sponsors a{
	background-image: url(../img/nav_sponsors.jpg);
	background-repeat: no-repeat;
}
.sponsors a:hover{
	background-position:-227px 0px;
}

.general a{
	background-image: url(../img/nav_general.jpg);
	background-repeat: no-repeat;
}
.general a:hover{
	background-position:-227px 0px;
}

.kyoto a{
	background-image: url(../img/nav_kyoto.jpg);
	background-repeat: no-repeat;
}
.kyoto a:hover{
	background-position:-227px 0px;
}

.link a{
	background-image: url(../img/nav_link.jpg);
	background-repeat: no-repeat;
}
.link a:hover{
	background-position:-227px 0px;
}

.contact a{
	background-image: url(../img/nav_contact.jpg);
	background-repeat: no-repeat;
}
.contact a:hover{
	background-position:-227px 0px;
}

.qa a{
	background-image: url(../img/nav_qa.jpg);
	background-repeat: no-repeat;
}
.qa a:hover{
	background-position:-227px 0px;
}

.sitemap a{
	background-image: url(../img/nav_sitemap.jpg);
	background-repeat: no-repeat;
}
.sitemap a:hover{
	background-position:-227px 0px;
}
