/*
* Local CSS
*/
@charset "utf-8";

.main {
	position: relative;
	padding:30px 0;
	margin: 0 auto;
}

/*--------------------------------------------------------
Slider
--------------------------------------------------------*/
.absSlide.back {
	position: absolute;
	top: -69px;
	width: 100%;
	height: 100%;
	padding-bottom: 69px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/top/slide1.png);
	background-size: cover;
	display: none;
}

.absSlide.front {
	position: absolute;
	top: -69px;
	width: 100%;
	height: 100%;
	padding-bottom: 69px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/top/slide0.png);
	background-size: cover;
}

.catch {
	width: 100%;
	height: 180px;
	background: url(../../images/top/bg_catch.png) left top repeat-x;
	position: absolute;
	top: 116px;
	z-index: 10;
}

.catch ul li p {
	padding-top: 60px;
}

.bx-wrapper {
	position: relative;
	z-index: 10;
}

.bx-controls {
	position: relative;
	text-align: center;
}

.bx-pager {
	position: absolute;
	top: 70px;
	width: 100%;
}

.bx-pager-item {
	display: inline-block;
	*display: inline;
}

.bx-pager-item a {
	display: inline-block;
	*display: inline;
	width: 25px;
	height: 25px;
	background: url(../../images/top/pager.png) right top no-repeat;
	text-indent: -9999px;
	margin: 0 6px;
}

.bx-pager-item a.active {
	background-position: left top;
}

.bx-controls-auto {
	display: none;
}

.linkArea {
	position: relative;
	z-index: 5;
	padding-top: 539px;
	width: 573px;
	margin: 0 auto;
}

.linkArea table {
	width: 100%;
}

.linkArea table td {
	padding: 10px 0;
}

.linkArea table td a:hover img {
	opacity: 0.6;
  	filter: alpha(opacity=60);
}

.news {
	position: relative;
	z-index: 5;
	width: 573px;
	margin: 30px auto;
}

.newsInner {
	background: url(../../images/top/bg_news.png) left top no-repeat;
	padding: 5px 0;
	font-size: 11px;
}

.newsInner p {
	padding-left: 10px;
}

.newsInner p .date {
	padding-right: 8px;
}


