.base {
	position: absolute;
	left: 10px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.base2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}
.sakuhin {
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 1px dashed #FF9966;
	border-right: 0px;
	border-bottom: 1px dashed #FF9966;
	border-left: 0px;
	vertical-align: top;
}
.sub {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	color: #FF6666;
	line-height: 150%;
	margin: 5px;
}
.bg2 {
	background-attachment: fixed;
	background-image: url(../img/rbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
