@charset "Shift_JIS";
@import "navi.css";

/*reset*/
#content div,ul,li,p{
  margin:0;
  padding:0;
}

#content ul li{
	list-style-type: none;
}

#content img{
	border: none;
	vertical-align: bottom;
}

/*共通パーツ*/

#content{
	width: 900px;
	height: 500px;
	position: relative;
}

p.lineup{
	text-indent: -9999px;
}

p.name{
	position:absolute;
	top: 75px;
	left: 205px;
}

p.title{
	position: absolute;
	top: 309px;
	left:205px;
}

p.can{
	position: absolute;
	top: 94px;
	left: 471px;
}

p.shizuku{
	position: absolute;
	top: 259px;
	left: 706px;
}

/*各ページ背景画像設定*/
div.toppage{
	background: url(../../images/top/top.jpg) no-repeat;
}

div.momo{
	background:url(../../images/momo/bg.jpg) no-repeat;
}

div.mango{
	background:url(../../images/mango/bg.jpg) no-repeat;
}

div.pine{
	background:url(../../images/pine/bg.jpg) no-repeat;
}

div.grape{
	background:url(../../images/grape/bg.jpg) no-repeat;
}

/*販売終了品*/
.end{
	text-indent: -9999px;
}
