@charset "utf-8";

#contents_main{
	position:relative;
}

/*-----------------------------
animation共通
-----------------------------*/
#animation_area a{
	cursor:pointer;
	outline:none;
	
}

#animation_area{
	width:890px;
	height:532px;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
	/* margin-left:-9999px;/*最初にアニメーションさせる要素が見えてしまうのを回避*/
	
	background:url(/foods/magic/images/index_bg.jpg) top left no-repeat;
}


/*-----------------------------
parts
-----------------------------*/
#animation_area img,
#animation_area div{
	display:block;
	position:absolute;
}

#ring{
	top:8px;
	left:206px;
}
#ganesh{
	top:72px;
	left:316px;
}
#logo{
	top:357px;
	left:252px;
}
#prod1{
	top:87px;
	left:85px;
}
#left_hand{
	top:180px;
	left:620px;
}

