img {
    border-style:none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../img/backPattern.png");
}
.container {
	background: url("../img/backPattern_over.png") top center no-repeat;
}

#slider {
	position: relative;
	margin: 30px auto 0;
	width: 980px;
	height: 650px;
}

#slider ul  {
	margin:0!important;
}

.bx-next {
	top: 40%;
	right: 10px;
	background-image: url("../images/arrow-next.png");
}

.bx-prev {
	top: 40%;
	left: 10px;
	background-image: url("../images/arrow-prev.png");
}

.bx-prev, .bx-next {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  background-repeat: no-repeat;	
  text-indent: -9999px;
}

.bg_img {
	margin: 0 auto 0;
	width: 900px;
}

/*サムネイル*/
.bx-pager-bg {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	top: -4px;
	background: #000;
	
}
.bx-pager {
	width: 900px;
	height: 104px;
	position: relative;
	left: 40px;
	top: 6px;
}

.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bx-pager {
}
.bx-pager a {
	display: inline-block;
	background: #000;
	width: 160px;
	height: 97px;
	*display: inline;
	*zoom: 1;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
}

.bx-pager a.thumb-edge {
	display: inline-block;
	background: #000;
	width: 160px;
	height:97px;
	margin-right: 0;
	*display: inline;
	*zoom: 1;
}


/*バックアップコンテンツ*/
#beforeContent {
	width: 900px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;

}
#backnumber_old {
	margin-top: 30px;
}

#beforeContent ul {
	width: 900px;
	height: 200px;
}

#beforeContent li {
	width: 278px;
	height: 200px;
	float: left;
	margin-right: 28px;
	list-style-type: none;
}
#beforeContent li:nth-child(3n) {
	margin-right: 0;
}
#beforeContent li.right {
	margin-right: 0;
}
#beforeContent li a:hover {
	opacity: 0.7;
}

#beforeContent h2 {
	margin-top: 60px;
}



#windowCloseBox {
	width: 900px;
	height: 40px;
	background:	url('../img/ornament.png');
	margin: 0 auto;
}

#window_close {
	text-align: center;
	line-height: 40px;
	width: 180px;
	height: 40px;
	margin: 20px auto;
}
#window_close a {
	width: 180px;
	height: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	background-color: #aaa;
}
#window_close a:hover {
	background-color: #ffb762;
}

