#header {
	width:800px;
	border: solid 1px;
	padding-top:5px;
	background-image: url(../img/header/head_topbg.gif);
	background-repeat: repeat-x;
	background-position: top;

}

.head-tel{
	float:right;
	margin:13px 6px 0px 0px;

}


.float-left{
	float:left;
	margin:0px;

}

#main-menu {
	float:left;
	height:34px;
	width:800px;
	margin:0px;
}

#main-menu ul{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#main-menu li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}

#main-menu a{
	display:block;
}

.menu1 a:link, .menu1 a:visited{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:3px;
}
.menu2 a:link, .menu2 a:visited{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_shop.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu3 a:link, .menu3 a:visited{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_fc.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu4 a:link, .menu4 a:visited{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_menu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu5 a:link, .menu5 a:visited{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_corp.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:4px;
}

.menu6 a:link, .menu6 a:visited{
	width:206px;
	height:34px;
	background-image:url(../img/header/btn_contact.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:5px;
}
.menu1 a:hover{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_home_on.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:3px;
}
.menu2 a:hover{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_shop_on.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu3 a:hover{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_fc_on.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu4 a:hover{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_menu_on.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:4px;
}
.menu5 a:hover{
	width:113px;
	height:34px;
	background-image:url(../img/header/btn_corp_on.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:4px;
}

.menu6 a:hover{
	width:206px;
	height:34px;
	background-image:url(../img/header/btn_contact_on.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-left:5px;
}


.none{
	display:none;
}

.clear{
	clear:both;


}
