@charset "Shift_JIS";
/***************************************************************

* 8-style ONLINE SHOP
* home.css

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

/* slide
***************************************************************/
#slide {
	width: 680px;
	height: 435px;
	position:relative;
	margin: 0 0 20px;
	background:#e5e5e5 url(../img/home/t_topics.gif) no-repeat 10px 412px;
}
#main-image {
	width: 680px;
	height: 400px;
}
#main-image img {  
	width: 680px;
	height: 400px;
    top:  0; 
    left: 0;
}
#cycle-nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#cycle-nav li {
	float: left;
	margin: 0 0 0 5px;
}
#cycle-nav a {
	display: block;
	width: 30px;
	height: 15px;
	line-height: 5px;
	background-color: #000;
	text-indent: -5000px;
}
#cycle-nav a:hover,
#cycle-nav a.activeSlide {
	background-color: #e10031;
}

#news {
	width: 550px;
	height: 40px;
	padding: 0 0 0 130px;
	margin: 0 0 30px;
	overflow: hidden;
	background: url(../img/home/bg_whats_new.gif) no-repeat;
	position: relative;
}
#news h2 {
	position: absolute;
	top: 0;
	left: 0;
}
#news li {
	line-height: 40px;
}
#news li span.date {
	margin: 0 1em 0 0;
}
