
#wrap2 {
	width:100%;
	position: relative;
	margin:0;
	top:-30px;
	
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#wrap2 {
	width:100%;
	position: relative;
	margin:0;
	padding-top:70px;
	
}
}
#header2 {
	width:100%;
}


/*??????? ????*/

.navi_bg{
	background: #2d83d6;
}


/*??????? ??u ???? ????*/

.nav {
	height:35px;
	list-style: none;
	width:1000px;
	margin:auto;
	background: #2d83d6;
	font-size: 12px;
	color:#fff;
	
	
}


/*???? ???? ????*/

.topnav{
	text-align:center;
	width:130px;
	height:15px;
	cursor:pointer;
	font-weight:bold;
}



/*???? ???ēJ ??????*/

.topnav:hover{
	color:#9cceff;
}


/*????,?????? ????? ????*/

.navi_set{
	float: left;
	padding:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;

}


/*?????? ??u???? ????*/

.subnav{
	position: absolute;
	left: 0; top: 35px;
	background: #2d83d6;
	display: none;

}


/*?????? ??? ????*/

.subnav li{
	padding:11px;
	width:130px;
	text-align:center;
	border-top:1px solid #2876c0;
	cursor:pointer;
	letter-spacing:-1px;
}


/*?????? ???ēJ ??????*/

.subnav li:hover{
	background:#555;
}