@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	background:#e0ffff;
}



div#container{
	width:950px;
	height:623px;
	background:url(../index_background.jpg) no-repeat;
	margin:0 auto;
	}

ul#globalnavi{
	width:149px;
	height:192px;
	overflow:hidden;
	display:block;
	margin-left:680px;
	padding-top:100px;
	
}

ul#globalnavi li a{
	width:149px;
	height:50px;
	text-indent: -99999em;
	display:block;
}

#index_global_home{
	background: url(../index_link.png) no-repeat 0 0;

}

#index_global_works{
	background: url(../index_link.png) no-repeat 0 -50px;
}


#index_global_porfile{
	background: url(../index_link.png) no-repeat 0 -100px;
}

#index_global_link{
	background: url(../index_link.png) no-repeat 0 -150px;
}



#index_global_home:hover{
	background: url(../index_link.png) no-repeat 0 -200px;

}

#index_global_works:hover{
	background: url(../index_link.png) no-repeat 0 -250px;
}


#index_global_porfile:hover{
	background: url(../index_link.png) no-repeat 0 -300px;
}

#index_global_link:hover{
	background: url(../index_link.png) no-repeat 0 -350px;
}

