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


#g_navi01 a {
		background-position:0px -62px;
}



#main{
	width:960px;
	margin:auto;
	padding-bottom: 70px;
}

/*-------------------
	スライダー
-----------------------*/
#slider{
	position:relative;
	width:960px;
	height:370px;
}
#slider .waku{
	z-index:500;
	position: absolute;
}
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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:960px;
	height:370px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:130px;
	left:-20px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:900px;
}

/*
	ページネーション
*/

.pagination {
	width:0px;
	height: 0px;
	display: block;
	overflow: hidden;
}



/*-------------------
	中央ボタン
-----------------------*/
.bt_shop a{
	width:470px;
	float: left;
	height: 0 !important;
	height /**/: 172px;
	padding-top: 172px;
	display:block;
	overflow:hidden;
	background-image: url(../images/bt_shop.gif);
	background-position: 0px 0px;
	margin-top: 54px;
}
.bt_shop a:hover { background-position: 0px -172px;}

.bt_recruit a{
	width:471px;
	float: right;
	height: 0 !important;
	height /**/: 172px;
	padding-top: 172px;
	display:block;
	overflow:hidden;
	background-image: url(../images/bt_recruit.gif);
	background-position: 0px 0px;
	margin-top: 54px;
}
.bt_recruit a:hover { background-position: 0px -172px;}

.bt_alignment a{
	width:470px;
	float: left;
	height: 0 !important;
	height /**/: 172px;
	padding-top: 172px;
	display:block;
	overflow:hidden;
	background-image: url(../images/bt_alignment.gif);
	background-position: 0px 0px;
	margin-top: 24px;
}
.bt_alignment a:hover { background-position: 0px -172px;}

.bt_oil a{
	width:471px;
	float: right;
	height: 0 !important;
	height /**/: 172px;
	padding-top: 172px;
	display:block;
	overflow:hidden;
	background-image: url(../images/bt_oil.gif);
	background-position: 0px 0px;
	margin-top: 24px;
}
.bt_oil a:hover { background-position: 0px -172px;}