@charset "utf-8";
/* CSS Document */

			
/*フイルム状のサムネイル～～～～～～～～～～～～～～～*/			
#thumbContainter {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0;
	width:100%;
}
#thumbScroller {
	position:relative;
	height:100%;
	left:-20%;
	overflow:hidden;
	/*ie6*/
	_left:10%;
}
#thumbScroller .container {
	position:relative;
	top:0;
	float:left;
}
#thumbScroller .content {
	clear:both;
	float:left;
}
#thumbScroller .content div {
	padding:0 0 0 25px;
	height:100%;
	float:left;
	width:165px;
	height:112px;
	/*	margin:0 0 0 30px;*/
	background: url(../image/film.png) left top repeat-y;
}
#thumbScroller .content a {
	outline:none;
}
#thumbScroller img {
	border:5px solid #000;
}
/*中央の画像*/
img.pg_thumb, img#pg_large, .pg_title h1, .pg_content .pg_description div {
	position:absolute;
}
.pg_content .pg_description div {
	display:none;
}
/*画像の上のタイトル～～～～～～～～～～～～～～～*/
.pg_title h1 {
	font-size:120%;
	display:none;
	left:30%;
	top:-50px;/*25*/
	background:transparent url(../image/bg.png) repeat top left;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
}
img.pg_thumb {
	display:none;
}
img#pg_large {
	z-index:9999;
}
img.pg_thumb, img#pg_large {
	top:90px;
	left:32%;
	padding:10px;
	background:transparent url(../image/bg.png) repeat top left;
	cursor:pointer;
}
/*画像の下の詳細～～～～～～～～～～～～～～～*/
#pg_desc1 div {
	top:650px;
	left:100px;
}
.pg_description h2 {
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	background:transparent url(../image/bg4.png) repeat top left;
	background-color: #aaa;
	padding:5px;
}
.pg_description p {
	font-size:80%;
	line-height:150%;
	width:500px;
	padding:10px;
	overflow:hidden;
	background:transparent url(../image/bg.png) repeat top left;
	color:#fff;
	margin:0 0 30px 0;
}
/*購入ボタンBUY---------------------------------------------*/
.pg_description p a {
	text-indent:-99999px;
	float:right;
	display:block;
	background: url(../image/buy.png) no-repeat left top;
	width:70px;
	height:16px;
}
.pg_description p a:hover {
	background: url(../image/buy.png) no-repeat left bottom;
	width:70px;
	height:16px;
}
/*#pg_desc2 div{
	top:700px;
	left:500px;
}*/
/*中央画像のぼかし（ＩＥはＮＧ）～～～～～～～～～～～～～～～*/
#pg_preview img {
	box-shadow: 0px 0px 20px 5px #fff;
}
/*画像をクリックして拡大しているとき～～～～～～～～～～～～～～～*/
#overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	opacity:0.7;
}

/*購入ボタン-------------------------------*/
