@charset "utf-8";
/* CSS Document */


/* tabswitch */
/*------------------------------------------------------------------------------*/

#tab_area{
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
}

.tab1,.tab2,.tab3{
	width:880px;
	height:311px;
	padding:40px 30px 0 30px;
	z-index:1;
}
.tab1{background:url(../image/common/top_tab_bg01.jpg) no-repeat top;}
.tab2{background:url(../image/common/top_tab_bg02.jpg) no-repeat top;}
.tab3{background:url(../image/common/top_tab_bg03.jpg) no-repeat top;}


.tab_btn01,.tab_btn02,.tab_btn03{
	text-indent:-9999px;
	z-index:10;
}
.tab_btn01 a{
	background:url(../image/common/top_btn_tab01.png) no-repeat 0 0;
	display:block;
	height:52px;
	width:150px;
}
.tab_btn02 a{
	background:url(../image/common/top_btn_tab02.png) no-repeat 0 0;
	display:block;
	height:52px;
	width:150px;
}
.tab_btn03 a{
	background:url(../image/common/top_btn_tab03.png) no-repeat 0 0;
	display:block;
	height:52px;
	width:150px;
}

.tab_btn01 a.tabover,
.tab_btn02 a.tabover,
.tab_btn03 a.tabover{
	background-position:0 -52px;
}

.top_tab_detail_btn{
	position:absolute;
	bottom:0;
	left:376px;
}