#globalnavi_bg {
	height: 40px;
	width: 800px;
	background-image: url(../img/globalnavi_bg.jpg);
	margin: 0px;
	padding-top: 30px;
}

#globalnavi_logo {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 40px;
	background-image: url(../img/logo.jpg);
	float: left;
	overflow: hidden;
}

#globalnavi_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	text-decoration: none;
}

#globalnavi {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 550px;
	height: 40px;
	overflow: hidden;
	float: left;
}

#globalnavi a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/globalnavi2.jpg);
	text-indent: -1000em;
	text-decoration: none;
}

#globalnavi ul {
	margin: 0px;
	padding: 0px;
}

#globalnavi li {
	height: 40px;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}



#topGbtn a {
	width: 100px;
	background-position: 0px 0;
}
#comGbtn a {
	width: 90px;
	background-position: -100px 0;
}
#indexGbtn a {
	width: 90px;
	background-position: -190px 0;
}
#caseGbtn a {
	width: 90px;
	background-position: -280px 0;
}
#contactGbtn a {
	width: 90px;
	background-position: -370px 0;
}
#topicsGbtn a {
	width: 90px;
	background-position: -460px 0;
}


	#topGbtn a:hover,
	#topGbtn a:focus {
		background-position: 0px -40px;
	}
	#comGbtn a:hover,
	#comGbtn a:focus {
		background-position: -100px -40px;
	}
	#indexGbtn a:hover,
	#indexGbtn a:focus {
		background-position: -190px -40px;
	}
	#caseGbtn a:hover,
	#caseGbtn a:focus {
		background-position: -280px -40px;
	}
	#contactGbtn a:hover,
	#contactGbtn a:focus {
		background-position: -370px -40px;
	}
	#topicsGbtn a:hover,
	#topicsGbtn a:focus {
		background-position: -460px -40px;
	}


#topSection #topGbtn a {
	background-position: 0px -80px;
}
#comSection #comGbtn a {
	background-position: -100px -80px;
}
#indexSection #indexGbtn a {
	background-position: -190px -80px;
}
#caseSection #caseGbtn a {
	background-position: -280px -80px;
}
#contactSection #contactGbtn a {
	background-position: -370px -80px;
}
#topicsSection #topicsGbtn a {
	background-position: -460px -80px;
}

/*
#topSection #topGbtn a:hover,
#topSection #topGbtn a:focus {
	background-position: 0px -40px;
}
#comSection #comGbtn a:hover,
#comSection #comGbtn a:focus {
	background-position: -110px -40px;
}
#indexSection #indexGbtn a:hover,
#indexSection #indexGbtn a:focus {
	background-position: -220px -40px;
}
#contactSection #contactGbtn a:hover,
#contactSection #contactGbtn a:focus {
	background-position: -330px -40px;
}
#topicsSection #topicsGbtn a:hover,
#topicsSection #topicsGbtn a:focus {
	background-position: -440px -40px;
}
*/


#footer {
	width: 800px;
	clear: both;
	padding-top: 5px;
	height: 15px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	float: left;
	background-image: url(../img/footer_icon.gif);
	background-repeat: no-repeat;
	font-size: 60%;
	padding-left: 20px;
}
#copy {
	font-size: 60%;
	float: right;
}
