@charset "utf-8";

.top-navi .mainVisual{
	height:300px;
	width:731px;
	background:url(../img/main_bg.jpg) no-repeat left top;
	position:relative;
	margin:10px 0px 0px;
}
.top-navi .mainVisual .img {
	width:731px;
	height:300px;
	text-align:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.top-navi .mainVisual .img ul{
	width:10000px;
}
.top-navi .mainVisual .img ul li{
	float:left;
	width:731px;
	text-align:right;
	list-style:none;
}
.top-navi .mainVisual .img ul li img{
	margin:2px 2px 0px 0px;
}
.top-navi .mainVisual .simulator{
	position:absolute;
	width:247px;
	height:298px;
	left:2px;
	top:2px;
}

.top-navi .thumBn{
	height:80px;
	background:url(../img/main_bg.jpg) no-repeat left bottom;
	width:731px;
	position:relative;
	overflow:hidden;
	margin:0px 0px 15px 0px;
}
.top-navi .thumBn .img{
	width:690px;
	margin:0px 0px 0px 20px;
	overflow:hidden;
	display:none;
}
.top-navi .thumBn .img ul{
	width:10000px;
}
.top-navi .thumBn .img ul li{
	float:left;
	width:225px;
	padding:10px 0px 0px 4px;
	list-style:none;
}
.top-navi .thumBn .img ul li a{
	display:block;
	width:223px;
	border:1px solid #d4d4d4;
}
.top-navi .thumBn .img ul li a.current{
	border:1px solid #439FD2;
}
.top-navi .thumBn .prev{
	left:2px;
	position:absolute;
	top:1px;
	background:url(../img/prev_none.gif) no-repeat left top;
	width:17px;
	height:77px;
}

.top-navi .thumBn .next{
	right:3px;
	position:absolute;
	top:1px;
	background:url(../img/next_none.gif) no-repeat left top;
	width:17px;
	height:77px;
}
.top-navi .thumBn .next a,
.top-navi .thumBn .prev a{
	display:none;
}


#top .bn{
	text-align:center;
	margin:10px 0px 15px;
}