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

* Viola tricolor home.css

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


/* whats-new
***************************************************************/
#whats-new {
	width: 610px;
	float: left;
}
#whats-new h2 {
	margin: 0 0 20px;
}
#whats-new li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
#whats-new li span.date {
	color: #BD9D6F;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	width: 70px;
}
#whats-new li .title {
	display: block;
	float: right;
	width: 520px;
}

/* campaign
***************************************************************/
#campaign {
	width: 300px;
	float: right;
	position: relative;
}
#campaign h2 {
	margin: 0 0 20px;
}
#banner-nav {
	position: absolute;
	top: 0;
	right: 0;
}
#banner-nav a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #CAB18C;
	float: left;
	margin: 0 5px 0 0;
	background: url(../img/home/bg_banner_num_off.gif) no-repeat center center;
}
#banner-nav a.activeSlide,
#banner-nav a:hover {
	background: url(../img/home/bg_banner_num_on.gif) no-repeat center center;
}

#banners {
	height: 180px;
	width: 300px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#banners img {
	border: 1px solid #E3D096;
	top: 0;
	left: 0;
	padding: 2px;
}


