@charset "EUC-JP";

/* billboard
---------------------------------------------------- */
#slider-wrapper, #billboard {
	margin: 0;
	width: 440px;
	height: 190px;
	padding-bottom: 32px;
}

#slider {
/*	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	width: 440px;
	height: 166px;
}

.nivo-caption {
	position:absolute;
	left:-1px;
	bottom:-32px;
	background:#000;
	padding-left: 1px;
	padding-right: 1px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom: -55px;
}

#nobillboard {
	display: none;
	margin: 0 0 16px 0;
	padding: 0;
	width: 440px;
	height: 200px;
	overflow: hidden;
}

/* whatsnew
---------------------------------------------------- */
h2#whatsnew {					/* What's new タイトル */
	margin: 16px 0 0 0;
	padding: 0;
	width: 440px;
	height: 22px;
	text-indent: -9999px;
	border: none;
	background: url(/images/top/whatsnew.jpg) no-repeat 0 0;
}
.viewall {
	display: block;
	margin: 0;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}

/* Overwrite
---------------------------------------------------- */
#topics, .topics {
	border-top: none;
}

#pickup {
	margin-top: 0px;
}

#col_main { border-top: 1px white solid; }		/* これが無いとfirefoxで不具合 */

/* Overwrite
---------------------------------------------------- */
div.cautionbox02 {
	margin: 0.8em 0;
	padding: 0.5em 0.8em;
	border: 3px #ff6666 double;
}
