.mainimage_wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 495px;
	background-image: url(../images/toppage/slideImages/wrapper_bg.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	
    
}
#sliderWrap {
	width:900px;
	position:relative;
	padding-bottom: 20px;
	margin-right: auto;
	height: 460px;
	margin-left: auto;
}
#banner/*
	Slideshow
*/

 {
	float: left;
	margin-top: 35px;
}
#banner /*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

 .slides_container {
	width:900px;
	position:relative;
	display:none;
	padding-left: 5px;
}
#rightNavi {
	top: 15px;
	position: absolute;
	right: 0px;
	background-repeat: no-repeat;
	width: 230px;
	/*background-image: url(../images/toppage/slideImages/navi_bg.gif);*/
	height: 462px;
	padding-top: 10px;
	border: 1px solid gray;
	background-color:#fff;
}
#content_bg {
	background-image: url(../images/toppage/slideImages/content_bg.png);
	background-repeat: no-repeat;
	height: 335px;
	width: 660px;
}
#rightNavi ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:650px;
	height:300px;
	display:block;
}
#banner  /*
	Next/prev buttons
*/
.next,#banner   .prev {
	position:absolute;
	top:170px;
	left:0;
	width:42px;
	height:42px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#banner  .prev {
	padding-left: 0px;
	background-image: url(../images/toppage/slideImages/prev.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -7px;
}
#banner  .next {
	left:630px;
	background-image: url(../images/toppage/slideImages/next.png);
	background-repeat: no-repeat;
}
#banner /*
	Pagination
*/

 .pagination {
	width:665px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 5px;
	background-image: url(../images/toppage/slideImages/pagenation_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#banner  .pagination  li {
	list-style:none;
	float: left;
	width: 150px;
	border: 4px solid #CCCCCC;
	text-align: center;
	padding: 0px;
	height: 69px;
	margin: 4px;
}
#banner  .pagination  li  a {
	display:block;
	background:#f9f9f9;
	text-align: center;
}
#banner   .pagination   li.present  {
	border:4px solid #FF6600;
}
#banner /*
	Anchors
*/

a:link,a:visited {
	text-decoration:none;
}
#banner a:hover,a:active {
	text-decoration:underline;
}
.naviTitle {
	font-weight: bold;
	text-align: left;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.naviTitle2 {
	text-align: left;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	padding-bottom: 3px;
	padding-top: 5px;
	position: absolute;
	top: 350px;
	left: 15px;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 88%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#naviButton_1 {
	position: absolute;
	top: 46px;
	left: 13px;
}

#naviButton_ipv6 {
    position: absolute;
    top: 96px;
    left: 13px;
}

#naviButton_2 {
	position: absolute;
	top: 146px;
	left: 13px;
}
#naviButton_3 {
	position: absolute;
	top: 201px;
	left: 16px;
}
#naviButton_4 {
	position: absolute;
	top: 280px;
	left: 17px;
}
#naviButton_5 {
	position: absolute;
	top: 245px;
	left: 0px;
}

.mb3 {
	margin-bottom:3px;
}

.mb5 {
	margin-bottom:5px;
}
