@charset "UTF-8";
/* CSS Document */

@media(min-width:481px){

nav{
	width:100%;
	min-width: 1050px;
	margin:0 auto;
}

#navarea{
	width:100%;
	min-width: 1050px;
	height: 66px;
	margin:0 auto;
		}
	

#navarea2{
	width:100%;
	min-width: 1050px;
	height: 160px;
	margin:0 auto;
		}
	

	
#menu1{
	width:100%;
	min-width: 1050px;
	z-index: 10;
	height:64px;
	margin:0 auto;
	background-image: url(../images/bt_base1.png);
	background-repeat: repeat-x;
	background-position:top center;
}
	

#menu2{
	width:100%;
	min-width: 1050px;
	z-index: 10;
	height:160px;
	margin:0 auto;
	background-image: url(../images/bt_base2.png);
	background-repeat: repeat-x;
	background-position:top center;
}
	
	
#menu3{
	width:100%;
	min-width: 1050px;
	z-index: 10;
	height:66px;
	margin:0 auto;
	background-image: url(../images/gmenubg.png);
	background-repeat: repeat-x;
}
		
#menubg{
	width:100%;
	min-width: 1050px;
}
	

ul#menu_b{
	width:923px;
	height:66px;
	margin:0 auto;
	background-image: url(../images/gmenubg2.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding:0;
}


ul#menu_b li{
	padding:0;
	float:left;
	list-style:none;
}

.bt1{
	display:block;
	width:128px;
	height:75px;
	background-image:url(../images/gmenu1_3.png);
	background-repeat:no-repeat;
	background-position: top;
	margin-left: 11px;
}

a.bt1{
	display:block;
	width:128px;
	height:75px;
	background-image:url(../images/gmenu1_1.png);
	background-repeat:no-repeat;
	background-position: top;
}

a.bt1:hover{
	background-image:url(../images/gmenu1_2.png);
	background-repeat:no-repeat;
	background-position: top;
}

.bt2{
	display:block;
	width:128px;
	height:75px;
	background-image:url(../images/gmenu2_3.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt2{
	display:block;
	width:128px;
	height:75px;
	background-image:url(../images/gmenu2_1.png);
	background-position: top center;
}

a.bt2:hover{
	background-image:url(../images/gmenu2_2.png);
	background-repeat:no-repeat;
	background-position: top center;
}


.bt3{
	display:block;
	width:126px;
	height:75px;
	background-image:url(../images/gmenu3_3.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt3{
	display:block;
	width:126px;
	height:75px;
	background-image:url(../images/gmenu3_1.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt3:hover{
	background-image:url(../images/gmenu3_2.png);
	background-repeat:no-repeat;
	background-position: top center;
	}

.bt4{
	display:block;
	width:131px;
	height:75px;
	background-image:url(../images/gmenu4_3.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt4{
	display:block;
	width:131px;
	height:75px;
	background-image:url(../images/gmenu4_1.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt4:hover{
	background-image:url(../images/gmenu4_2.png);
	background-repeat:no-repeat;
	background-position: top center;
}

.bt5{
	display:block;
	width:127px;
	height:75px;
	background-image:url(../images/gmenu5_3.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt5{
	display:block;
	width:127px;
	height:75px;
	background-image:url(../images/gmenu5_1.png);
	background-repeat:no-repeat;
	background-position: top center;
}

a.bt5:hover{
	background-image:url(../images/gmenu5_2.png);
	background-repeat:no-repeat;
	background-position: top;
}
	
.bt6{
	display:block;
	width:132px;
	height:75px;
	background-image:url(../images/gmenu6_3.png);
	background-repeat:no-repeat;
	background-position: top;
}
	
a.bt6{
	display:block;
	width:132px;
	height:75px;
	background-image:url(../images/gmenu6_1.png);
	background-repeat:no-repeat;
	background-position: top;
}
	
	
a.bt6:hover{
	background-image:url(../images/gmenu6_2.png);
	background-repeat:no-repeat;
	background-position: top;
}
	
	
.bt7{
	display:block;
	width:132px;
	height:75px;
	background-image:url(../images/gmenu7_3.png);
	background-repeat:no-repeat;
	background-position: top;
}
	
a.bt7{
	display:block;
	width:132px;
	height:75px;
	background-image:url(../images/gmenu7_1.png);
	background-repeat:no-repeat;
	background-position: top;
}

a.bt7:hover{
	background-image:url(../images/gmenu7_2.png);
	background-repeat:no-repeat;
	background-position: top;
}




	
}


@media(max-width:480px){
	
#navarea{
	display: none;
}
	

nav{
	display: none;
}

#menu {
	display: none;
}
	
#menubg{
    display: none;
}
	

ul#menu_b{
	display: none;
}


ul#menu_b li{
	display: none;
}

.bt1{
	display: none;
}

a.bt1{
	display: none;
}

a.bt1:hover{
	display: none;
	
}

.bt2{
	display: none;
}

a.bt2{
	display: none;
}

a.bt2:hover{
	display: none;
	
}


.bt3{
	display: none;
}

a.bt3{
	display: none;
}

a.bt3:hover{
	display: none;
	}

.bt4{
	display: none;
	}

a.bt4{
	display: none;
	
}

a.bt4:hover{
	display: none;
	
}

.bt5{
	display: none;
}

a.bt5{
	display: none;
}

a.bt5:hover{
	display: none;
	
}
	
.bt6{
	display: none;
}

a.bt6{
	display: none;
}

a.bt6:hover{
	display: none;
	
}
	
.bt7{
	display: none;
}

a.bt7{
	display: none;
}

a.bt7:hover{
	display: none;
	
}

}