.wideslider {
	width: 100%; text-align: left; overflow: hidden; padding-bottom: 40px; position: relative;
}
.wideslider ul {
	overflow: hidden; float: left; display: inline;
}
.wideslider ul li {
	overflow: hidden; float: left; display: inline;
}
.wideslider ul li img {
	width: 100%; display: none;
}
.wideslider_base {
	top: 0px; position: absolute;
}
.wideslider_wrap {
	top: 0px; overflow: hidden; position: absolute;
}
.slider_prev {
	top: 0px; overflow: hidden; position: absolute; z-index: 100; cursor: pointer;
}
.slider_next {
	top: 0px; overflow: hidden; position: absolute; z-index: 100; cursor: pointer;
}
.slider_prev {
	background: url("../img/prev.png") no-repeat right rgb(255, 255, 255);
}
.slider_next {
	background: url("../img/next.png") no-repeat left rgb(255, 255, 255);
}
.pagination {
	left: 0px; width: 100%; height: 100px; text-align: center; bottom: 5px; position: absolute; z-index: 200;
}
.pagination a {
	margin: 0px 5px; width: 100px; height: 80px; overflow: hidden; display: inline-block;
}
.pagination a.pn1 {
	background: url("../img/753-sya-syou.jpg") no-repeat left top;
}
.pagination a.pn2 {
	background: url("../img/seijin-sya-syou.jpg") no-repeat left top;
}
.pagination a.pn3 {
	background: url("../img/botan-wedding-syou.jpg") no-repeat left top;
}
.pagination a.pn4 {
	background: url("../img/omiya-sya-syou.jpg") no-repeat left top;
}
.pagination a.pn5 {
	background: url("../img/tyoujyu-sya-syou.jpg") no-repeat left top;
}
.pagination a.pn6 {
	background: url("../img/rentaru-sya-syou.jpg") no-repeat left top;
}
.pagination a.active {
	opacity: 1 !important; -moz-opacity: 1;
}
.wideslider ul::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.wideslider ul {
	overflow: hidden; display: inline-block;
}
#wrapper {
	margin: 0px auto; padding: 0px 0px; text-align: left;
}
#wrapper p {
	padding: 0px 0px 20px; line-height: 180%; font-size: 100%;
}
