@charset "utf-8";
/* CSS Document */
#top_header{
	position:relative;
	height:331px;
	background:url("../img/top/back.png") no-repeat;
}
#top_menu{
	position:absolute;
	background:#666
	top:0;
	left:815px;
}
#top_menu > ul > li{
	max-width:80px;
	height:331px;
	overflow:hidden;
	float:left;
}
#top_menu > ul > li a {
	display: block;
	width:100%;
	height:100%;
}

#top_menu > ul > li:nth-child(1){
	background:url("../img/top/menu1.png") no-repeat 0 0;
	width:41px;
}
#top_menu > ul >li:nth-child(1):hover{
	background:url("../img/top/menu1.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(2){
	background:url("../img/top/menu2.png") no-repeat 0 0;
	width:42px;
}
#top_menu > ul >li:nth-child(2):hover{
	background:url("../img/top/menu2.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(3){
	background:url("../img/top/menu3.png") no-repeat 0 0;
	width:41px;
}
#top_menu > ul >li:nth-child(3):hover{
	background:url("../img/top/menu3.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(4){
	background:url("../img/top/menu4.png") no-repeat 0 0;
	width:42px;
}
#top_menu > ul >li:nth-child(4):hover{
	background:url("../img/top/menu4.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(5){
	background:url("../img/top/menu5.png") no-repeat 0 0;
	width:41px;
}
#top_menu > ul >li:nth-child(5):hover{
	background:url("../img/top/menu5.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(6){
	background:url("../img/top/menu6.png") no-repeat 0 0;
	width:50px;
}
#top_menu > ul >li:nth-child(6):hover{
	background:url("../img/top/menu6.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(7){
	background:url("../img/top/menu7.png") no-repeat 0 0;
	width:49px;
}
#top_menu > ul >li:nth-child(7):hover{
	background:url("../img/top/menu7.png") no-repeat 0 -331px;
}
#top_menu > ul > li:nth-child(8){
	background:url("../img/top/menu8.png") no-repeat 0 0;
	width:49px;
}
#top_menu > ul >li:nth-child(8):hover{
	background:url("../img/top/menu8.png") no-repeat 0 -331px;
}
#fooder{
	background:url(../img/top/fooder_back.png) repeat-x ;
	position:relative;
}
