@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
#mainCol {
	background: url(../images/ss/bg_maincol.jpg) no-repeat center top;
	text-align: center;
	min-height: 530px;
}

.fancybox-next span{
	width:21px;
	height:76px;
	background: url(../js/fancybox/img_fb_arrow_right.png) right top no-repeat;
	right: -40px;
	visibility:visible;
}

.fancybox-prev span{
	width:21px;
	height:76px;
	background:url(../js/fancybox/img_fb_arrow_left.png) right top no-repeat;
	left: -40px;
	visibility:visible;
}

#ssCol ul{
	width: 990px;
	display: block;
	margin: 10px auto;
}

#ssCol li {
	float: left;
	position: relative;
}
#ssCol li .new {
	position:absolute;
	top:12px;
	left:63px;
}
#ssCol li#thum_01 {
	left: 160px;
}

#ssCol li#thum_02 {
	left: 200px;
}

#ssCol li#thum_03 {
	left: -10px;
}

#ssCol li#thum_04 {
	left: 30px;
}

#ssCol li#thum_05 {
	left: 70px;
}

/* Examples - Tiny Scrollbar */
#ssCol {
	margin: 0 auto;
	width: 955px;
	padding: 1px;
	text-align: center;
}
#ssCol .viewport {
	overflow: hidden;
	position: relative;
	width: 942px;
	height: 548px;
}

#ssCol .overview {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#ssCol .scrollbar {
	position: relative;
	float: right;
	background: transparent url(../images/ss/bg_scroll_bar.gif) no-repeat;
	background-position: 0 0;
	width: 9px;
}
#ssCol .track {
	position: relative;
	background: brown transparent url(../images/ss/bg_scroll_bar.gif) repeat-y 0 100%;
	height: 100%;
	width: 9px;
}
#ssCol .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	background: transparent url(../images/ss/img_scroll_bar.gif) repeat-y ;
	width: 9px;
	height: 58px;
	cursor: pointer;
}
#ssCol .disable { display: none; }
