@charset "utf-8";
@import url(common.css);
@import url(textsettings.css);



body {
	/* --- 基本的な前景色（文字色） --- */
  color: #000000;
	/* --- 背景 --- */
  background: #FFFFFF;
}
.frame {
	border: 1px solid #767979;
	border-collapse:collapse;
}
p {
	margin-bottom: 8px;
}

#productimg {
	position: absolute;
	height: 450px;
	width: 450px;
	z-index: 1;
	clear: both;
	visibility: visible;
}
#productimg01 {
	position: absolute;
	height: 340px;
	width: 340px;
	z-index: 1;
	clear: both;
	visibility: visible;
}
#productimg02 {
	position: absolute;
	height: 340px;
	width: 340px;
	z-index: 0;
	clear: both;
 	visibility: hidden;
}
#productswitch {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 434px;
	clear: both;
	visibility: visible;
}
#productswitch.btn {
	margin-right: 100px;
	float: left;
}

#productnextimg {
	position: absolute;
	height: 450px;
	width: 900px;
	z-index: 1;
	clear: both;
	visibility: visible;
	margin:0;
	padding:0;
}
#productnextimg01 {
	position: absolute;
	height: 340px;
	width: 680px;
	z-index: 1;
	clear: both;
	visibility: visible;
	margin:0;
	padding:0;	
}
#productnextimg02 {
	position: absolute;
	height: 340px;
	width: 680px;
	z-index: 0;
	clear: both;
 	visibility: hidden;
	margin:0;
	padding:0;	
}
.productframe {
	border-collapse:collapse;
	border-left: 1px solid #767979;
}
.frame #designers .style1 {
	font-family: Arial, Helvetica, sans-serif;
}
