@charset "utf-8";
/* layout --------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	width: 950px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 950px;
	background-color: #717171;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	padding: 0;
}

.pagetop {
	text-align: right;
	margin: 20px 0 0 0;
}

/* header --------------------------------------------*/
#h-logo {
	width: 163px;
	height: 75px;
	background-image: url(../../images/ambrosia_logo.gif);
	background-repeat: no-repeat;
	float: left;
}

#h-logo strong {
	display: none;
}

#h-logo a {
	display: block;
	height: 100%;
}

#h-name {
	float: left;
	width: 275px;
	height: 75px;
	background-image: url(../../images/ambrosia_name.gif);
	background-repeat: no-repeat;
}

#h-name h1 {
	font-weight: normal;
	color: #6b4933;
	margin: 39px 0 0 14px;
	padding: 0;
}

#h-phone {
	width: 225px;
	height: 75px;
	float: left;
	background-image: url(../../images/phone.gif);
	background-repeat: no-repeat;
}

#h-phone p {
	display: none;
}



/* ----- */
#h-name-2 {
	float: left;
	width: 230px;
	height: 75px;
	background-image: url(../../images/ambrosia_name.gif);
	background-repeat: no-repeat;
}

#h-name-2 h1 {
	font-weight: normal;
	color: #6b4933;
	margin: 39px 0 0 14px;
	padding: 0;
}

#h-phone-2 {
	width: 225px;
	height: 75px;
	float: left;
	background-image: url(../../images/phone_2.gif);
	background-repeat: no-repeat;
}

#h-phone-2 p {
	display: none;
}

#btn-inq {
	width: 108px;
	height: 41px;
	float: left;
	margin: 14px 0 0 0;
	background-image: url(../../images/btn_inq.gif);
}

#btn-inq strong {
	display: none;
}

#btn-inq a {
	display: block;
	height: 100%;
}

/* ----- */




#h-cart {
	float: right;
	background-image: url(../../images/btn_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 108px;
	height: 75px;
}

#h-mypage {
	float: right;
	background-image: url(../../images/btn_mypage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 108px;
	height: 75px;
}

#h-mypage strong, #h-cart strong {
	display: none;
}

#h-mypage a, #h-cart a {
	display: block;
	height: 100%;
}

#h-cart a:hover {
	float: right;
	background-image: url(../../images/btn_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	width: 108px;
	height: 75px;
}

#h-mypage  a:hover {
	float: right;
	background-image: url(../../images/btn_mypage.gif);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	width: 108px;
	height: 75px;
}


/* footer --------------------------------------------*/
#footer-top {
	background-image: url(../../images/footer_top.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 4px;
}

#footer-bottom {
	background-image: url(../../images/footer_bottom.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 4px;
}

#footer-menu {
	float: left;
	width: 600px;
	margin: 0;
	padding: 5px 0;
}

#footer-menu ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#footer-menu ul li {
	margin: 0 25px 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background-image: url(../../images/footer_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline;
	float: left;
	line-height: normal;
}

#footer-menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footer-menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer-menu a:hover {
	text-decoration: none;
	color: #FFCCFF;
}

#footer-menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#footer-copy {
	float: right;
	background-image: url(../../images/copyright.gif);
	background-repeat: no-repeat;
	width: 320px;
	height: 13px;
	margin: 0;
	padding: 5px 0;
	background-position: 0 center;
}

#footer-copy strong {
	display: none;
}

