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

.navHolder_index {
	width:950px;
	height:100px;
	margin:0 auto;
	position:relative;
	background:url(../images/nav/nav_bg.jpg) no-repeat;
	display:block;
}

a.link1Bt {
	width:220px;
	height:47px;
	background:url(../images/nav/SGlink1.jpg) no-repeat;
	position:absolute;
	left: 18px;
	top:34px;
}

.link1Bt, a:hover.link1Bt {
	width:220px;
	height:47px;
	background:url(../images/nav/SGlink1.jpg) no-repeat 0 -47px;
	position:absolute;
	left: 18px;
	top:34px;
}

a.link2Bt {

	width:237px;
	height:47px;
	background:url(../images/nav/SGlink2.jpg) no-repeat;
	position:absolute;
	left: 238px;
	top:34px;
}

.link2Bt, a:hover.link2Bt {
	width:237px;
	height:47px;
	background:url(../images/nav/SGlink2.jpg) no-repeat 0 -47px;
	position:absolute;
	left: 238px;
	top:34px;
}

a.link3Bt {
	width:237px;
	height:47px;
	background:url(../images/nav/SGlink3.jpg) no-repeat;
	position:absolute;
	left: 475px;
	top:34px;
}

.link3Bt, a:hover.link3Bt {
	width:237px;
	height:47px;
	background:url(../images/nav/SGlink3.jpg) no-repeat 0 -47px;
	position:absolute;
	left: 475px;
	top:34px;
}

a.link4Bt {
	width:220px;
	height:47px;
	background:url(../images/nav/SGlink4.jpg) no-repeat;
	position:absolute;
	left: 712px;
	top:34px;
}

.link4Bt, a:hover.link4Bt {
	width:237px;
	height:47px;
	background:url(../images/nav/SGlink4.jpg) no-repeat 0 -47px;
	position:absolute;
	left: 712px;
	top:34px;
}





.navHolder_sec_wrap {
	width:100%;
	height:56px;
	margin:0 auto;
	position:relative;
	background: url(../images/nav/sec_nav_bg_repeat.jpg) repeat-x;
	display:block;
}


.navHolder_sec_wrap .navHolder_sec {
	width:950px;
	height:56px;
	margin:0 auto;
	position:relative;
	background: url(../images/nav/sec_nav_bg.jpg) no-repeat;
}

a.link1Bt_sec {
	width:220px;
	height:56px;
	background:url(../images/nav/SGlinkSub1.jpg) no-repeat;
	position:absolute;
	left: 18px;
	top:0;
}

.link1Bt_sec, a:hover.link1Bt_sec {
	width:220px;
	height:56px;
	background:url(../images/nav/SGlinkSub1.jpg) no-repeat 0 -56px;
	position:absolute;
	left: 18px;
	top:0;
}

a.link2Bt_sec {
	width:237px;
	height:56px;
	background:url(../images/nav/SGlinkSub2.jpg) no-repeat;
	position:absolute;
	left: 220px;
	top:0;
}

.link2Bt_sec, a:hover.link2Bt_sec {
	width:237px;
	height:56px;
	background:url(../images/nav/SGlinkSub2.jpg) no-repeat 0 -56px;
	position:absolute;
	left: 220px;
	top:0;
}

a.link3Bt_sec {
	width:237px;
	height:56px;
	background:url(../images/nav/SGlinkSub3.jpg) no-repeat;
	position:absolute;
	left: 457px;
	top:0;
}

.link3Bt_sec, a:hover.link3Bt_sec {
	width:237px;
	height:56px;
	background:url(../images/nav/SGlinkSub3.jpg) no-repeat 0 -56px;
	position:absolute;
	left: 457px;
	top:0;
}

a.link4Bt_sec {
	width:220px;
	height:56px;
	background:url(../images/nav/SGlinkSub4.jpg) no-repeat;
	position:absolute;
	left: 694px;
	top:0;
}

.link4Bt_sec, a:hover.link4Bt_sec {
	width:220px;
	height:56px;
	background:url(../images/nav/SGlinkSub4.jpg) no-repeat 0 -56px;
	position:absolute;
	left: 694px;
	top:0;
}