@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
#mainCol {
	background: url(../images/ss/bg_maincol.jpg) no-repeat center top;
	text-align: center;
	min-height: 530px;
}

#systemTab {
	margin: 0 auto;
	width: 955px;
}
#systemTab ul{
	width:481px;
	float:right;
	padding-left:4px;
}
#systemTab ul.adventure{
	background:url(../images/system/bg_tab_adventure.png) no-repeat top right;
}
#systemTab ul.bring{
	background:url(../images/system/bg_tab_bring.png) no-repeat top right;
}
#systemTab ul.battle{
	background:url(../images/system/bg_tab_battle.png) no-repeat top right;
}
#systemTab ul.others{
	background:url(../images/system/bg_tab_others.png) no-repeat top right;
}
#systemTab ul li{
	float:left;
	position:relative;
}
#systemTab ul li .new{
	position:absolute;
	width:43px;
	height:11px;
	top:1px;
	left:20px;
}

#thumCol {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#thumCol ul {
	position: absolute;
}

#thumCol.ad10 ul { bottom: 10px; }
#thumCol.ad11 ul { bottom: 30px; }

li#thum_01 {
	position: relative;
	left: 488px;
	float: left;
}

li#thum_02 {
	position: relative;
	left: 445px;
	float: left;
}

.ad10 {
	background: url(../images/system/img_adventure_10.png) no-repeat top left;
	height: 180px;
}

.ad11 {
	background: url(../images/system/img_adventure_11.png) no-repeat top left;
	height: 240px;
}


/* Examples - Tiny Scrollbar */
.scrollCol {
	margin: 0 auto;
	width: 955px;
	border: 1px #FEC600 solid;
	padding: 1px;
	text-align: center;
	background: url(../images/system/bg_scrollCol.png) repeat;
}
.scrollCol .viewport {
	overflow: hidden;
	position: relative;
	width: 942px;
	height: 490px;
}

.scrollCol .overview {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}
.scrollCol .scrollbar {
	position: relative;
	float: right;
	background: transparent url(../images/system/bg_scroll_bar.gif) no-repeat;
	background-position: 0 0;
	width: 9px;
}
.scrollCol .track {
	position: relative;
	background: brown transparent url(../images/system/bg_scroll_bar.gif) repeat-y 0 100%;
	height: 100%;
	width: 9px;
}
.scrollCol .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	background: transparent url(../images/system/img_scroll_bar.gif) repeat-y ;
	width: 9px;
	height: 58px;
	cursor: pointer;
}
.scrollCol .disable { display: none; }

.overview img {
	padding: 0 0 10px 0;	
}


.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;
}