@charset "UTF-8";
/* CSS Document */

#overlay {
	z-index:5;
	position: absolute;
}

#wrapper {
	/*slide 中央寄せ*/
	margin:0 auto;
	width: 1024px;
}

#wrapper2 {
	background:none;
	z-index:2;
	position:relative;
	top:221px;
	clear:both;
}

#header {
	margin: 0 auto;
	background:none;
	z-index:4;
	position:relative;
	height: 53px;
}

#global_menu {
	position:relative;
	z-index:12;
}

#footer {
	z-index:3;
	position:relative;
	top:240px;
	background-image: url(../../images/footer_bottom.png);
}

/* @group slideshow */

#slideshow {
	width: 1024px;
	margin:0 auto;
	position:absolute;
	z-index:1;
}
#slideshow ul li img{
	display:block;
}


.slides-nav {
	z-index: 200;
	height: 20px;
	padding: 0px;
	margin: 0 auto ;
	position: relative;
	top:-256px;
	width:200px;
	text-align: center;
}

.slides-nav ul {
	padding: 0px;
	margin: 0px;
	}

.slides-nav li {
	display: inline-block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	}

.slides-nav li a {
	display: block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(../../images/btn_off.png);
	background-repeat: no-repeat;
	}

.slides-nav:after { height:0; visibility: hidden; content: "."; display: block; clear: both; }
.js .slides-nav li.on,
.js .slides-nav li.on a {
	background-image: url(../../images/btn_on.png);
	background-repeat: no-repeat;
	}
	
.slides_bt {
	width: 60px;
	height: 28px;
	float: right;
	margin: 0 30px 4px 0;
}

.slides_bt ul li{
	float: left;
}

/* @end */


/* Service */

/* @group slides */

.slides_container {
    width:900px;
    margin: 0 auto;
    height:108px;
}


#top_service .icon_menu ul.pagination {
	width:600px;
	margin: 7px auto;
	text-align: center;
}

#top_service .icon_menu ul.pagination li {
	margin: 0 5px;
	padding: 0;
	float: none;
	display: inline-block;
}

#top_service .icon_menu ul.pagination li a {
	display: block;
	width:12px;
	height:0;
	padding-top:12px;
	background: url(../../images/top/btn_off-trans.png) no-repeat;
	overflow:hidden;
}

#top_service .icon_menu ul.pagination li.current a {
	background: url(../../images/top/btn_on-trans.png) no-repeat;
}

/* @end */

#top_service {
	clear:both;
	width:976px;
	margin:0 auto 0 auto ;
}

#top_service .icon_menu {
	height:140px;
	background:url(../../images/top/service_back-trans.png) repeat-y;
	padding: 16px 0 0 0;
}

#top_service .icon_menu ul {
	margin: 0 0 0 5px;
	
}

#top_service .icon_menu ul li{
	float:left;
	margin: 0 15px
}

#sv_bt_left {
	position:relative;
	top:34px;
	left:-10px;
	float:left;
}

#sv_bt_right {
	position:relative;
	top:34px;
	left:14px;
	float:right;
}

/* News */

#top_news {
	width: 964px;
	margin: 14px auto 0 auto;
	background:url(../../images/top/news_back.png) repeat-y;
}

#top_news .middle {
	background:url(../../images/top/news_back_top.png) no-repeat top;
}

#top_news .bottom {
	background:url(../../images/top/news_bottom.png) no-repeat;
	height:4px;
}

#top_news table {
	margin: 0 0 0 20px;
	width:924px;
}

#top_news table th {
	border-bottom:1px solid #f0f0f0;
	padding:6px;
}

#top_news table td {
	border-bottom:1px solid #f0f0f0;
	padding:6px;
}

/* @group list */


#button_list {
	position:absolute;
	top:150px;
	left:50%;
	width:840px;
	height:300px;
	z-index:50;
	margin:0 0 0 -400px;
	display: none;
}

#button_list ul {
	clear: both;
}

#button_list ul li {
	display: inline-block;
	margin: 5px;
}

#button_list .list_close {
	float:right;
	margin:-3px -17px 0 0;
}

/* @end */


























