#js-container {
	width:692px;
	margin:0px;
	position:relative;
	background-color:#fff;
}

#js-container.p01 { height:1980px; } /* Line数×110px */
#js-container.p02 { height:770px; } /* Line数×110px */
#js-container.p03 { height:880px; } /* Line数×110px */
#js-container.p04 { height:330px; } /* Line数×110px */
#js-container.p05 { height:440px; } /* Line数×110px */
#js-container.p06 {
	height:440px;
} /* Line数×110px */


.js-image {
	background:#FFF;
	overflow:hidden;
	z-index:1;
	text-align:center;
	position:absolute;
}

.js-image a img,
a .js-overlay-image {
	border:none;
}
.js-image,
.js-image img,
.js-overlay-image {
	width:173px;
	height:49px;
}

.js-image.size-2{
	width:165px;
	height:100px;
	background-color:#fff;
	border:1px dashed #CCC;
}

.js-image.size-2.new {
	background:url(../images/ico_new.gif) no-repeat 10px top #fff;
}

.js-image.size-2 img {
	width:139px;
	height:39px;
	margin-top:20px;
}

.js-image.size-2 h4 {
	text-align:left;
	font-weight:normal;
	padding:0 5px;
	height:100px;
}
.js-small-caption {
	position:absolute;
	top:70px;
	left:5px;
	background:#fff;
	width:94%;
	height:1em;
	overflow:hidden;
	text-align:center;
}
.js-small-caption {
	opacity:.8;
}
.js-small-caption span {
	color:#666;
	font-size:11px;
	line-height:110%;
}
.js-overlay-caption-content {
	position:absolute;
	top:200px;
	left:0px;
}

.js-caption-overlay {
	background:#fff;
	border:5px solid #DF5B86;
	z-index:998;
	padding:25px 0 0 20px;
	position:absolute;
	overflow:hidden;
}

.js-overlay-image {
	float:left;
}
.js-overlay-html {
	padding:55px 0 0 0px;
	width:175px;
	text-align:left;
}

.js-overlay-html p {
	font-size:12px;
	text-align:left;
	width:178px;
	padding:0 0;
	color:#666;
	line-height:120%;
}

