@charset "EUC-JP";
/***************************************************************

* index.css

***************************************************************/

/* main-column
***************************************************************/
#eye-catch {
	margin:0 0 10px;
}
#slide {
	position:relative;
	float:left;
	height:470px;
}
#main-image {
	width: 470px;
	height:470px;
	background:#FFF;
	margin:0 10px 0 0;
	position:relative;
}
#main-image img {
	position:absolute;
	width: 470px;
	height:470px;
}
#cycle-nav {
	display: none;
}
#pager {
	z-index:1001;
	text-indent:-5000px;
	width:470px;
	position:absolute;
	top: 14px;
	left:50%;
	margin:0 0 0 -15%;
}

/*
#pager {
	z-index:1001;
	text-indent:-5000px;
	width:150px;
	position:absolute;
	top: 14px;
	left:204px;
}*/

#pager li {
	width:14px;
	height:14px;
	float:left;
	margin:0 5px 0 0;
}
#pager li a {
	width:14px; 
	height:14px;
	display:block;
	background:url(http://img05.shop-pro.jp/PA01160/769/etc/top_pager_off.gif) no-repeat left top;
}
#pager li a:hover, #pager .activeSlide {
	width:14px; 
	height:px;
	display:block;
	background:url(http://img05.shop-pro.jp/PA01160/769/etc/top_pager_on.gif) no-repeat left top;
}
#pager .activeSlide a {
	width:14px; 
	height:px;
	display:block;
	background:none;
}

/* news
***************************************************************/
#news {
	height:470px;
	width:230px;
	background:#ffffff;
	float:left;
}
#news h2 {
	margin:0 0 10px;
}
#news-inner {
	height:411px;
	width:220px;
    overflow:auto;
	overflow-x:none;
	font-size:12px;
	float:left;
	padding:0 0 0 10px;
}
#news p {
	padding:0 10px 0 0;
}
#news p.date {
	margin:0 0 2px;
	font-size: 90%;
	width:180px;
}
#news p.title {
	margin:0 0 5px;
	color: #000;
	font-weight: bold;
	width:180px;
}
#news p.article {
	margin:0 0 10px;
	padding:0 10px 10px 0;
	border-bottom:1px solid #e8e8e8;
	width:180px;
}
#main-column .freepage a {
	width:230px;
	height:230px;
	display:block;
	text-indent:-9999px;
}

#item-list li {
	float:left;
	padding:0 10px 10px 0;
}

#item-list li#secret-image {
	position:relative;
	width:230px;
	height:230px;
}
#item-list li#secret-image img {
	position:absolute;
	width:230px;
	height:230px;
}

/* mosaic
***************************************************************/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:230px;
	height:230px;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	width:230px;
	height:150px;
}

.mosaic-overlay {
	display:none;
	z-index:100;
	position:absolute;
	padding:10px;
	width:210px;
	top:-150px;
	background:url(http://img05.shop-pro.jp/PA01160/769/etc/mosaic_bg-black.png);
	cursor:pointer;
	font-size:/88%;
	font-size:88%\9;
}
.mosaic-overlay a {
	color:#ffffff;
}
.mosaic-overlay a:hover {
	color:#ffffff;
	text-decoration:underline;
}

