@charset "UTF-8";

#nav ul {
}
#nav li {
	color: #C7C7C7;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	margin: 0px 0 12px;
	padding: 0px !important;
}
#nav a {
	color: #777777;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
/*----カレント状態----*/
ul#nav-welcome #welcome a,
ul#nav-committee #committee a,
ul#nav-venue #venue a,
ul#nav-program #program a,
ul#nav-speakers #speakers a,
ul#nav-travel-galway #travel-galway a,
ul#nav-general-information #general-information a,
ul#nav-sponsors #sponsors a,
ul#nav-accommodation #accommodation a,
ul#nav-social-information #social-information a,
ul#nav-abstracts #abstracts a,
ul#nav-parking #parking a,
ul#nav-poster-presenters #poster-presenters a,
ul#nav-travel-bursaries #travel-bursaries a,
ul#nav-exhibitors #exhibitors a,
ul#nav-register-online #register-online a,
ul#nav-contact #contact a,
ul#nav-events #events a,
ul#nav-schedule #schedule a,
ul#nav-sponsor #sponsor a {
	color: #000;
	text-decoration: underline;
}

#welcome a{
	background-image: url(../img/nav_top.jpg);
	background-repeat: no-repeat;
	height: 41px;
}

#confirm a{
	background-image: url(../img/nav_confirm.jpg);
	background-repeat: no-repeat;
}

#committee a{
	background-image: url(../img/nav_committee.jpg);
	background-repeat: no-repeat;
}

#program a{
	background-image: url(../img/nav_program.jpg);
	background-repeat: no-repeat;
}

#travel-galway a{
	background-image: url(../img/nav_travel_galway.jpg);
	background-repeat: no-repeat;
}

#general-information a{
	background-image: url(../img/nav_general_information.jpg);
	background-repeat: no-repeat;
}

#sponsors a{
	background-image: url(../img/nav_sponsors.jpg);
	background-repeat: no-repeat;
}

#accommodation a{
	background-image: url(../img/nav_accommodation.jpg);
	background-repeat: no-repeat;
}

#social-information a{
	background-image: url(../img/nav_social_information.jpg);
	background-repeat: no-repeat;
}

#abstracts a{
	background-image: url(../img/nav_abstracts.jpg);
	background-repeat: no-repeat;
}

#parking a{
	background-image: url(../img/nav_parking.jpg);
	background-repeat: no-repeat;
}

#poster-presenters a{
	background-image: url(../img/nav_poster_presenters.jpg);
	background-repeat: no-repeat;
}

#travel-bursaries a{
	background-image: url(../img/nav_travel_bursaries.jpg);
	background-repeat: no-repeat;
}

#exhibitors a{
	background-image: url(../img/nav_exhibitors.jpg);
	background-repeat: no-repeat;
}

#register-online a{
	background-image: url(../img/nav_register_online.jpg);
	background-repeat: no-repeat;
}

#contact a{
	background-image: url(../img/nav_contact.jpg);
	background-repeat: no-repeat;
}

#events a{
	background-image: url(../img/nav_events.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

