@charset "Shift_JIS";


/* コンテンツ部 */
#contents { position:relative; }
#top_flash {
	margin:0 auto;
	width:900px;
	clear:both;
	position:relative;
}
#top_flash .noteBox{
	position:absolute;
	top:30px;
	left:0;
	width:310px;
	padding:5px 3px 5px;
	background: rgba(0,0,0,0.8);
	border-radius:10px;
}
#top_flash .noteBox h3{
	color: rgba(255,230,0,1.00);
	font-size:14px;
	padding-bottom:10px;
}
#top_flash .noteBox p{
	color:#FFF;
	font-size:12px;
}
#top_flash .noteBox p a img{
}
#top_flash .noteBox p a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#whats_new {
	padding:10px;
	margin:0;
	width:316px;
	position:absolute;
	top:20px; 
	text-align:left;
	background: rgba(0,0,0,0.8);
	border-radius:10px;
}

#whats_new a{
	color:#999999;
	text-decoration:none;
}

#whats_new a:hover{
	color:#C60000;
}

#whats_new h3{
	background:url(../img/tit_whats.jpg) no-repeat 0 1px;
	text-indent:-10000em;
	display:block;
	height:22px;
}

#whats_new dl.topicBox{
	list-style:none;
	font-size:12px;
	padding:1px 0 10px 0;
	line-height:12px;
	text-align:left;
	overflow:hidden;
	*zoom:1;
}

#whats_new dl.topicBox:last-child{
	padding:1px 0 0px 0;
}

#whats_new dl.topicBox dt{
	padding:1px 0 0 0;
	float:left;
}

#whats_new dl.topicBox dd{
	margin:0;
	color:#999999;
	paddding:0 0 8px 0;
	float:left;
}

#whats_new dl.topicBox02 dd{
	font-size:12px;
	margin:0;
	color:#999999;
	paddding:0 0 10px 0;
	float:left;
}

#whats_new div.productsBox{
	overflow:hidden;
	*zoom:1;
}
#whats_new div.productsBox dl{
	width: 220px;
	float:left;
	text-align:left;
}

#whats_new div.productsBox dt{
	width: 60px;
	height:36px;
	padding:0 0 5px 0;
	float:left;
}

#whats_new div.productsBox dd{
	height:29px;
	padding:7px 0 5px 0;
	font-size:12px;
	line-height:14px;
	margin:0;
	vertical-align:bottom;
	width: 160px;
	float:left;
}
#whats_new div.productsBox dd img{
	display:inline;
	vertical-align:bottom;
}

/* 追記部 */
.topWrapper {
	background:#000000 url("/img/260430-top.jpg") no-repeat 50% 0px;
	overflow:hidden;
	*zoom:1;
}


