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

.naviMain {
	width:408px;
	height:308px;
	background-image:url(../../imgs/mainNavi/back.jpg);
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-top: 25px;
}

.naviOne{
	/*width:115px;
	height:110px;*/
	
	
}


.naviOne a{
	position: relative;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	top:11px;
	left: 51px;
	height: 110px;
	width: 115px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:2px;
	padding-right:7px;
}
.naviOne a:hover{
	background-image:url(../../imgs/mainNavi/1.jpg);
	color: #FF6600;
}

.naviTwo{



}

.naviTwo a{
	position: relative;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	top:-9px;
	left: 17px;
	height: 110px;
	width: 115px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:2px;
	padding-right:7px;
}
.naviTwo a:hover{
	background-image:url(../../imgs/mainNavi/5.jpg);
	color: #FF6600;
}

.naviThree{



}

.naviThree a{
	position: relative;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	top:-61px;
	left: 110px;
	height: 110px;
	width: 115px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:2px;
	padding-right:7px;
	/*background-image: url(../../imgs/mainNavi/4.jpg);*/
}
.naviThree a:hover{
	background-image:url(../../imgs/mainNavi/4.jpg);
	color: #FF6600;
}

