@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	height: 2232px;
	min-width: 894px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 896? "894px" : document.body.clientWidth > 1280? "1280px" : "auto");
	background: url(../img/cmn_bg.jpg) top center repeat-y;
}

#contents #cont-main #cont-body {
	position: relative;
	width: 894px;
	height: 2232px;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 head
------------------------------------------*/

#drink-head {
	position: relative;
	width: 894px;
}

h1.title {
	position: absolute;
	left: 214px;
	top: 25px;
	width: 454px;
	height: 168px;
}
/*
h2.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 163px;
	height: 113px;
}
*/
p.back {
	position: absolute;
	left: 685px;
	top: 10px;
	width: 127px;
	height: 26px;
}
p.back a {
	display: block;
	width: 127px;
	height: 26px;
	background: url(../../share/img/cmn_to_top_of.png) top left no-repeat;
	text-indent: -9999px;
}
p.back a:hover {
	background: url(../../share/img/cmn_to_top_on.png) top left no-repeat;
}



/* ----------------------------------------
	02 cont
------------------------------------------*/

#drink-cont {
	position: absolute;
	left: 31px;
	top: 229px;
	width: 828px;
	height: 2003px;
	text-align: left;
}

#drink-cont #drink-cont-anchor {
	position: absolute;
	left: 317px;
	top: -9px;
	z-index: 100;
	width: 528px;
	height: 90px;
	background: url(../img/idx_anchor_bf.png) bottom left repeat-x;
}
#drink-cont #drink-cont-anchor #drink-anc-01 {
	position: absolute;
	left: 140px;
	top: 0;
	width: 48px;
	height: 82px;
	background: url(../img/idx_anchor_01_of.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-01:hover {
	background: url(../img/idx_anchor_01_on.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-02 {
	position: absolute;
	left: 188px;
	top: 0;
	width: 61px;
	height: 82px;
	background: url(../img/idx_anchor_02_of.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-02:hover {
	background: url(../img/idx_anchor_02_on.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-03 {
	position: absolute;
	left: 249px;
	top: 0;
	width: 59px;
	height: 82px;
	background: url(../img/idx_anchor_03_of.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-03:hover {
	background: url(../img/idx_anchor_03_on.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-04 {
	position: absolute;
	left: 308px;
	top: 0;
	width: 56px;
	height: 82px;
	background: url(../img/idx_anchor_04_of.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-04:hover {
	background: url(../img/idx_anchor_04_on.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-05 {
	position: absolute;
	left: 364px;
	top: 0;
	width: 65px;
	height: 82px;
	background: url(../img/idx_anchor_05_of.png) top left no-repeat;
}
#drink-cont #drink-cont-anchor #drink-anc-05:hover {
	background: url(../img/idx_anchor_05_on.png) top left no-repeat;
}

#drink-cont .drink_cont_box {
	overflow: visible;
	position: absolute;
	z-index: 10;
	left: 0;
	width: 828px;
}

#drink-cont .drink_cont_box p {
	position: absolute;
	display: inline;
}





.to_home {
	bottom: 20px !important;
}









