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

/* ロゴ */

#logo {
	width: 154px;
	height: 64px;
	margin: 43px auto;
}


/* グローバルナビ */

#menu {
	position: relative;
	width: 450px;
	height: 12px;
	display: block;
	margin: 15px auto 50px 508px;
}

#menu a{
	display:block;
	height:12px;
	float:left;
	background-image:url(../img_index/menu.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent: -9999px;
}

#menu1{background-position:0 0;}
#menu1:hover,#menu1.hover,.top #menu1{background-position:0 -12px;}
#menu2{background-position:-50px 0;}
#menu2:hover,#menu2.hover,.page_id #menu2{background-position:-50px -12px;}
#menu3{background-position:-93px 0;}
#menu3:hover,#menu3.hover,.shopPage #menu3{background-position:-93px -12px;}
/* #menu4{background-position:-169px 0;}
#menu4:hover,#menu4.hover,.dairy_use #menu4{background-position:-169px -12px;} */
#menu5{background-position:-236px 0;}
#menu5:hover,#menu5.hover,.page_idgardenworks #menu5{background-position:-236px -12px;}
#menu6{background-position:-335px 0;}
#menu6:hover,#menu6.hover,.page_idaboutus #menu6{background-position:-335px -12px;}

#menu1 {width: 34px; margin-left: 0;}
#menu2 {width: 27px; margin-left: 16px;}
#menu3 {width: 60px; margin-left: 16px;}
#menu4 {width: 51px; margin-left: 16px;}
#menu5 {width: 81px; margin-left: 16px;}
#menu6 {width: 51px; margin-left: 16px;}

#headerBox {
	border-bottom: 1px solid #000000; 
	margin-top:10px;
}
/* .headerAddress {
	float: right;
} */


/* H1 */

h1 {
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 22px;
}


/* address */

.address {
	text-align: center;
	margin-bottom: 100px;
}